2024-01-21T08:08:42.910 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-21T08:08:42.910 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --archive /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524281 --name yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524281/orig.config.yaml 2024-01-21T08:08:42.948 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T08:08:43.045 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/7524281 branch: wip-yuri4-testing-2024-01-18-1257-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7524281' 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: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEayHDLZpVxlpOPap2sbV4nAG9+3WnO9ZoNIc4ttsvUYTrPZp2++4E65akrGV0OwQH8xtinuHVofxa6cr0GUknU= smithi150.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHgL4q/wFpQEspG5vnA97W1OkGtGVRi3VgT84u3LLlgAGLt+gL3yCzedSAiTsLnBXYNoiZj4SvhDHTvo20tob48= 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:3.0 --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 --cluster-id foo --pseudo-path /foouser --user-id foouser - 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}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/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 /foouser - 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-21T08:08:43.046 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-21T08:08:43.046 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks 2024-01-21T08:08:43.046 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-21T08:08:43.048 INFO:teuthology.task.internal:Checking packages... 2024-01-21T08:08:43.072 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec' 2024-01-21T08:08:43.072 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-21T08:08:43.073 INFO:teuthology.packaging:ref: None 2024-01-21T08:08:43.073 INFO:teuthology.packaging:tag: None 2024-01-21T08:08:43.073 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T08:08:43.073 INFO:teuthology.packaging:sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T08:08:43.073 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-21T08:08:43.311 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.gea310589 2024-01-21T08:08:43.312 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-21T08:08:43.319 INFO:teuthology.task.internal:no buildpackages task found 2024-01-21T08:08:43.320 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-21T08:08:43.340 INFO:teuthology.task.internal:Saving configuration 2024-01-21T08:08:43.355 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-21T08:08:43.361 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T08:08:43.388 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.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/7524281', '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 08:03:37.053052', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEayHDLZpVxlpOPap2sbV4nAG9+3WnO9ZoNIc4ttsvUYTrPZp2++4E65akrGV0OwQH8xtinuHVofxa6cr0GUknU='} 2024-01-21T08:08:43.412 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.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/7524281', '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 08:03:37.051521', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHgL4q/wFpQEspG5vnA97W1OkGtGVRi3VgT84u3LLlgAGLt+gL3yCzedSAiTsLnBXYNoiZj4SvhDHTvo20tob48='} 2024-01-21T08:08:43.412 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-21T08:08:43.419 INFO:teuthology.task.internal:roles: ubuntu@smithi005.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-21T08:08:43.419 INFO:teuthology.task.internal:roles: ubuntu@smithi150.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-21T08:08:43.419 INFO:teuthology.run_tasks:Running task console_log... 2024-01-21T08:08:43.493 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fdc3b4fef70>, signals=[15]) 2024-01-21T08:08:43.494 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-21T08:08:43.502 INFO:teuthology.task.internal:Opening connections... 2024-01-21T08:08:43.502 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2024-01-21T08:08:43.504 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:08:43.584 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi150.front.sepia.ceph.com 2024-01-21T08:08:43.585 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:08:43.657 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-21T08:08:43.664 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2024-01-21T08:08:43.686 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2024-01-21T08:08:43.686 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2024-01-21T08:08:43.747 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="Red Hat Enterprise Linux" 2024-01-21T08:08:43.747 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="8.6 (Ootpa)" 2024-01-21T08:08:43.747 INFO:teuthology.orchestra.run.smithi005.stdout:ID="rhel" 2024-01-21T08:08:43.747 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE="fedora" 2024-01-21T08:08:43.747 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="8.6" 2024-01-21T08:08:43.747 INFO:teuthology.orchestra.run.smithi005.stdout:PLATFORM_ID="platform:el8" 2024-01-21T08:08:43.747 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-21T08:08:43.748 INFO:teuthology.orchestra.run.smithi005.stdout:ANSI_COLOR="0;31" 2024-01-21T08:08:43.748 INFO:teuthology.orchestra.run.smithi005.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-21T08:08:43.748 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://www.redhat.com/" 2024-01-21T08:08:43.748 INFO:teuthology.orchestra.run.smithi005.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-21T08:08:43.748 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T08:08:43.748 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:08:43.748 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T08:08:43.748 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-21T08:08:43.748 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-21T08:08:43.748 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-21T08:08:43.749 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2024-01-21T08:08:43.778 DEBUG:teuthology.orchestra.run.smithi150:> uname -m 2024-01-21T08:08:43.798 INFO:teuthology.orchestra.run.smithi150.stdout:x86_64 2024-01-21T08:08:43.798 DEBUG:teuthology.orchestra.run.smithi150:> cat /etc/os-release 2024-01-21T08:08:43.860 INFO:teuthology.orchestra.run.smithi150.stdout:NAME="Red Hat Enterprise Linux" 2024-01-21T08:08:43.861 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION="8.6 (Ootpa)" 2024-01-21T08:08:43.861 INFO:teuthology.orchestra.run.smithi150.stdout:ID="rhel" 2024-01-21T08:08:43.861 INFO:teuthology.orchestra.run.smithi150.stdout:ID_LIKE="fedora" 2024-01-21T08:08:43.861 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_ID="8.6" 2024-01-21T08:08:43.861 INFO:teuthology.orchestra.run.smithi150.stdout:PLATFORM_ID="platform:el8" 2024-01-21T08:08:43.861 INFO:teuthology.orchestra.run.smithi150.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-21T08:08:43.861 INFO:teuthology.orchestra.run.smithi150.stdout:ANSI_COLOR="0;31" 2024-01-21T08:08:43.861 INFO:teuthology.orchestra.run.smithi150.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-21T08:08:43.861 INFO:teuthology.orchestra.run.smithi150.stdout:HOME_URL="https://www.redhat.com/" 2024-01-21T08:08:43.861 INFO:teuthology.orchestra.run.smithi150.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-21T08:08:43.861 INFO:teuthology.orchestra.run.smithi150.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T08:08:43.861 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:08:43.862 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T08:08:43.862 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-21T08:08:43.862 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-21T08:08:43.862 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-21T08:08:43.862 INFO:teuthology.lock.ops:Updating smithi150.front.sepia.ceph.com on lock server 2024-01-21T08:08:43.886 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-21T08:08:43.895 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-21T08:08:43.901 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-21T08:08:43.901 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2024-01-21T08:08:43.904 DEBUG:teuthology.orchestra.run.smithi150:> test '!' -e /home/ubuntu/cephtest 2024-01-21T08:08:43.923 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-21T08:08:43.929 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-21T08:08:43.929 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2024-01-21T08:08:43.966 DEBUG:teuthology.orchestra.run.smithi150:> test -z $(ls -A /var/lib/ceph) 2024-01-21T08:08:44.002 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-21T08:08:44.057 INFO:teuthology.run_tasks:Running task kernel... 2024-01-21T08:08:44.095 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-21T08:08:44.095 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-21T08:08:44.096 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T08:08:44.096 DEBUG:teuthology.orchestra.run.smithi150:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T08:08:44.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:08:44.115 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2024-01-21T08:08:44.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:08:44.117 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2024-01-21T08:08:44.176 INFO:teuthology.orchestra.run.smithi150.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-21T08:08:44.176 INFO:teuthology.task.kernel:Running kernel on smithi150: 4.18.0-513.9.1.el8_9.x86_64 2024-01-21T08:08:44.177 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum install -y kernel 2024-01-21T08:08:44.178 INFO:teuthology.orchestra.run.smithi005.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-21T08:08:44.178 INFO:teuthology.task.kernel:Running kernel on smithi005: 4.18.0-513.9.1.el8_9.x86_64 2024-01-21T08:08:44.178 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum install -y kernel 2024-01-21T08:08:45.638 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2024-01-21T08:08:45.638 INFO:teuthology.orchestra.run.smithi150.stdout:Unable to read consumer identity 2024-01-21T08:08:45.728 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-01-21T08:08:45.728 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2024-01-21T08:08:45.950 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:08:45.950 INFO:teuthology.orchestra.run.smithi150.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T08:08:45.950 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:08:46.054 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:08:46.054 INFO:teuthology.orchestra.run.smithi005.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T08:08:46.054 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:08:47.613 INFO:teuthology.orchestra.run.smithi150.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-01-21T08:08:47.803 INFO:teuthology.orchestra.run.smithi005.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-01-21T08:08:48.476 INFO:teuthology.orchestra.run.smithi150.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2024-01-21T08:08:50.654 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 5.7 MB/s | 16 MB 00:02 2024-01-21T08:08:52.255 INFO:teuthology.orchestra.run.smithi150.stdout:lab-extras 108 kB/s | 24 kB 00:00 2024-01-21T08:08:53.002 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-21T08:08:53.002 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-21T08:08:53.069 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-01-21T08:08:53.070 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2024-01-21T08:08:53.070 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-01-21T08:08:53.216 DEBUG:teuthology.orchestra.run.smithi150:> echo no | sudo yum reinstall kernel || true 2024-01-21T08:08:53.552 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2024-01-21T08:08:53.552 INFO:teuthology.orchestra.run.smithi150.stdout:Unable to read consumer identity 2024-01-21T08:08:53.776 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:08:53.776 INFO:teuthology.orchestra.run.smithi150.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T08:08:53.776 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:08:54.084 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:00:02 ago on Sun 21 Jan 2024 08:08:52 AM UTC. 2024-01-21T08:08:54.164 INFO:teuthology.orchestra.run.smithi150.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-21T08:08:54.164 INFO:teuthology.orchestra.run.smithi150.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-21T08:08:54.211 INFO:teuthology.orchestra.run.smithi150.stderr:Error: No packages marked for reinstall. 2024-01-21T08:08:54.258 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum reinstall -y kernel || true 2024-01-21T08:08:54.595 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2024-01-21T08:08:54.595 INFO:teuthology.orchestra.run.smithi150.stdout:Unable to read consumer identity 2024-01-21T08:08:54.795 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 429 kB/s | 24 kB 00:00 2024-01-21T08:08:54.824 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:08:54.824 INFO:teuthology.orchestra.run.smithi150.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T08:08:54.824 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:08:55.136 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:00:03 ago on Sun 21 Jan 2024 08:08:52 AM UTC. 2024-01-21T08:08:55.202 INFO:teuthology.orchestra.run.smithi150.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-21T08:08:55.202 INFO:teuthology.orchestra.run.smithi150.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-21T08:08:55.240 INFO:teuthology.orchestra.run.smithi150.stderr:Error: No packages marked for reinstall. 2024-01-21T08:08:55.288 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T08:08:55.445 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-21T08:08:55.445 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-21T08:08:55.446 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-21T08:08:55.446 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-21T08:08:55.446 DEBUG:teuthology.orchestra.run.smithi150:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T08:08:55.484 INFO:teuthology.orchestra.run.smithi150.stdout:ttyS1 2024-01-21T08:08:55.497 DEBUG:teuthology.parallel:result is None 2024-01-21T08:08:55.614 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-21T08:08:55.615 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-21T08:08:55.687 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-01-21T08:08:55.688 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-01-21T08:08:55.688 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-01-21T08:08:55.833 DEBUG:teuthology.orchestra.run.smithi005:> echo no | sudo yum reinstall kernel || true 2024-01-21T08:08:56.230 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-01-21T08:08:56.230 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2024-01-21T08:08:56.508 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:08:56.508 INFO:teuthology.orchestra.run.smithi005.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T08:08:56.508 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:08:56.878 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:02 ago on Sun 21 Jan 2024 08:08:54 AM UTC. 2024-01-21T08:08:56.963 INFO:teuthology.orchestra.run.smithi005.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-21T08:08:56.972 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-21T08:08:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:Error: No packages marked for reinstall. 2024-01-21T08:08:57.089 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum reinstall -y kernel || true 2024-01-21T08:08:57.473 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-01-21T08:08:57.473 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2024-01-21T08:08:57.926 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:08:57.926 INFO:teuthology.orchestra.run.smithi005.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T08:08:57.926 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:08:58.285 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:04 ago on Sun 21 Jan 2024 08:08:54 AM UTC. 2024-01-21T08:08:58.359 INFO:teuthology.orchestra.run.smithi005.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-21T08:08:58.359 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-21T08:08:58.390 INFO:teuthology.orchestra.run.smithi005.stderr:Error: No packages marked for reinstall. 2024-01-21T08:08:58.444 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T08:08:58.611 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-21T08:08:58.611 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-21T08:08:58.611 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-21T08:08:58.611 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-21T08:08:58.611 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T08:08:58.658 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2024-01-21T08:08:58.673 DEBUG:teuthology.parallel:result is None 2024-01-21T08:08:58.673 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-21T08:08:58.680 INFO:teuthology.task.internal:Creating test directory... 2024-01-21T08:08:58.680 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T08:08:58.682 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T08:08:58.703 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-21T08:08:58.712 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-21T08:08:58.719 INFO:teuthology.task.internal:Creating archive directory... 2024-01-21T08:08:58.720 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T08:08:58.742 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T08:08:58.788 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-21T08:08:58.795 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-21T08:08:58.795 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:08:58.811 DEBUG:teuthology.orchestra.run.smithi150:> 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-21T08:08:58.861 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T08:08:58.862 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T08:08:58.872 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T08:08:58.875 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T08:08:58.876 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-21T08:08:58.883 INFO:teuthology.task.internal:Configuring sudo... 2024-01-21T08:08:58.883 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T08:08:58.886 DEBUG:teuthology.orchestra.run.smithi150:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T08:08:58.947 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-21T08:08:58.956 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-21T08:08:58.956 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T08:08:58.961 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T08:08:59.006 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T08:08:59.070 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T08:08:59.126 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T08:08:59.215 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T08:08:59.264 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-01-21T08:08:59.264 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T08:08:59.338 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T08:08:59.387 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T08:08:59.442 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T08:08:59.530 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T08:08:59.573 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-21T08:08:59.573 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T08:08:59.642 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2024-01-21T08:08:59.644 DEBUG:teuthology.orchestra.run.smithi150:> sudo service rsyslog restart 2024-01-21T08:08:59.694 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T08:08:59.756 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T08:09:00.157 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-21T08:09:00.165 INFO:teuthology.task.internal:Starting timer... 2024-01-21T08:09:00.165 INFO:teuthology.run_tasks:Running task pcp... 2024-01-21T08:09:00.174 INFO:teuthology.run_tasks:Running task selinux... 2024-01-21T08:09:00.182 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-21T08:09:00.183 DEBUG:teuthology.orchestra.run.smithi005:> sudo service auditd rotate 2024-01-21T08:09:00.252 INFO:teuthology.orchestra.run.smithi005.stdout:Rotating logs: 2024-01-21T08:09:00.254 DEBUG:teuthology.orchestra.run.smithi150:> sudo service auditd rotate 2024-01-21T08:09:00.317 INFO:teuthology.orchestra.run.smithi150.stdout:Rotating logs: 2024-01-21T08:09:00.319 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-21T08:09:00.319 DEBUG:teuthology.orchestra.run.smithi005:> /usr/sbin/getenforce 2024-01-21T08:09:00.347 INFO:teuthology.orchestra.run.smithi005.stdout:Permissive 2024-01-21T08:09:00.347 DEBUG:teuthology.orchestra.run.smithi150:> /usr/sbin/getenforce 2024-01-21T08:09:00.368 INFO:teuthology.orchestra.run.smithi150.stdout:Permissive 2024-01-21T08:09:00.368 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi005.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi150.front.sepia.ceph.com': 'permissive'} 2024-01-21T08:09:00.368 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:09:00.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:09:00.419 DEBUG:teuthology.orchestra.run.smithi150:> 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-21T08:09:00.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:09:00.447 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-21T08:09:00.447 DEBUG:teuthology.orchestra.run.smithi005:> sudo /usr/sbin/setenforce permissive 2024-01-21T08:09:00.495 DEBUG:teuthology.orchestra.run.smithi150:> sudo /usr/sbin/setenforce permissive 2024-01-21T08:09:00.529 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-21T08:09:00.539 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-21T08:09:00.557 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-21T08:09:00.559 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi150.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-21T08:18:13.459 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi150.front.sepia.ceph.com')] 2024-01-21T08:18:13.460 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-01-21T08:18:13.461 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:18:13.539 DEBUG:teuthology.orchestra.run.smithi005:> true 2024-01-21T08:18:13.614 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-01-21T08:18:13.615 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-01-21T08:18:13.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:18:13.687 DEBUG:teuthology.orchestra.run.smithi150:> true 2024-01-21T08:18:13.753 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-01-21T08:18:13.753 INFO:teuthology.run_tasks:Running task clock... 2024-01-21T08:18:13.764 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-21T08:18:13.764 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T08:18:13.764 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:18:13.767 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T08:18:13.767 DEBUG:teuthology.orchestra.run.smithi150:> 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-21T08:18:13.804 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T08:18:13.822 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T08:18:13.826 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T08:18:13.840 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T08:18:13.902 INFO:teuthology.orchestra.run.smithi005.stderr:sudo: ntpd: command not found 2024-01-21T08:18:13.903 INFO:teuthology.orchestra.run.smithi150.stderr:sudo: ntpd: command not found 2024-01-21T08:18:13.915 INFO:teuthology.orchestra.run.smithi150.stdout:506 Cannot talk to daemon 2024-01-21T08:18:13.917 INFO:teuthology.orchestra.run.smithi005.stdout:506 Cannot talk to daemon 2024-01-21T08:18:13.929 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T08:18:13.935 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T08:18:13.944 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T08:18:13.952 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T08:18:14.022 INFO:teuthology.orchestra.run.smithi150.stderr:bash: ntpq: command not found 2024-01-21T08:18:14.027 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T08:18:14.027 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2024-01-21T08:18:14.027 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:18:14.027 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:18:14.027 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:18:14.027 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:18:14.027 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2024-01-21T08:18:14.030 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T08:18:14.031 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-01-21T08:18:14.031 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:18:14.031 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:18:14.031 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:18:14.031 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:18:14.032 INFO:teuthology.run_tasks:Running task pexec... 2024-01-21T08:18:14.041 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-21T08:18:14.041 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi005.front.sepia.ceph.com 2024-01-21T08:18:14.041 DEBUG:teuthology.orchestra.run.smithi005:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T08:18:14.042 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi150.front.sepia.ceph.com 2024-01-21T08:18:14.042 DEBUG:teuthology.orchestra.run.smithi150:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T08:18:14.445 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2024-01-21T08:18:14.507 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-01-21T08:18:16.167 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2024-01-21T08:18:16.409 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2024-01-21T08:18:16.472 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 48 kB/s | 4.5 kB 00:00 2024-01-21T08:18:17.065 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 40 kB/s | 4.1 kB 00:00 2024-01-21T08:18:19.531 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-01-21T08:18:19.532 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-01-21T08:18:19.533 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2024-01-21T08:18:19.533 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-01-21T08:18:19.533 INFO:teuthology.orchestra.run.smithi150.stdout:Resetting modules: 2024-01-21T08:18:19.533 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools 2024-01-21T08:18:19.533 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:18:19.533 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-01-21T08:18:19.533 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-01-21T08:18:19.533 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:18:20.329 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-01-21T08:18:20.330 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-01-21T08:18:20.331 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-01-21T08:18:20.331 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-01-21T08:18:20.331 INFO:teuthology.orchestra.run.smithi005.stdout:Resetting modules: 2024-01-21T08:18:20.331 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools 2024-01-21T08:18:20.331 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:18:20.331 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-01-21T08:18:20.331 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-01-21T08:18:20.331 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:18:27.377 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-01-21T08:18:27.854 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2024-01-21T08:18:28.614 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-01-21T08:18:29.148 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-01-21T08:18:29.716 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2024-01-21T08:18:30.101 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2024-01-21T08:18:30.957 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-01-21T08:18:31.671 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2024-01-21T08:18:33.077 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-01-21T08:18:33.231 INFO:teuthology.orchestra.run.smithi150.stdout:========================================================================================================================== 2024-01-21T08:18:33.231 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-01-21T08:18:33.232 INFO:teuthology.orchestra.run.smithi150.stdout:========================================================================================================================== 2024-01-21T08:18:33.232 INFO:teuthology.orchestra.run.smithi150.stdout:Installing group/module packages: 2024-01-21T08:18:33.232 INFO:teuthology.orchestra.run.smithi150.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-01-21T08:18:33.232 INFO:teuthology.orchestra.run.smithi150.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-01-21T08:18:33.232 INFO:teuthology.orchestra.run.smithi150.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-01-21T08:18:33.232 INFO:teuthology.orchestra.run.smithi150.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-01-21T08:18:33.232 INFO:teuthology.orchestra.run.smithi150.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-01-21T08:18:33.232 INFO:teuthology.orchestra.run.smithi150.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-21T08:18:33.232 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-01-21T08:18:33.232 INFO:teuthology.orchestra.run.smithi150.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-21T08:18:33.232 INFO:teuthology.orchestra.run.smithi150.stdout:Downgrading: 2024-01-21T08:18:33.232 INFO:teuthology.orchestra.run.smithi150.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-21T08:18:33.232 INFO:teuthology.orchestra.run.smithi150.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-01-21T08:18:33.232 INFO:teuthology.orchestra.run.smithi150.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-01-21T08:18:33.233 INFO:teuthology.orchestra.run.smithi150.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-01-21T08:18:33.233 INFO:teuthology.orchestra.run.smithi150.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-01-21T08:18:33.233 INFO:teuthology.orchestra.run.smithi150.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-01-21T08:18:33.233 INFO:teuthology.orchestra.run.smithi150.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-01-21T08:18:33.233 INFO:teuthology.orchestra.run.smithi150.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-01-21T08:18:33.233 INFO:teuthology.orchestra.run.smithi150.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-01-21T08:18:33.233 INFO:teuthology.orchestra.run.smithi150.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-01-21T08:18:33.233 INFO:teuthology.orchestra.run.smithi150.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-01-21T08:18:33.233 INFO:teuthology.orchestra.run.smithi150.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-21T08:18:33.233 INFO:teuthology.orchestra.run.smithi150.stdout:Installing module profiles: 2024-01-21T08:18:33.233 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools/common 2024-01-21T08:18:33.233 INFO:teuthology.orchestra.run.smithi150.stdout:Enabling module streams: 2024-01-21T08:18:33.233 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools 3.0 2024-01-21T08:18:33.233 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:18:33.234 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-01-21T08:18:33.234 INFO:teuthology.orchestra.run.smithi150.stdout:========================================================================================================================== 2024-01-21T08:18:33.234 INFO:teuthology.orchestra.run.smithi150.stdout:Install 7 Packages 2024-01-21T08:18:33.234 INFO:teuthology.orchestra.run.smithi150.stdout:Downgrade 12 Packages 2024-01-21T08:18:33.234 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:18:33.234 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 50 M 2024-01-21T08:18:33.234 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-01-21T08:18:33.461 INFO:teuthology.orchestra.run.smithi150.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 227 kB/s | 51 kB 00:00 2024-01-21T08:18:33.495 INFO:teuthology.orchestra.run.smithi150.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 1.9 MB/s | 511 kB 00:00 2024-01-21T08:18:33.587 INFO:teuthology.orchestra.run.smithi150.stdout:(3/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 754 kB/s | 69 kB 00:00 2024-01-21T08:18:33.603 INFO:teuthology.orchestra.run.smithi150.stdout:(4/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 506 kB/s | 72 kB 00:00 2024-01-21T08:18:33.729 INFO:teuthology.orchestra.run.smithi150.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 457 kB/s | 57 kB 00:00 2024-01-21T08:18:33.971 INFO:teuthology.orchestra.run.smithi150.stdout:(6/19): containernetworking-plugins-0.9.1-1.mod 25 MB/s | 19 MB 00:00 2024-01-21T08:18:34.054 INFO:teuthology.orchestra.run.smithi150.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 8.8 MB/s | 2.9 MB 00:00 2024-01-21T08:18:34.196 INFO:teuthology.orchestra.run.smithi150.stdout:(8/19): podman-3.0.1-15.module+el8.7.0+18021+1e 17 MB/s | 11 MB 00:00 2024-01-21T08:18:34.278 INFO:teuthology.orchestra.run.smithi150.stdout:(9/19): container-selinux-2.189.0-1.module+el8. 179 kB/s | 55 kB 00:00 2024-01-21T08:18:34.305 INFO:teuthology.orchestra.run.smithi150.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 364 kB/s | 91 kB 00:00 2024-01-21T08:18:34.330 INFO:teuthology.orchestra.run.smithi150.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 2.4 MB/s | 323 kB 00:00 2024-01-21T08:18:34.439 INFO:teuthology.orchestra.run.smithi150.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 318 kB/s | 51 kB 00:00 2024-01-21T08:18:34.464 INFO:teuthology.orchestra.run.smithi150.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 1.4 MB/s | 185 kB 00:00 2024-01-21T08:18:34.506 INFO:teuthology.orchestra.run.smithi150.stdout:(14/19): cockpit-podman-29-2.module+el8.7.0+165 5.3 MB/s | 1.1 MB 00:00 2024-01-21T08:18:34.648 INFO:teuthology.orchestra.run.smithi150.stdout:(15/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 12 MB/s | 2.2 MB 00:00 2024-01-21T08:18:34.673 INFO:teuthology.orchestra.run.smithi150.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 303 kB/s | 51 kB 00:00 2024-01-21T08:18:34.765 INFO:teuthology.orchestra.run.smithi150.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 19 MB/s | 6.2 MB 00:00 2024-01-21T08:18:34.832 INFO:teuthology.orchestra.run.smithi150.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 258 kB/s | 41 kB 00:00 2024-01-21T08:18:34.919 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-01-21T08:18:34.941 INFO:teuthology.orchestra.run.smithi150.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 23 MB/s | 6.6 MB 00:00 2024-01-21T08:18:34.941 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-01-21T08:18:34.941 INFO:teuthology.orchestra.run.smithi150.stdout:Total 29 MB/s | 50 MB 00:01 2024-01-21T08:18:35.093 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================================== 2024-01-21T08:18:35.094 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-01-21T08:18:35.094 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================================== 2024-01-21T08:18:35.094 INFO:teuthology.orchestra.run.smithi005.stdout:Installing group/module packages: 2024-01-21T08:18:35.094 INFO:teuthology.orchestra.run.smithi005.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-01-21T08:18:35.094 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-01-21T08:18:35.094 INFO:teuthology.orchestra.run.smithi005.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-01-21T08:18:35.094 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-01-21T08:18:35.094 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-01-21T08:18:35.094 INFO:teuthology.orchestra.run.smithi005.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-21T08:18:35.094 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-01-21T08:18:35.094 INFO:teuthology.orchestra.run.smithi005.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-21T08:18:35.094 INFO:teuthology.orchestra.run.smithi005.stdout:Downgrading: 2024-01-21T08:18:35.094 INFO:teuthology.orchestra.run.smithi005.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-21T08:18:35.094 INFO:teuthology.orchestra.run.smithi005.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-01-21T08:18:35.095 INFO:teuthology.orchestra.run.smithi005.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-01-21T08:18:35.095 INFO:teuthology.orchestra.run.smithi005.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-01-21T08:18:35.095 INFO:teuthology.orchestra.run.smithi005.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-01-21T08:18:35.095 INFO:teuthology.orchestra.run.smithi005.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-01-21T08:18:35.095 INFO:teuthology.orchestra.run.smithi005.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-01-21T08:18:35.095 INFO:teuthology.orchestra.run.smithi005.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-01-21T08:18:35.095 INFO:teuthology.orchestra.run.smithi005.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-01-21T08:18:35.095 INFO:teuthology.orchestra.run.smithi005.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-01-21T08:18:35.095 INFO:teuthology.orchestra.run.smithi005.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-01-21T08:18:35.095 INFO:teuthology.orchestra.run.smithi005.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-21T08:18:35.095 INFO:teuthology.orchestra.run.smithi005.stdout:Installing module profiles: 2024-01-21T08:18:35.095 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools/common 2024-01-21T08:18:35.095 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling module streams: 2024-01-21T08:18:35.095 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools 3.0 2024-01-21T08:18:35.096 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:18:35.096 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-01-21T08:18:35.096 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================================== 2024-01-21T08:18:35.096 INFO:teuthology.orchestra.run.smithi005.stdout:Install 7 Packages 2024-01-21T08:18:35.096 INFO:teuthology.orchestra.run.smithi005.stdout:Downgrade 12 Packages 2024-01-21T08:18:35.096 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:18:35.096 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 50 M 2024-01-21T08:18:35.096 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-01-21T08:18:35.290 INFO:teuthology.orchestra.run.smithi005.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 267 kB/s | 51 kB 00:00 2024-01-21T08:18:35.315 INFO:teuthology.orchestra.run.smithi005.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.3 MB/s | 511 kB 00:00 2024-01-21T08:18:35.424 INFO:teuthology.orchestra.run.smithi005.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 539 kB/s | 72 kB 00:00 2024-01-21T08:18:35.425 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-01-21T08:18:35.449 INFO:teuthology.orchestra.run.smithi005.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 518 kB/s | 69 kB 00:00 2024-01-21T08:18:35.469 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-01-21T08:18:35.469 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-01-21T08:18:35.616 INFO:teuthology.orchestra.run.smithi005.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 343 kB/s | 57 kB 00:00 2024-01-21T08:18:35.866 INFO:teuthology.orchestra.run.smithi005.stdout:(6/19): containernetworking-plugins-0.9.1-1.mod 24 MB/s | 19 MB 00:00 2024-01-21T08:18:35.892 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-01-21T08:18:35.901 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-01-21T08:18:35.967 INFO:teuthology.orchestra.run.smithi005.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 8.2 MB/s | 2.9 MB 00:00 2024-01-21T08:18:35.992 INFO:teuthology.orchestra.run.smithi005.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 440 kB/s | 55 kB 00:00 2024-01-21T08:18:36.151 INFO:teuthology.orchestra.run.smithi005.stdout:(9/19): podman-3.0.1-15.module+el8.7.0+18021+1e 15 MB/s | 11 MB 00:00 2024-01-21T08:18:36.200 INFO:teuthology.orchestra.run.smithi005.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 392 kB/s | 91 kB 00:00 2024-01-21T08:18:36.235 INFO:teuthology.orchestra.run.smithi005.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.3 MB/s | 323 kB 00:00 2024-01-21T08:18:36.310 INFO:teuthology.orchestra.run.smithi005.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 323 kB/s | 51 kB 00:00 2024-01-21T08:18:36.360 INFO:teuthology.orchestra.run.smithi005.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 6.7 MB/s | 1.1 MB 00:00 2024-01-21T08:18:36.402 INFO:teuthology.orchestra.run.smithi005.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 1.1 MB/s | 185 kB 00:00 2024-01-21T08:18:36.552 INFO:teuthology.orchestra.run.smithi005.stdout:(15/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 11 MB/s | 2.2 MB 00:00 2024-01-21T08:18:36.569 INFO:teuthology.orchestra.run.smithi005.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 303 kB/s | 51 kB 00:00 2024-01-21T08:18:36.686 INFO:teuthology.orchestra.run.smithi005.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 16 MB/s | 6.2 MB 00:00 2024-01-21T08:18:36.711 INFO:teuthology.orchestra.run.smithi005.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 289 kB/s | 41 kB 00:00 2024-01-21T08:18:36.845 INFO:teuthology.orchestra.run.smithi005.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 23 MB/s | 6.6 MB 00:00 2024-01-21T08:18:36.846 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-01-21T08:18:36.846 INFO:teuthology.orchestra.run.smithi005.stdout:Total 28 MB/s | 50 MB 00:01 2024-01-21T08:18:37.110 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-01-21T08:18:37.126 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-01-21T08:18:37.143 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-21T08:18:37.330 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-21T08:18:37.373 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-01-21T08:18:37.422 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-01-21T08:18:37.423 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-01-21T08:18:37.898 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-01-21T08:18:37.908 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-01-21T08:18:39.167 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-01-21T08:18:39.185 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-01-21T08:18:39.204 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-21T08:18:39.370 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-21T08:18:54.093 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-21T08:18:54.278 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-21T08:18:54.296 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-21T08:18:54.452 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-01-21T08:18:54.609 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-01-21T08:18:54.811 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-01-21T08:18:54.811 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-01-21T08:18:54.811 INFO:teuthology.orchestra.run.smithi150.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-01-21T08:18:54.811 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:18:55.612 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-01-21T08:18:57.265 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-01-21T08:18:57.525 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-01-21T08:18:57.727 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-01-21T08:18:59.025 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-21T08:18:59.055 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-01-21T08:18:59.201 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-21T08:18:59.223 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-21T08:18:59.334 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-01-21T08:18:59.376 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-01-21T08:18:59.551 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-21T08:18:59.564 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-01-21T08:18:59.787 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-01-21T08:18:59.787 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-01-21T08:18:59.788 INFO:teuthology.orchestra.run.smithi005.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-01-21T08:18:59.788 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:18:59.892 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-01-21T08:19:00.559 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-01-21T08:19:00.599 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-01-21T08:19:01.283 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-01-21T08:19:01.509 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-01-21T08:19:01.685 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-01-21T08:19:01.884 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-01-21T08:19:02.029 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-01-21T08:19:02.042 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-21T08:19:02.042 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-21T08:19:02.358 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-21T08:19:02.398 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-01-21T08:19:02.540 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-01-21T08:19:02.540 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-21T08:19:02.607 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-01-21T08:19:02.704 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-21T08:19:02.704 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-21T08:19:02.812 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-01-21T08:19:02.887 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-21T08:19:03.053 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-01-21T08:19:03.211 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-01-21T08:19:03.406 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-01-21T08:19:03.578 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-01-21T08:19:03.753 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-01-21T08:19:03.956 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-01-21T08:19:03.956 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-21T08:19:04.153 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-21T08:19:04.248 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-01-21T08:19:04.534 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-01-21T08:19:04.800 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-21T08:19:05.185 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-01-21T08:19:05.948 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-01-21T08:19:06.671 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-01-21T08:19:06.892 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-01-21T08:19:07.129 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-01-21T08:19:07.310 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-01-21T08:19:07.451 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-01-21T08:19:07.470 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-21T08:19:07.470 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-21T08:19:07.775 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-21T08:19:07.973 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-01-21T08:19:07.973 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-21T08:19:08.261 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-21T08:19:08.261 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-21T08:19:08.401 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-21T08:19:08.559 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-01-21T08:19:08.742 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-01-21T08:19:08.897 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-01-21T08:19:09.050 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-01-21T08:19:09.200 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-01-21T08:19:09.354 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-01-21T08:19:09.354 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-21T08:19:09.575 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-21T08:19:21.698 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-01-21T08:19:22.168 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-21T08:19:22.168 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-01-21T08:19:22.169 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-01-21T08:19:22.170 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-01-21T08:19:22.170 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-01-21T08:19:22.170 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-01-21T08:19:22.170 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-01-21T08:19:22.170 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-01-21T08:19:22.170 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-01-21T08:19:22.170 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-01-21T08:19:22.170 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-01-21T08:19:22.170 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-01-21T08:19:22.170 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-01-21T08:19:22.171 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-01-21T08:19:22.171 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-01-21T08:19:22.171 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-01-21T08:19:22.171 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-01-21T08:19:29.160 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-01-21T08:19:29.660 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-21T08:19:29.660 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-01-21T08:19:29.660 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-01-21T08:19:29.660 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-01-21T08:19:29.660 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-01-21T08:19:29.660 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-01-21T08:19:29.660 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-01-21T08:19:29.660 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-01-21T08:19:29.660 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-01-21T08:19:29.660 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-01-21T08:19:29.660 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-01-21T08:19:29.661 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-01-21T08:19:29.662 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-01-21T08:19:29.662 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-01-21T08:19:29.662 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-01-21T08:19:29.662 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-01-21T08:19:32.530 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-01-21T08:19:32.530 INFO:teuthology.orchestra.run.smithi150.stdout:Installed products updated. 2024-01-21T08:19:33.060 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:19:33.060 INFO:teuthology.orchestra.run.smithi150.stdout:Downgraded: 2024-01-21T08:19:33.060 INFO:teuthology.orchestra.run.smithi150.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:33.061 INFO:teuthology.orchestra.run.smithi150.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:33.062 INFO:teuthology.orchestra.run.smithi150.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:33.062 INFO:teuthology.orchestra.run.smithi150.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-01-21T08:19:33.062 INFO:teuthology.orchestra.run.smithi150.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T08:19:33.062 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:19:33.062 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-01-21T08:19:33.244 DEBUG:teuthology.parallel:result is None 2024-01-21T08:19:44.871 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-01-21T08:19:44.871 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2024-01-21T08:19:45.476 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:19:45.477 INFO:teuthology.orchestra.run.smithi005.stdout:Downgraded: 2024-01-21T08:19:45.477 INFO:teuthology.orchestra.run.smithi005.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:45.477 INFO:teuthology.orchestra.run.smithi005.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-01-21T08:19:45.477 INFO:teuthology.orchestra.run.smithi005.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:45.477 INFO:teuthology.orchestra.run.smithi005.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:45.477 INFO:teuthology.orchestra.run.smithi005.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:45.477 INFO:teuthology.orchestra.run.smithi005.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:45.477 INFO:teuthology.orchestra.run.smithi005.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:45.477 INFO:teuthology.orchestra.run.smithi005.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-21T08:19:45.477 INFO:teuthology.orchestra.run.smithi005.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-21T08:19:45.477 INFO:teuthology.orchestra.run.smithi005.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-01-21T08:19:45.477 INFO:teuthology.orchestra.run.smithi005.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:45.477 INFO:teuthology.orchestra.run.smithi005.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:45.478 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-01-21T08:19:45.478 INFO:teuthology.orchestra.run.smithi005.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:45.478 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-01-21T08:19:45.478 INFO:teuthology.orchestra.run.smithi005.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:45.478 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:45.478 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T08:19:45.478 INFO:teuthology.orchestra.run.smithi005.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-01-21T08:19:45.478 INFO:teuthology.orchestra.run.smithi005.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T08:19:45.478 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:19:45.478 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-01-21T08:19:45.676 DEBUG:teuthology.parallel:result is None 2024-01-21T08:19:45.676 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-21T08:19:45.687 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-21T08:19:45.688 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-01-21T08:19:45.688 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:19:45.707 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-21T08:19:45.707 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_1 2024-01-21T08:19:45.768 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T08:19:45.768 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:19:45.768 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 170940 Links: 1 2024-01-21T08:19:45.768 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:19:45.768 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:19:45.769 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-01-21 08:19:29.316310224 +0000 2024-01-21T08:19:45.769 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-01-21 08:17:44.066166987 +0000 2024-01-21T08:19:45.769 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-01-21 08:17:44.066166987 +0000 2024-01-21T08:19:45.769 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-01-21T08:19:45.769 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T08:19:45.841 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-01-21T08:19:45.841 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-01-21T08:19:45.841 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000130182 s, 3.9 MB/s 2024-01-21T08:19:45.842 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T08:19:45.906 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_2 2024-01-21T08:19:45.968 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T08:19:45.968 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:19:45.968 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 176649 Links: 1 2024-01-21T08:19:45.968 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:19:45.969 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:19:45.969 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-01-21 08:19:29.316310224 +0000 2024-01-21T08:19:45.969 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-01-21 08:17:44.424159479 +0000 2024-01-21T08:19:45.969 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-01-21 08:17:44.424159479 +0000 2024-01-21T08:19:45.969 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-01-21T08:19:45.969 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T08:19:46.041 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-01-21T08:19:46.041 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-01-21T08:19:46.041 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000125783 s, 4.1 MB/s 2024-01-21T08:19:46.043 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T08:19:46.106 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_3 2024-01-21T08:19:46.168 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T08:19:46.168 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:19:46.168 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 178214 Links: 1 2024-01-21T08:19:46.168 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:19:46.168 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:19:46.168 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-01-21 08:19:29.316310224 +0000 2024-01-21T08:19:46.168 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-01-21 08:17:44.788151846 +0000 2024-01-21T08:19:46.168 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-01-21 08:17:44.788151846 +0000 2024-01-21T08:19:46.168 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-01-21T08:19:46.169 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T08:19:46.241 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-01-21T08:19:46.241 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-01-21T08:19:46.241 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000117025 s, 4.4 MB/s 2024-01-21T08:19:46.242 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T08:19:46.305 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_4 2024-01-21T08:19:46.368 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T08:19:46.368 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:19:46.368 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 180255 Links: 1 2024-01-21T08:19:46.368 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:19:46.368 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:19:46.368 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-01-21 08:19:29.316310224 +0000 2024-01-21T08:19:46.368 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-01-21 08:17:45.132144631 +0000 2024-01-21T08:19:46.368 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-01-21 08:17:45.132144631 +0000 2024-01-21T08:19:46.368 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-01-21T08:19:46.369 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T08:19:46.441 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-01-21T08:19:46.441 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-01-21T08:19:46.441 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000121769 s, 4.2 MB/s 2024-01-21T08:19:46.442 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T08:19:46.505 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:19:46.642 INFO:teuthology.orchestra.run.smithi005.stdout:loop 2024-01-21T08:19:46.643 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_1... 2024-01-21T08:19:46.643 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:19:46.687 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-01-21T08:19:46.729 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_11 2024-01-21T08:19:46.774 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_2... 2024-01-21T08:19:46.774 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:19:46.817 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-01-21T08:19:46.857 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_21 2024-01-21T08:19:46.899 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_3... 2024-01-21T08:19:46.899 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:19:46.981 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-01-21T08:19:47.022 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_31 2024-01-21T08:19:47.065 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_4... 2024-01-21T08:19:47.065 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:19:47.146 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-01-21T08:19:47.186 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_41 2024-01-21T08:19:47.229 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-01-21T08:19:47.229 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:19:47.288 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme list 2024-01-21T08:19:47.359 INFO:teuthology.orchestra.run.smithi005.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T08:19:47.359 INFO:teuthology.orchestra.run.smithi005.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T08:19:47.360 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme0n1 PHMB751300EW480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-01-21T08:19:47.360 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme1n1 1eb683393e9def47414f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:19:47.360 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme2n1 32e90fbcaeb134d38dc7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:19:47.360 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme3n1 7775390acd1b16cef056 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:19:47.360 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme4n1 c0c9618dff58f1688d7e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:19:47.361 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T08:19:47.361 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-01-21T08:19:47.361 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/scratch_devs 2024-01-21T08:19:47.436 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-21T08:19:47.437 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:19:47.459 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-21T08:19:47.459 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_1 2024-01-21T08:19:47.520 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T08:19:47.521 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:19:47.521 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 172944 Links: 1 2024-01-21T08:19:47.521 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:19:47.521 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:19:47.521 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-21 08:19:21.856783515 +0000 2024-01-21T08:19:47.521 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-21 08:17:12.948078316 +0000 2024-01-21T08:19:47.521 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-21 08:17:12.948078316 +0000 2024-01-21T08:19:47.521 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-21T08:19:47.521 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T08:19:47.590 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-21T08:19:47.590 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-21T08:19:47.590 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000271725 s, 1.9 MB/s 2024-01-21T08:19:47.592 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T08:19:47.651 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_2 2024-01-21T08:19:47.710 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T08:19:47.710 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:19:47.710 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 176947 Links: 1 2024-01-21T08:19:47.711 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:19:47.711 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:19:47.711 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-21 08:19:21.856783515 +0000 2024-01-21T08:19:47.711 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-21 08:17:13.298071394 +0000 2024-01-21T08:19:47.711 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-21 08:17:13.298071394 +0000 2024-01-21T08:19:47.711 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-21T08:19:47.711 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T08:19:47.778 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-21T08:19:47.778 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-21T08:19:47.778 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000245651 s, 2.1 MB/s 2024-01-21T08:19:47.779 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T08:19:47.838 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_3 2024-01-21T08:19:47.895 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T08:19:47.895 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:19:47.896 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 170850 Links: 1 2024-01-21T08:19:47.896 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:19:47.896 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:19:47.896 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-21 08:19:21.856783515 +0000 2024-01-21T08:19:47.896 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-21 08:17:13.646064511 +0000 2024-01-21T08:19:47.896 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-21 08:17:13.646064511 +0000 2024-01-21T08:19:47.896 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-21T08:19:47.896 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T08:19:47.961 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-21T08:19:47.961 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-21T08:19:47.962 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000189671 s, 2.7 MB/s 2024-01-21T08:19:47.963 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T08:19:48.021 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_4 2024-01-21T08:19:48.078 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T08:19:48.078 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:19:48.078 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 179258 Links: 1 2024-01-21T08:19:48.078 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:19:48.078 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:19:48.078 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-21 08:19:21.856783515 +0000 2024-01-21T08:19:48.079 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-21 08:17:13.983057846 +0000 2024-01-21T08:19:48.079 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-21 08:17:13.983057846 +0000 2024-01-21T08:19:48.079 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-21T08:19:48.079 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T08:19:48.144 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-21T08:19:48.144 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-21T08:19:48.144 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000236285 s, 2.2 MB/s 2024-01-21T08:19:48.145 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T08:19:48.203 DEBUG:teuthology.orchestra.run.smithi150:> 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-21T08:19:48.322 INFO:teuthology.orchestra.run.smithi150.stdout:loop 2024-01-21T08:19:48.323 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_1... 2024-01-21T08:19:48.323 DEBUG:teuthology.orchestra.run.smithi150:> 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-21T08:19:48.359 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-01-21T08:19:48.394 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_11 2024-01-21T08:19:48.435 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_2... 2024-01-21T08:19:48.435 DEBUG:teuthology.orchestra.run.smithi150:> 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-21T08:19:48.512 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-01-21T08:19:48.547 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_21 2024-01-21T08:19:48.586 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_3... 2024-01-21T08:19:48.586 DEBUG:teuthology.orchestra.run.smithi150:> 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-21T08:19:48.663 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-01-21T08:19:48.699 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_31 2024-01-21T08:19:48.737 INFO:tasks.nvme_loop:Connecting nvme_loop smithi150:/dev/vg_nvme/lv_4... 2024-01-21T08:19:48.738 DEBUG:teuthology.orchestra.run.smithi150:> 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-21T08:19:48.813 INFO:teuthology.orchestra.run.smithi150.stdout:1 2024-01-21T08:19:48.849 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/vg_nvme/lv_41 2024-01-21T08:19:48.888 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-21T08:19:48.888 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:19:48.945 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme list 2024-01-21T08:19:49.011 INFO:teuthology.orchestra.run.smithi150.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T08:19:49.011 INFO:teuthology.orchestra.run.smithi150.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T08:19:49.011 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme0n1 CVFT623300GX400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-21T08:19:49.011 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme1n1 53503d8867eecdefc995 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:19:49.011 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme2n1 e887043fd2ce6c38db80 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:19:49.011 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme3n1 d90591afb0b2e2d54e91 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:19:49.011 INFO:teuthology.orchestra.run.smithi150.stdout:/dev/nvme4n1 558dbc66b8a629aaa81a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:19:49.012 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T08:19:49.012 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-21T08:19:49.012 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/scratch_devs 2024-01-21T08:19:49.078 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-21T08:19:49.146 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-21T08:19:49.146 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T08:19:49.147 INFO:tasks.cephadm:Cluster fsid is d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:19:49.147 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-21T08:19:49.147 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-21T08:19:49.148 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi005': '172.21.15.5', 'mon.smithi150': '172.21.15.150'} 2024-01-21T08:19:49.148 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-21T08:19:49.148 DEBUG:teuthology.orchestra.run.smithi005:> sudo hostname $(hostname -s) 2024-01-21T08:19:49.184 DEBUG:teuthology.orchestra.run.smithi150:> sudo hostname $(hostname -s) 2024-01-21T08:19:49.211 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec)... 2024-01-21T08:19:49.212 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:19:49.369 INFO:teuthology.orchestra.run.smithi005.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 21 08:19 /home/ubuntu/cephtest/cephadm 2024-01-21T08:19:49.370 DEBUG:teuthology.orchestra.run.smithi150:> 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-21T08:19:49.514 INFO:teuthology.orchestra.run.smithi150.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 21 08:19 /home/ubuntu/cephtest/cephadm 2024-01-21T08:19:49.515 DEBUG:teuthology.orchestra.run.smithi005:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T08:19:49.538 DEBUG:teuthology.orchestra.run.smithi150:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T08:19:49.564 DEBUG:teuthology.orchestra.run.smithi005:> sudo mkdir -p /etc/ceph 2024-01-21T08:19:49.612 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /etc/ceph 2024-01-21T08:19:49.638 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 777 /etc/ceph 2024-01-21T08:19:49.687 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 777 /etc/ceph 2024-01-21T08:19:49.713 INFO:tasks.cephadm:Writing seed config... 2024-01-21T08:19:49.714 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-21T08:19:49.714 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-21T08:19:49.714 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-21T08:19:49.714 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-21T08:19:49.714 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-21T08:19:49.714 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-21T08:19:49.714 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-21T08:19:49.714 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-21T08:19:49.715 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-01-21T08:19:49.715 DEBUG:teuthology.orchestra.run.smithi005:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-21T08:19:49.749 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 = d7fc424c-b835-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-21T08:19:49.749 DEBUG:teuthology.orchestra.run.smithi005:mon.smithi005> sudo journalctl -f -n 0 -u ceph-d7fc424c-b835-11ee-95b0-87774f69a715@mon.smithi005.service 2024-01-21T08:19:49.791 INFO:tasks.cephadm:Bootstrapping... 2024-01-21T08:19:49.792 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -v bootstrap --fsid d7fc424c-b835-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.5 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:19:49.825 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:-- Logs begin at Sun 2024-01-21 08:07:41 UTC. -- 2024-01-21T08:19:50.116 INFO:teuthology.orchestra.run.smithi005.stderr:-------------------------------------------------------------------------------- 2024-01-21T08:19:50.116 INFO:teuthology.orchestra.run.smithi005.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec', '-v', 'bootstrap', '--fsid', 'd7fc424c-b835-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.5', '--skip-admin-label'] 2024-01-21T08:19:51.164 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 3.0.1 2024-01-21T08:19:51.180 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying podman|docker is present... 2024-01-21T08:19:51.233 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 3.0.1 2024-01-21T08:19:51.247 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying lvm2 is present... 2024-01-21T08:19:51.247 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying time synchronization is in place... 2024-01-21T08:19:51.255 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T08:19:51.262 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-01-21T08:19:51.269 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: enabled 2024-01-21T08:19:51.276 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: active 2024-01-21T08:19:51.277 INFO:teuthology.orchestra.run.smithi005.stderr:Unit chronyd.service is enabled and running 2024-01-21T08:19:51.277 INFO:teuthology.orchestra.run.smithi005.stderr:Repeating the final host check... 2024-01-21T08:19:51.324 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 3.0.1 2024-01-21T08:19:51.346 INFO:teuthology.orchestra.run.smithi005.stderr:podman (/bin/podman) version 3.0.1 is present 2024-01-21T08:19:51.346 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl is present 2024-01-21T08:19:51.346 INFO:teuthology.orchestra.run.smithi005.stderr:lvcreate is present 2024-01-21T08:19:51.354 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T08:19:51.359 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-01-21T08:19:51.366 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: enabled 2024-01-21T08:19:51.372 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: active 2024-01-21T08:19:51.373 INFO:teuthology.orchestra.run.smithi005.stderr:Unit chronyd.service is enabled and running 2024-01-21T08:19:51.373 INFO:teuthology.orchestra.run.smithi005.stderr:Host looks OK 2024-01-21T08:19:51.373 INFO:teuthology.orchestra.run.smithi005.stderr:Cluster fsid: d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:19:51.373 INFO:teuthology.orchestra.run.smithi005.stderr:Acquiring lock 140187846831968 on /run/cephadm/d7fc424c-b835-11ee-95b0-87774f69a715.lock 2024-01-21T08:19:51.374 INFO:teuthology.orchestra.run.smithi005.stderr:Lock 140187846831968 acquired on /run/cephadm/d7fc424c-b835-11ee-95b0-87774f69a715.lock 2024-01-21T08:19:51.374 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying IP 172.21.15.5 port 3300 ... 2024-01-21T08:19:51.374 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying IP 172.21.15.5 port 6789 ... 2024-01-21T08:19:51.374 INFO:teuthology.orchestra.run.smithi005.stderr:Base mon IP(s) is [172.21.15.5:3300, 172.21.15.5:6789], mon addrv is [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2024-01-21T08:19:51.378 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-01-21T08:19:51.378 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.5 metric 100 2024-01-21T08:19:51.381 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-21T08:19:51.381 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-01-21T08:19:51.381 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1702sec hoplimit 64 pref medium 2024-01-21T08:19:51.384 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-21T08:19:51.384 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-21T08:19:51.385 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T08:19:51.385 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-01-21T08:19:51.385 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1442/64 scope link 2024-01-21T08:19:51.385 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T08:19:51.386 INFO:teuthology.orchestra.run.smithi005.stderr:Mon IP `172.21.15.5` is in CIDR network `172.21.0.0/20` 2024-01-21T08:19:51.386 INFO:teuthology.orchestra.run.smithi005.stderr:Mon IP `172.21.15.5` is in CIDR network `172.21.0.0/20` 2024-01-21T08:19:51.386 INFO:teuthology.orchestra.run.smithi005.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-21T08:19:51.387 INFO:teuthology.orchestra.run.smithi005.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-21T08:19:51.388 INFO:teuthology.orchestra.run.smithi005.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec... 2024-01-21T08:19:51.464 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec... 2024-01-21T08:19:51.546 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Getting image source signatures 2024-01-21T08:19:51.670 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying blob sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b 2024-01-21T08:19:51.729 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying blob sha256:38ed6fe6bc7105be7e2af5b50b1aa944602eb71b2fce6a9e38dbaeb8ba2b2d64 2024-01-21T08:20:07.402 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying config sha256:9b28eb2d7c37a19008711b1b678be1a430e065f20ee023b4f4e779129fc1ff61 2024-01-21T08:20:07.451 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Writing manifest to image destination 2024-01-21T08:20:07.452 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Storing signatures 2024-01-21T08:20:18.428 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 9b28eb2d7c37a19008711b1b678be1a430e065f20ee023b4f4e779129fc1ff61 2024-01-21T08:20:19.019 INFO:teuthology.orchestra.run.smithi005.stderr:ceph: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T08:20:29.728 INFO:teuthology.orchestra.run.smithi005.stderr:Ceph version: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T08:20:29.728 INFO:teuthology.orchestra.run.smithi005.stderr:Extracting ceph user uid/gid from container image... 2024-01-21T08:20:30.165 INFO:teuthology.orchestra.run.smithi005.stderr:stat: 167 167 2024-01-21T08:20:30.599 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial keys... 2024-01-21T08:20:31.087 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQDP06xlv/uaBBAAmm3r7J5+CJiGquuQpxzfpg== 2024-01-21T08:20:32.105 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQDQ06xlC9o1AhAA/LFeOkfAA/l1HFu/XhZxAA== 2024-01-21T08:20:32.928 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQDQ06xlZKSYNhAA5cbY4lcGLAwBhwjTq7a5sA== 2024-01-21T08:20:33.390 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial monmap... 2024-01-21T08:20:33.769 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T08:20:33.770 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:20:33.770 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T08:20:34.221 INFO:teuthology.orchestra.run.smithi005.stderr:monmaptool for smithi005 [v2:172.21.15.5:3300,v1:172.21.15.5:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T08:20:34.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: set fsid to d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:20:34.222 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T08:20:34.222 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-01-21T08:20:34.222 INFO:teuthology.orchestra.run.smithi005.stderr:Creating mon... 2024-01-21T08:20:34.614 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.585+0000 7f0344afd880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T08:20:34.614 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.585+0000 7f0344afd880 1 imported monmap: 2024-01-21T08:20:34.614 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: fsid d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: last_changed 2024-01-21T08:20:33.754064+0000 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: created 2024-01-21T08:20:33.754064+0000 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.smithi005 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.585+0000 7f0344afd880 0 /usr/bin/ceph-mon: set fsid to d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: DB SUMMARY 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.615 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi005/store.db dir, Total Num: 0, files: 2024-01-21T08:20:34.616 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.616 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi005/store.db: 2024-01-21T08:20:34.616 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.616 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T08:20:34.616 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.create_if_missing: 1 2024-01-21T08:20:34.616 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T08:20:34.616 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.env: 0x56554da0f080 2024-01-21T08:20:34.616 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.fs: Posix File System 2024-01-21T08:20:34.616 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.info_log: 0x56554fb53380 2024-01-21T08:20:34.616 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T08:20:34.616 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.statistics: (nil) 2024-01-21T08:20:34.616 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.use_fsync: 0 2024-01-21T08:20:34.616 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T08:20:34.616 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T08:20:34.617 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T08:20:34.617 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T08:20:34.617 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T08:20:34.617 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T08:20:34.617 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T08:20:34.617 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T08:20:34.617 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T08:20:34.617 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T08:20:34.617 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T08:20:34.617 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.db_log_dir: 2024-01-21T08:20:34.617 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi005/store.db 2024-01-21T08:20:34.617 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T08:20:34.617 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T08:20:34.617 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.write_buffer_manager: 0x56554fb59980 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T08:20:34.618 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T08:20:34.619 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T08:20:34.619 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T08:20:34.619 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.unordered_write: 0 2024-01-21T08:20:34.619 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T08:20:34.619 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T08:20:34.619 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T08:20:34.619 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T08:20:34.619 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.row_cache: None 2024-01-21T08:20:34.619 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.wal_filter: None 2024-01-21T08:20:34.619 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T08:20:34.619 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T08:20:34.619 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T08:20:34.619 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T08:20:34.619 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T08:20:34.620 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T08:20:34.621 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T08:20:34.621 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.max_open_files: -1 2024-01-21T08:20:34.621 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T08:20:34.621 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T08:20:34.621 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T08:20:34.621 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T08:20:34.621 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Compression algorithms supported: 2024-01-21T08:20:34.621 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T08:20:34.621 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: kZSTD supported: 0 2024-01-21T08:20:34.621 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T08:20:34.621 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T08:20:34.621 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T08:20:34.621 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T08:20:34.621 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.586+0000 7f0344afd880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi005/store.db/MANIFEST-000001 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.merge_operator: 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compaction_filter: None 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56554fa63d30) 2024-01-21T08:20:34.622 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache: 0x56554fa9cd10 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-21T08:20:34.623 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-21T08:20:34.624 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-21T08:20:34.624 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-21T08:20:34.624 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-21T08:20:34.624 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-21T08:20:34.624 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-21T08:20:34.624 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-21T08:20:34.624 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-21T08:20:34.624 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-21T08:20:34.624 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-21T08:20:34.625 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-21T08:20:34.625 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-21T08:20:34.625 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T08:20:34.625 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-21T08:20:34.625 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-21T08:20:34.625 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-21T08:20:34.625 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-21T08:20:34.626 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-21T08:20:34.626 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-21T08:20:34.626 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.626 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T08:20:34.626 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T08:20:34.626 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compression: NoCompression 2024-01-21T08:20:34.626 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T08:20:34.627 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T08:20:34.627 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T08:20:34.627 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.num_levels: 7 2024-01-21T08:20:34.627 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T08:20:34.627 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T08:20:34.627 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T08:20:34.628 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T08:20:34.628 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T08:20:34.628 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T08:20:34.628 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T08:20:34.628 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:20:34.628 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T08:20:34.628 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T08:20:34.629 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T08:20:34.629 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T08:20:34.629 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T08:20:34.629 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:20:34.629 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T08:20:34.629 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T08:20:34.629 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T08:20:34.630 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T08:20:34.630 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T08:20:34.630 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T08:20:34.630 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T08:20:34.630 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T08:20:34.630 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T08:20:34.630 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T08:20:34.631 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T08:20:34.631 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T08:20:34.631 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T08:20:34.631 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T08:20:34.631 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T08:20:34.631 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T08:20:34.631 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T08:20:34.632 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T08:20:34.632 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T08:20:34.632 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T08:20:34.632 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T08:20:34.632 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T08:20:34.632 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T08:20:34.633 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T08:20:34.633 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T08:20:34.633 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T08:20:34.633 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T08:20:34.633 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T08:20:34.633 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T08:20:34.633 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T08:20:34.633 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T08:20:34.633 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T08:20:34.634 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T08:20:34.634 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T08:20:34.634 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T08:20:34.634 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T08:20:34.634 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T08:20:34.634 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T08:20:34.634 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T08:20:34.634 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T08:20:34.634 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T08:20:34.635 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T08:20:34.635 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T08:20:34.635 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T08:20:34.635 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T08:20:34.635 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.ttl: 2592000 2024-01-21T08:20:34.635 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.587+0000 7f0344afd880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T08:20:34.635 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.588+0000 7f0344afd880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi005/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-21T08:20:34.635 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.635 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.588+0000 7f0344afd880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T08:20:34.636 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.636 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.589+0000 7f0344afd880 4 rocksdb: DB pointer 0x56554fb67800 2024-01-21T08:20:34.636 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.589+0000 7f032d970700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T08:20:34.636 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.589+0000 7f032d970700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T08:20:34.636 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-21T08:20:34.636 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:20:34.636 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.636 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.636 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:20:34.637 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.637 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.637 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:20:34.637 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.637 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T08:20:34.637 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.637 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:20:34.637 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.637 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.638 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.638 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T08:20:34.638 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.638 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:20:34.638 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:20:34.638 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:20:34.638 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:20:34.638 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:20:34.639 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:20:34.639 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:20:34.639 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.639 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.639 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.639 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.639 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:20:34.639 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.640 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T08:20:34.640 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.640 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:20:34.640 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.640 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.640 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.640 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T08:20:34.640 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.640 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:20:34.641 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:20:34.641 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:20:34.641 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:20:34.641 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:20:34.641 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:20:34.641 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:20:34.641 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.641 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.642 INFO:teuthology.orchestra.run.smithi005.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-21T08:20:34.642 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.642 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:20:34.642 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-01-21T08:20:34.642 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.590+0000 7f0344afd880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-21T08:20:34.642 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.591+0000 7f0344afd880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-21T08:20:34.642 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:20:34.591+0000 7f0344afd880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi005 for mon.smithi005 2024-01-21T08:20:35.140 INFO:teuthology.orchestra.run.smithi005.stderr:create mon.smithi005 on 2024-01-21T08:20:35.271 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-21T08:20:35.382 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d7fc424c-b835-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-d7fc424c-b835-11ee-95b0-87774f69a715.target. 2024-01-21T08:20:35.382 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-d7fc424c-b835-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-d7fc424c-b835-11ee-95b0-87774f69a715.target. 2024-01-21T08:20:35.624 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to reset failed state of unit ceph-d7fc424c-b835-11ee-95b0-87774f69a715@mon.smithi005.service: Unit ceph-d7fc424c-b835-11ee-95b0-87774f69a715@mon.smithi005.service not loaded. 2024-01-21T08:20:35.631 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d7fc424c-b835-11ee-95b0-87774f69a715.target.wants/ceph-d7fc424c-b835-11ee-95b0-87774f69a715@mon.smithi005.service → /etc/systemd/system/ceph-d7fc424c-b835-11ee-95b0-87774f69a715@.service. 2024-01-21T08:20:36.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:35 smithi005 systemd[1]: Starting Ceph mon.smithi005 for d7fc424c-b835-11ee-95b0-87774f69a715... 2024-01-21T08:20:36.315 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2024-01-21T08:20:36.324 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-01-21T08:20:36.324 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2024-01-21T08:20:36.328 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T08:20:36.328 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mon to start... 2024-01-21T08:20:36.328 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mon... 2024-01-21T08:20:36.546 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:36 smithi005 bash[34271]: f14310c7bb26dd000ad3de2e75fa97d28b92130ac1b39a9fe3ac32949a27263c 2024-01-21T08:20:36.546 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:36 smithi005 systemd[1]: Started Ceph mon.smithi005 for d7fc424c-b835-11ee-95b0-87774f69a715. 2024-01-21T08:20:36.546 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:36 smithi005 conmon[34312]: cluster 2024-01-21T08:20:36.339452+0000 mon.smithi005 (mon.0) 0 : [INF] mkfs d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:20:36.546 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:36 smithi005 conmon[34312]: cluster 2024-01-21T08:20:36.322501 2024-01-21T08:20:36.546 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:36 smithi005 conmon[34312]: +0000 mon.smithi005 (mon.0) 1 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2024-01-21T08:20:36.868 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: cluster: 2024-01-21T08:20:36.869 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: id: d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:20:36.869 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-21T08:20:36.869 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-01-21T08:20:36.869 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: services: 2024-01-21T08:20:36.869 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi005 (age 0.527027s) 2024-01-21T08:20:36.869 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-21T08:20:36.869 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-21T08:20:36.869 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-01-21T08:20:36.869 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: data: 2024-01-21T08:20:36.869 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-21T08:20:36.869 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-21T08:20:36.870 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-21T08:20:36.870 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: pgs: 2024-01-21T08:20:36.870 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-01-21T08:20:37.513 INFO:teuthology.orchestra.run.smithi005.stderr:mon is available 2024-01-21T08:20:37.513 INFO:teuthology.orchestra.run.smithi005.stderr:Assimilating anything we can from ceph.conf... 2024-01-21T08:20:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:37 smithi005 conmon[34312]: cluster 2024-01-21T08:20:36.338209+0000 mon.smithi005 (mon.0) 2 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2024-01-21T08:20:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:37 smithi005 conmon[34312]: cluster 2024-01-21T08:20:36.338456+0000 mon.smithi005 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} removed_ranks: {} 2024-01-21T08:20:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:37 smithi005 conmon[34312]: cluster 2024-01-21T08:20:36.341341+0000 mon.smithi005 (mon.0) 4 : cluster [DBG] fsmap 2024-01-21T08:20:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:37 smithi005 conmon[34312]: cluster 2024-01-21T08:20:36.344189+0000 mon.smithi005 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T08:20:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:37 smithi005 conmon[34312]: cluster 2024-01-21T08:20:36.344716+0000 mon.smithi005 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T08:20:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:37 smithi005 conmon[34312]: audit 2024-01-21T08:20:36.865183+0000 mon.smithi005 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.5:0/3297235591' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-21T08:20:38.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-01-21T08:20:38.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [global] 2024-01-21T08:20:38.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: fsid = d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:20:38.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2024-01-21T08:20:38.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T08:20:38.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T08:20:38.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T08:20:38.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T08:20:38.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-01-21T08:20:38.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [mgr] 2024-01-21T08:20:38.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T08:20:38.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-01-21T08:20:38.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [osd] 2024-01-21T08:20:38.078 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T08:20:38.078 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T08:20:38.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:38 smithi005 conmon[34312]: audit 2024-01-21T08:20:38.070472+0000 mon.smithi005 (mon.0 2024-01-21T08:20:38.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:38 smithi005 conmon[34312]: ) 8 : audit [INF] from='client.? 172.21.15.5:0/843803329' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T08:20:38.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:38 smithi005 conmon[34312]: audit 2024-01-21T08:20:38.073327+0000 mon.smithi005 (mon.0) 9 : audit [INF] from='client.? 172.21.15.5:0/843803329' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T08:20:38.729 INFO:teuthology.orchestra.run.smithi005.stderr:Generating new minimal ceph.conf... 2024-01-21T08:20:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:39 smithi005 conmon[34312]: audit 2024-01-21T08:20:39.268251+0000 mon.smithi005 ( 2024-01-21T08:20:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:39 smithi005 conmon[34312]: mon.0) 10 : audit [DBG] from='client.? 172.21.15.5:0/1584476555' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:20:39.747 INFO:teuthology.orchestra.run.smithi005.stderr:Restarting the monitor... 2024-01-21T08:20:40.063 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:39 smithi005 systemd[1]: Stopping Ceph mon.smithi005 for d7fc424c-b835-11ee-95b0-87774f69a715... 2024-01-21T08:20:40.063 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:39 smithi005 bash[34821]: Error: no container with name or ID ceph-d7fc424c-b835-11ee-95b0-87774f69a715-mon.smithi005 found: no such container 2024-01-21T08:20:40.346 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:40 smithi005 conmon[34312]: debug 2024-01-21T08:20:40.059+0000 7f05effce700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi005 -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-21T08:20:40.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:40 smithi005 conmon[34312]: debug 2024-01-21T08:20:40.059+0000 7f05effce700 -1 mon.smithi005@0(leader) e1 *** Got Signal Terminated *** 2024-01-21T08:20:40.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:40 smithi005 bash[34936]: f14310c7bb26dd000ad3de2e75fa97d28b92130ac1b39a9fe3ac32949a27263c 2024-01-21T08:20:41.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:40 smithi005 systemd[1]: ceph-d7fc424c-b835-11ee-95b0-87774f69a715@mon.smithi005.service: Succeeded. 2024-01-21T08:20:41.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:40 smithi005 systemd[1]: Stopped Ceph mon.smithi005 for d7fc424c-b835-11ee-95b0-87774f69a715. 2024-01-21T08:20:41.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:40 smithi005 systemd[1]: Starting Ceph mon.smithi005 for d7fc424c-b835-11ee-95b0-87774f69a715... 2024-01-21T08:20:41.368 INFO:teuthology.orchestra.run.smithi005.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-21T08:20:41.611 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.347+0000 7f475b663880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T08:20:41.612 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.347+0000 7f475b663880 0 ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable), process ceph-mon, pid 7 2024-01-21T08:20:41.612 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.347+0000 7f475b663880 0 pidfile_write: ignore empty --pid-file 2024-01-21T08:20:41.612 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.352+0000 7f475b663880 0 load: jerasure load: lrc load: isa 2024-01-21T08:20:41.612 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T08:20:41.612 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.612 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T08:20:41.612 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T08:20:41.612 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: DB SUMMARY 2024-01-21T08:20:41.612 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.612 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T08:20:41.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T08:20:41.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-21T08:20:41.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi005/store.db dir, Total Num: 1, files: 000004.sst 2024-01-21T08:20:41.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi005/store.db: 000006.log size: 86467 ; 2024-01-21T08:20:41.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T08:20:41.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T08:20:41.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T08:20:41.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.env: 0x55d40dc83080 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.fs: Posix File System 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.info_log: 0x55d40e7d9d20 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.statistics: (nil) 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.use_fsync: 0 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T08:20:41.614 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.db_log_dir: 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi005/store.db 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.write_buffer_manager: 0x55d40f430480 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T08:20:41.615 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.unordered_write: 0 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.row_cache: None 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.wal_filter: None 2024-01-21T08:20:41.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T08:20:41.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_open_files: -1 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 bash[35265]: 2e14146594c5b4c89390633cb920ce2c93c6254e33bbc1a0d4dbfadb4b7c663e 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Compression algorithms supported: 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: kZSTD supported: 0 2024-01-21T08:20:41.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T08:20:41.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T08:20:41.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T08:20:41.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T08:20:41.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T08:20:41.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T08:20:41.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T08:20:41.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi005/store.db/MANIFEST-000005 2024-01-21T08:20:41.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T08:20:41.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T08:20:41.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.merge_operator: 2024-01-21T08:20:41.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compaction_filter: None 2024-01-21T08:20:41.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T08:20:41.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T08:20:41.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T08:20:41.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d40e783d28) 2024-01-21T08:20:41.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: cache_index_and_filter_blocks: 1 2024-01-21T08:20:41.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T08:20:41.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T08:20:41.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: pin_top_level_index_and_filter: 1 2024-01-21T08:20:41.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: index_type: 0 2024-01-21T08:20:41.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: data_block_index_type: 0 2024-01-21T08:20:41.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: index_shortening: 1 2024-01-21T08:20:41.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T08:20:41.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: hash_index_allow_collision: 1 2024-01-21T08:20:41.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: checksum: 1 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: no_block_cache: 0 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: block_cache: 0x55d40e7bcf10 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: block_cache_name: BinnedLRUCache 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: block_cache_options: 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: capacity : 536870912 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: num_shard_bits : 4 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: strict_capacity_limit : 0 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: high_pri_pool_ratio: 0.000 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: block_cache_compressed: (nil) 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: persistent_cache: (nil) 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: block_size: 4096 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: block_size_deviation: 10 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: block_restart_interval: 16 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: index_block_restart_interval: 1 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: metadata_block_size: 4096 2024-01-21T08:20:41.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: partition_filters: 0 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: use_delta_encoding: 1 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: whole_key_filtering: 1 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: verify_compression: 0 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: read_amp_bytes_per_bit: 0 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: format_version: 2 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: enable_index_compression: 1 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: block_align: 0 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compression: NoCompression 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T08:20:41.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.num_levels: 7 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T08:20:41.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T08:20:41.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compaction_option 2024-01-21T08:20:41.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: s_fifo.max_table_files_size: 1073741824 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.ttl: 2592000 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.353+0000 7f475b663880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T08:20:41.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.354+0000 7f475b663880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi005/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-21T08:20:41.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.354+0000 7f475b663880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-21T08:20:41.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.354+0000 7f475b663880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705825241356106, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-21T08:20:41.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.354+0000 7f475b663880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-21T08:20:41.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.354+0000 7f475b663880 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-21T08:20:41.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.355+0000 7f475b663880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705825241357157, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83340, "table_properties": {"data_size": 81607, "index_size": 338, "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": 9331, "raw_average_key_size": 47, "raw_value_size": 76119, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "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": 1705825241, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T08:20:41.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.355+0000 7f475b663880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-21T08:20:41.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.356+0000 7f475b663880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705825241357691, "job": 1, "event": "recovery_finished"} 2024-01-21T08:20:41.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.356+0000 7f475b663880 4 rocksdb: DB pointer 0x55d40e887800 2024-01-21T08:20:41.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.357+0000 7f4742455700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T08:20:41.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.357+0000 7f4742455700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T08:20:41.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: ** DB Stats ** 2024-01-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 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-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 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-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: ** Compaction Stats [default] ** 2024-01-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 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-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: L0 2/0 83.08 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.0 0.00 0.00 1 0.001 0 0 2024-01-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Sum 2/0 83.08 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.0 0.00 0.00 1 0.001 0 0 2024-01-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.0 0.00 0.00 1 0.001 0 0 2024-01-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: ** Compaction Stats [default] ** 2024-01-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 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-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 111.0 0.00 0.00 1 0.001 0 0 2024-01-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Cumulative compaction: 0.00 GB write, 22.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Interval compaction: 0.00 GB write, 22.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 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-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:20:41.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: ** Compaction Stats [default] ** 2024-01-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 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-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: L0 2/0 83.08 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.0 0.00 0.00 1 0.001 0 0 2024-01-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Sum 2/0 83.08 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.0 0.00 0.00 1 0.001 0 0 2024-01-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 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-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: ** Compaction Stats [default] ** 2024-01-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 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-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 111.0 0.00 0.00 1 0.001 0 0 2024-01-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:20:41.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:20:41.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:20:41.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:20:41.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: Cumulative compaction: 0.00 GB write, 22.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:20:41.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 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-21T08:20:41.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 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-21T08:20:41.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:20:41.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.357+0000 7f475b663880 0 starting mon.smithi005 rank 0 at public addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] at bind addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi005 fsid d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:20:41.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.359+0000 7f475b663880 1 mon.smithi005@-1(???) e1 preinit fsid d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:20:41.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.359+0000 7f475b663880 0 mon.smithi005@-1(???).mds e1 new map 2024-01-21T08:20:41.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.359+0000 7f475b663880 0 mon.smithi005@-1(???).mds e1 print_map 2024-01-21T08:20:41.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: e1 2024-01-21T08:20:41.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 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-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: legacy client fscid: -1 2024-01-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: No filesystems configured 2024-01-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.360+0000 7f475b663880 0 mon.smithi005@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.360+0000 7f475b663880 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.360+0000 7f475b663880 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.360+0000 7f475b663880 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: audit 2024-01-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 2024-01-21T08:20:39.268251+0000 mon.smithi005 (mon.0) 2024-01-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: 10 : audit [DBG] from='client.? 172.21.15.5:0/1584476555' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: debug 2024-01-21T08:20:41.360+0000 7f475b663880 1 mon.smithi005@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 systemd[1]: Started Ceph mon.smithi005 for d7fc424c-b835-11ee-95b0-87774f69a715. 2024-01-21T08:20:41.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: cluster 2024-01-21T08:20:41.377488+0000 mon.smithi005 (mon.0) 1 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2024-01-21T08:20:41.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: cluster 2024-01-21T08:20:41.377582+0000 mon.smithi005 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} removed_ranks: {} 2024-01-21T08:20:41.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: cluster 2024-01-21T08:20:41.378078+0000 mon.smithi005 (mon.0) 3 : cluster [DBG] fsmap 2024-01-21T08:20:41.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: cluster 2024-01-21T08:20:41.378125+0000 mon.smithi005 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T08:20:41.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: cluster 2024-01-21T08:20 2024-01-21T08:20:41.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:41 smithi005 conmon[35306]: :41.378549+0000 mon.smithi005 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T08:20:42.446 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-21T08:20:42.446 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:20:42.446 INFO:teuthology.orchestra.run.smithi005.stderr:Creating mgr... 2024-01-21T08:20:42.447 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying port 9283 ... 2024-01-21T08:20:42.609 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to reset failed state of unit ceph-d7fc424c-b835-11ee-95b0-87774f69a715@mgr.smithi005.dctvsr.service: Unit ceph-d7fc424c-b835-11ee-95b0-87774f69a715@mgr.smithi005.dctvsr.service not loaded. 2024-01-21T08:20:42.616 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d7fc424c-b835-11ee-95b0-87774f69a715.target.wants/ceph-d7fc424c-b835-11ee-95b0-87774f69a715@mgr.smithi005.dctvsr.service → /etc/systemd/system/ceph-d7fc424c-b835-11ee-95b0-87774f69a715@.service. 2024-01-21T08:20:43.183 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:42 smithi005 conmon[35306]: audit 2024-01-21T08:20:41.896762+0000 2024-01-21T08:20:43.183 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:42 smithi005 conmon[35306]: mon.smithi005 (mon.0) 6 : audit [INF] from='client.? 172.21.15.5:0/3776521339' entity='client.admin' 2024-01-21T08:20:43.320 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2024-01-21T08:20:43.331 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-01-21T08:20:43.331 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2024-01-21T08:20:43.331 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T08:20:43.341 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2024-01-21T08:20:43.351 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-01-21T08:20:43.352 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2024-01-21T08:20:43.352 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-21T08:20:43.352 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr to start... 2024-01-21T08:20:43.353 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr... 2024-01-21T08:20:43.991 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-01-21T08:20:43.991 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-01-21T08:20:43.991 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "d7fc424c-b835-11ee-95b0-87774f69a715", 2024-01-21T08:20:43.991 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2024-01-21T08:20:43.991 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T08:20:43.991 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T08:20:43.991 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T08:20:43.991 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:43.991 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T08:20:43.991 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T08:20:43.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2024-01-21T08:20:43.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-01-21T08:20:43.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T08:20:43.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2024-01-21T08:20:43.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-01-21T08:20:43.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-21T08:20:43.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T08:20:43.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:43.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T08:20:43.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T08:20:43.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:43.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T08:20:43.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:43.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T08:20:43.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T08:20:43.994 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:43.994 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T08:20:43.994 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:43.994 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T08:20:43.994 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T08:20:43.994 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:43.994 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T08:20:43.994 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2024-01-21T08:20:43.994 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T08:20:43.994 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T08:20:43.994 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2024-01-21T08:20:43.994 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2024-01-21T08:20:43.994 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2024-01-21T08:20:43.994 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-01-21T08:20:43.995 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:20:43.995 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:43.995 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T08:20:43.995 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:43.995 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2024-01-21T08:20:36.340060+0000", 2024-01-21T08:20:43.995 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:20:43.995 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:43.995 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T08:20:43.995 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-01-21T08:20:44.269 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:44 smithi005 conmon[35306]: audit 2024-01-21T08:20:43.982700+0000 mon.smithi005 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.5:0/3958638983' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T08:20:44.666 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (1/15)... 2024-01-21T08:20:47.309 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-01-21T08:20:47.309 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-01-21T08:20:47.309 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "d7fc424c-b835-11ee-95b0-87774f69a715", 2024-01-21T08:20:47.310 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2024-01-21T08:20:47.310 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T08:20:47.310 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T08:20:47.310 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T08:20:47.310 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:47.310 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T08:20:47.310 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T08:20:47.310 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2024-01-21T08:20:47.310 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-01-21T08:20:47.310 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T08:20:47.310 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2024-01-21T08:20:47.310 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-01-21T08:20:47.311 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-01-21T08:20:47.311 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T08:20:47.311 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:47.311 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T08:20:47.311 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T08:20:47.311 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:47.311 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T08:20:47.311 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:47.311 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T08:20:47.311 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T08:20:47.311 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T08:20:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T08:20:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T08:20:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T08:20:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T08:20:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T08:20:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T08:20:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T08:20:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T08:20:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2024-01-21T08:20:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2024-01-21T08:20:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2024-01-21T08:20:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-01-21T08:20:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:20:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T08:20:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2024-01-21T08:20:36.340060+0000", 2024-01-21T08:20:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:20:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T08:20:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-01-21T08:20:47.485 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:47 smithi005 conmon[35306]: audit 2024-01-21T08:20:47 2024-01-21T08:20:47.485 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:47 smithi005 conmon[35306]: .304828+0000 mon.smithi005 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.5:0/4082864280' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T08:20:47.836 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (2/15)... 2024-01-21T08:20:49.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: cluster 2024-01-21T08:20:49.457715+0000 mon.smithi005 (mon 2024-01-21T08:20:49.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: .0) 9 : cluster [INF] Activating manager daemon smithi005.dctvsr 2024-01-21T08:20:49.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: cluster 2024-01-21T08:20:49.460745+0000 mon.smithi005 (mon.0) 10 : cluster [DBG] 2024-01-21T08:20:49.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: mgrmap e2: smithi005.dctvsr(active, starting, since 0.00314738s) 2024-01-21T08:20:49.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:20:49.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: :20:49.461755+0000 mon.smithi005 (mon.0) 11 : audit 2024-01-21T08:20:49.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: [DBG] from='mgr.14100 172.21.15.5:0/3868727262' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T08:20:49.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: audit 2024 2024-01-21T08:20:49.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: -01-21T08:20:49.461977+0000 mon.smithi005 (mon.0 2024-01-21T08:20:49.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: ) 12 : audit [DBG] from='mgr.14100 172.21.15.5:0/3868727262' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T08:20:49.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: audit 2024-01-21T08:20: 2024-01-21T08:20:49.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: 49.462106+0000 mon.smithi005 (mon.0) 13 : 2024-01-21T08:20:49.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: audit [DBG] from='mgr.14100 172.21.15.5:0/3868727262' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T08:20:49.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: audit 2024-01-21T08:20:49.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: 2024-01-21T08:20:49.462264+0000 mon.smithi005 2024-01-21T08:20:49.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.5:0/3868727262' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-01-21T08:20:49.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:20:49.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: :20:49.462703+0000 mon.smithi005 (mon.0 2024-01-21T08:20:49.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: ) 15 : audit [DBG] from='mgr.14100 172.21.15.5:0/3868727262' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mgr metadata", "who": "smithi005.dctvsr", "id": "smithi005.dctvsr"}]: dispatch 2024-01-21T08:20:49.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: cluster 2024-01-21T08:20: 2024-01-21T08:20:49.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: 49.476453+0000 mon.smithi005 (mon.0) 16 : 2024-01-21T08:20:49.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: cluster [INF] Manager daemon smithi005.dctvsr is now available 2024-01-21T08:20:49.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: audit 2024-01-21T08:20:49.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: 2024-01-21T08:20:49.485629+0000 2024-01-21T08:20:49.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: mon.smithi005 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.5:0/3868727262' entity='mgr.smithi005.dctvsr' 2024-01-21T08:20:49.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: 2024-01-21T08:20:49.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: audit 2024-01-21 2024-01-21T08:20:49.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: T08:20:49.492945+0000 mon.smithi005 (mon.0) 2024-01-21T08:20:49.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: 18 : audit [INF] from='mgr.14100 172.21.15.5:0/3868727262' entity='mgr.smithi005.dctvsr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.dctvsr/mirror_snapshot_schedule"}]: dispatch 2024-01-21T08:20:49.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: audit 2024-01-21T08:20:49 2024-01-21T08:20:49.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: .496655+0000 mon.smithi005 (mon.0) 19 : 2024-01-21T08:20:49.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: audit [INF] from='mgr.14100 172.21.15.5:0/3868727262' entity='mgr.smithi005.dctvsr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.dctvsr/trash_purge_schedule"}]: dispatch 2024-01-21T08:20:49.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: audit 2024-01-21T08:20: 2024-01-21T08:20:49.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: 49.499058+0000 mon.smithi005 (mon.0) 20 : 2024-01-21T08:20:49.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: audit [INF] from='mgr.14100 172.21.15.5:0/3868727262' entity='mgr.smithi005.dctvsr' 2024-01-21T08:20:49.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: audit 2024-01-21T08:20:49.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: 2024-01-21T08:20:49.500900+0000 mon.smithi005 ( 2024-01-21T08:20:49.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:49 smithi005 conmon[35306]: mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.5:0/3868727262' entity='mgr.smithi005.dctvsr' 2024-01-21T08:20:50.368 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-01-21T08:20:50.368 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-01-21T08:20:50.368 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "d7fc424c-b835-11ee-95b0-87774f69a715", 2024-01-21T08:20:50.368 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2024-01-21T08:20:50.368 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T08:20:50.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T08:20:50.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T08:20:50.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:50.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T08:20:50.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T08:20:50.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2024-01-21T08:20:50.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-01-21T08:20:50.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T08:20:50.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2024-01-21T08:20:50.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-01-21T08:20:50.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-21T08:20:50.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T08:20:50.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:50.369 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T08:20:50.370 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T08:20:50.370 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:50.370 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T08:20:50.370 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:50.370 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T08:20:50.370 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T08:20:50.370 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T08:20:50.373 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T08:20:50.373 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:50.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2024-01-21T08:20:36.340060+0000", 2024-01-21T08:20:50.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:20:50.376 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:50.376 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T08:20:50.376 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-01-21T08:20:50.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:50 smithi005 conmon[35306]: audit 2024-01-21T08:20:50.364249+0000 mon.smithi005 (mon.0 2024-01-21T08:20:50.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:50 smithi005 conmon[35306]: ) 22 : audit [DBG] from='client.? 172.21.15.5:0/3710807000' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T08:20:50.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:50 smithi005 conmon[35306]: cluster 2024-01-21T08:20:50.463304+0000 mon.smithi005 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi005.dctvsr(active, since 1.0057s) 2024-01-21T08:20:50.869 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (3/15)... 2024-01-21T08:20:53.599 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-01-21T08:20:53.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-01-21T08:20:53.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "d7fc424c-b835-11ee-95b0-87774f69a715", 2024-01-21T08:20:53.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2024-01-21T08:20:53.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T08:20:53.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T08:20:53.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T08:20:53.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:53.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T08:20:53.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T08:20:53.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2024-01-21T08:20:53.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-01-21T08:20:53.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T08:20:53.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 12, 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T08:20:53.601 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T08:20:53.602 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:53.602 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T08:20:53.602 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T08:20:53.602 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T08:20:53.602 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T08:20:53.602 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T08:20:53.602 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T08:20:53.602 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T08:20:53.602 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T08:20:53.602 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-01-21T08:20:53.603 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:20:53.604 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:53.604 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T08:20:53.604 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:20:53.604 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2024-01-21T08:20:36.340060+0000", 2024-01-21T08:20:53.604 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:20:53.604 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-01-21T08:20:53.604 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T08:20:53.604 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-01-21T08:20:53.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:53 smithi005 conmon[35306]: cluster 2024-01-21T08:20:52.369261+0000 mon.smithi005 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi005.dctvsr(active, since 2s) 2024-01-21T08:20:53.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:53 smithi005 conmon[35306]: 2024-01-21T08:20:54.111 INFO:teuthology.orchestra.run.smithi005.stderr:mgr is available 2024-01-21T08:20:54.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:54 smithi005 conmon[35306]: audit 2024-01-21T08:20:53.592314+0000 mon.smithi005 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.5:0/137816277' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T08:20:54.738 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-01-21T08:20:54.738 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [global] 2024-01-21T08:20:54.739 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: fsid = d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:20:54.739 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T08:20:54.739 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T08:20:54.739 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T08:20:54.739 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T08:20:54.739 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-01-21T08:20:54.739 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [mgr] 2024-01-21T08:20:54.739 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T08:20:54.739 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-01-21T08:20:54.739 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [osd] 2024-01-21T08:20:54.739 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T08:20:54.739 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T08:20:55.286 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling cephadm module... 2024-01-21T08:20:55.543 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:55 smithi005 conmon[35306]: audit 2024-01-21T08:20:54.735667+0000 mon.smithi005 (mon.0) 26 : audit [INF] from='client.? 172.21.15.5:0/735762436' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T08:20:56.657 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:56 smithi005 conmon[35306]: audit 2024-01-21T08:20:55.981489+0000 mon.smithi005 (mon.0) 27 : audit [INF] from='client.? 172.21.15.5:0/382754057' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-21T08:20:57.590 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-01-21T08:20:57.590 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-21T08:20:57.590 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2024-01-21T08:20:57.591 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "active_name": "smithi005.dctvsr", 2024-01-21T08:20:57.591 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T08:20:57.591 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-01-21T08:20:57.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:57 smithi005 conmon[35306]: audit 2024-01-21T08:20:56.373755+0000 mon.smithi005 (mon.0) 28 : audit 2024-01-21T08:20:57.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:57 smithi005 conmon[35306]: [INF] from='client.? 172.21.15.5:0/382754057' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-21T08:20:57.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:57 smithi005 conmon[35306]: cluster 2024-01-21T08:20:56.373825+0000 mon.smithi005 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi005.dctvsr(active, since 6s) 2024-01-21T08:20:58.235 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for the mgr to restart... 2024-01-21T08:20:58.235 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr epoch 5... 2024-01-21T08:20:58.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:20:58 smithi005 conmon[35306]: audit 2024-01-21T08:20:57.588125+0000 mon.smithi005 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.5:0/1583376648' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T08:21:02.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: cluster 2024-01-21T08:21:02.519646+0000 mon.smithi005 (mon.0) 31 : cluster [INF] Active manager daemon smithi005.dctvsr restarted 2024-01-21T08:21:02.993 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: 2024-01-21T08:21:02.993 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: cluster 2024-01-21T08:21:02.519984+0000 mon.smithi005 (mon.0) 32 : cluster [INF] Activating manager daemon smithi005.dctvsr 2024-01-21T08:21:02.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: cluster 2024-01-21T 2024-01-21T08:21:02.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: 08:21:02.522928+0000 mon.smithi005 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-21T08:21:02.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: cluster 2024- 2024-01-21T08:21:02.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: 01-21T08:21:02.523038+0000 mon.smithi005 (mon.0) 34 : cluster [DBG] 2024-01-21T08:21:02.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: mgrmap e6: smithi005.dctvsr(active, starting, since 0.00318058s) 2024-01-21T08:21:02.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: audit 2024-01-21 2024-01-21T08:21:02.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: T08:21:02.524133+0000 mon.smithi005 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-01-21T08:21:02.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: audit 2024-01-21T08: 2024-01-21T08:21:02.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: 21:02.524842+0000 mon.smithi005 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mgr metadata", "who": "smithi005.dctvsr", "id": "smithi005.dctvsr"}]: dispatch 2024-01-21T08:21:02.994 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: audit 2024-01-21T08: 2024-01-21T08:21:02.995 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: 21:02.525814+0000 mon.smithi005 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T08:21:02.995 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:21:02.995 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: 08:21:02.526011+0000 mon.smithi005 (mon.0) 38 2024-01-21T08:21:02.995 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: : audit [DBG] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T08:21:02.995 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: audit 2024-01-21T08:21:02.995 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: 2024-01-21T08:21:02.526183+0000 2024-01-21T08:21:02.995 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: mon.smithi005 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T08:21:02.995 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: cluster 2024-01-21T08:21:02.528363 2024-01-21T08:21:02.995 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: +0000 mon.smithi005 (mon.0) 40 : cluster [INF] Manager daemon smithi005.dctvsr is now available 2024-01-21T08:21:02.995 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: audit 2024-01-21T08:21:02.542223+0000 2024-01-21T08:21:02.996 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:02 smithi005 conmon[35306]: mon.smithi005 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:03.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-01-21T08:21:03.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-21T08:21:03.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T08:21:03.536 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-01-21T08:21:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: cephadm 2024-01-21T08:21:02.539302+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:21:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: .14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-21T08:21:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: audit 2024-01-21T08:21:02.641608+0000 mon.smithi005 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: audit 2024-01-21T08:21:02.642757+0000 2024-01-21T08:21:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: mon.smithi005 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:21:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: audit 2024-01- 2024-01-21T08:21:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: 21T08:21:02.644264+0000 mon.smithi005 ( 2024-01-21T08:21:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:21:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: audit 2024-01-21 2024-01-21T08:21:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: T08:21:02.646248+0000 mon.smithi005 (mon 2024-01-21T08:21:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: .0) 45 : audit [DBG] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:21:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:21:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: -21T08:21:02.662762+0000 2024-01-21T08:21:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: mon.smithi005 (mon.0) 46 : audit [INF] 2024-01-21T08:21:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.dctvsr/mirror_snapshot_schedule"}]: dispatch 2024-01-21T08:21:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: audit 2024 2024-01-21T08:21:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: -01-21T08:21:02.666013+0000 mon.smithi005 (mon 2024-01-21T08:21:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: .0) 47 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.dctvsr/trash_purge_schedule"}]: dispatch 2024-01-21T08:21:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: cluster 2024-01-21 2024-01-21T08:21:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: T08:21:03.525884+0000 mon.smithi005 (mon 2024-01-21T08:21:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:03 smithi005 conmon[35306]: .0) 48 : cluster [DBG] mgrmap e7: smithi005.dctvsr(active, since 1.00602s) 2024-01-21T08:21:04.034 INFO:teuthology.orchestra.run.smithi005.stderr:mgr epoch 5 is available 2024-01-21T08:21:04.034 INFO:teuthology.orchestra.run.smithi005.stderr:Setting orchestrator backend to cephadm... 2024-01-21T08:21:04.899 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:04 smithi005 conmon[35306]: audit 2024-01-21T08:21:03.525940+0000 mgr.smithi005.dctvsr (mgr.14118) 2024-01-21T08:21:04.899 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:04 smithi005 conmon[35306]: 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T08:21:04.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:04 smithi005 conmon[35306]: audit 2024-01-21T08:21:03.533117+0000 mgr.smithi005.dctvsr (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T08:21:05.884 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: value unchanged 2024-01-21T08:21:05.911 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:05 smithi005 conmon[35306]: cluster 2024-01-21T08:21:04.643770+0000 mon.smithi005 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi005.dctvsr(active, since 2s) 2024-01-21T08:21:05.911 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:05 smithi005 conmon[35306]: audit 2024-01-21T08:21:04.717170+0000 mgr.smithi005.dctvsr (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:21:05.912 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:05 smithi005 conmon[35306]: audit 2024-01-21T08:21:04.721031+0000 mon.smithi005 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:05.912 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:05 smithi005 conmon[35306]: audit 2024-01-21T08:21:04.772059+0000 mon.smithi005 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:21:06.392 INFO:teuthology.orchestra.run.smithi005.stderr:Generating ssh key... 2024-01-21T08:21:07.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:07 smithi005 conmon[35306]: audit 2024-01-21T08:21:05.882027+0000 mgr.smithi005.dctvsr (mgr.14118 2024-01-21T08:21:07.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:07 smithi005 conmon[35306]: ) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:21:07.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:07 smithi005 conmon[35306]: audit 2024-01-21T08:21:07.179716+0000 mon.smithi005 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:07.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:07 smithi005 conmon[35306]: audit 2024-01-21T08:21:07.181528+0000 mon.smithi005 (mon. 2024-01-21T08:21:07.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:07 smithi005 conmon[35306]: 0) 53 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:08.327 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChH7ZMdB4KDQTTru1Rw+tLLBcmeemRtEraegGNFK6Srs/yNYqExIPjdlg2IMJmWorFq9l+S/Z8ZdqrQ2CcAHlzcxDKJ9U837xZf8Iitqq09eHUNRl0unNVkkSB+fweG2MZqToGbEINZyZnSVg/GrRrZVMO+vvDkdTSfWdQuSS1klTmnrfEVO3htC288BWLvUGydaaScC3z6f4NvZ2RSQRLthqTf7u52n6t4wmaAupvKfxuYd/sAy8dxyZK8UrIr+HtJ7pXVt1N4ijga26kilzaCcm5NNbSVMGAt2jT9vdCPqAnNJvsKiLlNWcoyHKcdSEB/RPznJaAQeg5CzhaVVUWhg3r01sXC5ZnFE9KKSSZPdSZdZBgCMwi7UcCLruHIZnMD2P27cXdpL4z4pO0GbU05+VlrBN0WqyViBsobyfVrMGknWvFiKgObHWO2jrrHdnUTwvVMHQQOCaA8zI7BhPy4MTic9tdYP7TQcWAUCWYBSfKRmNrWGO9Va2qK0Ziqek= ceph-d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:21:08.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:08 smithi005 conmon[35306]: audit 2024-01-21T08:21:07.052954+0000 2024-01-21T08:21:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:08 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:21:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:08 smithi005 conmon[35306]: cephadm 2024-01-21T08:21:07.053203+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:21:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:08 smithi005 conmon[35306]: 14118) 7 : cephadm [INF] Generating ssh key... 2024-01-21T08:21:08.851 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-21T08:21:08.851 INFO:teuthology.orchestra.run.smithi005.stderr:Adding key to root@localhost authorized_keys... 2024-01-21T08:21:08.853 INFO:teuthology.orchestra.run.smithi005.stderr:Adding host smithi005... 2024-01-21T08:21:09.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:09 smithi005 conmon[35306]: audit 2024-01-21T08:21:08.325586+0000 mgr.smithi005.dctvsr (mgr.14118) 8 : audit [DBG] 2024-01-21T08:21:09.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:09 smithi005 conmon[35306]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:21:10.197 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Added host 'smithi005' with addr '172.21.15.5' 2024-01-21T08:21:10.717 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying mon service with default placement... 2024-01-21T08:21:11.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:11 smithi005 conmon[35306]: audit 2024-01-21T08:21:09.489620+0000 mgr.smithi005.dctvsr (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi005", "addr": "172.21.15.5", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:21:11.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:11 smithi005 conmon[35306]: audit 2024-01-21T08:21:10.194035+0000 mon.smithi005 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:11.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:11 smithi005 conmon[35306]: cephadm 2024-01-21T08:21:10.194402+0000 mgr.smithi005.dctvsr (mgr.14118) 10 : cephadm [INF] Added host smithi005 2024-01-21T08:21:11.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:11 smithi005 conmon[35306]: audit 2024-01-21T08:21:10.205351+0000 mon.smithi005 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:21:11.461 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-21T08:21:12.199 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying mgr service with default placement... 2024-01-21T08:21:12.711 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:12 smithi005 conmon[35306]: audit 2024-01-21T08:21:11.455337+0000 mgr.smithi005.dctvsr (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:21:12.711 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:12 smithi005 conmon[35306]: cephadm 2024-01-21T08:21:11.456706+0000 mgr.smithi005.dctvsr (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-21T08:21:12.711 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:12 smithi005 conmon[35306]: audit 2024-01-21T08:21:11.459153+0000 mon.smithi005 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:13.325 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-21T08:21:14.192 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying crash service with default placement... 2024-01-21T08:21:14.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:13 smithi005 conmon[35306]: audit 2024-01-21T08:21:12.735668+0000 mon.smithi005 (mon.0) 2024-01-21T08:21:14.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:13 smithi005 conmon[35306]: 57 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:14.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:13 smithi005 conmon[35306]: audit 2024-01-21T08:21:13.080494+0000 mon.smithi005 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:14.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:13 smithi005 conmon[35306]: audit 2024-01-21T08:21:13.320409+0000 mgr.smithi005.dctvsr (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:21:14.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:13 smithi005 conmon[35306]: cephadm 2024-01-21T08:21:13.321372+0000 mgr.smithi005.dctvsr (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-21T08:21:14.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:13 smithi005 conmon[35306]: audit 2024-01-21T08:21:13.323729+0000 mon.smithi005 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:15.008 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-21T08:21:15.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:15 smithi005 conmon[35306]: audit 2024-01-21T08:21:14.541380+0000 mon.smithi005 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:15.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:15 smithi005 conmon[35306]: 2024-01-21T08:21:15.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:15 smithi005 conmon[35306]: audit 2024-01-21T08:21:15.003191+0000 mgr.smithi005.dctvsr (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:21:15.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:15 smithi005 conmon[35306]: cephadm 2024-01-21T08:21:15.004263+0000 mgr.smithi005.dctvsr (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-21T08:21:15.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:15 smithi005 conmon[35306]: audit 2024-01-21T08:21:15.006476+0000 mon.smithi005 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:16.317 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying prometheus service with default placement... 2024-01-21T08:21:16.986 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-21T08:21:17.565 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying grafana service with default placement... 2024-01-21T08:21:18.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:17 smithi005 conmon[35306]: audit 2024-01-21T08:21:16.981563+0000 mgr.smithi005.dctvsr (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:21:18.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:17 smithi005 conmon[35306]: cephadm 2024-01-21T08:21:16.982511+0000 mgr.smithi005.dctvsr (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-21T08:21:18.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:17 smithi005 conmon[35306]: audit 2024-01-21T08:21:16.984950+0000 mon.smithi005 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:18.262 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-21T08:21:18.849 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying node-exporter service with default placement... 2024-01-21T08:21:19.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-21T08:21:19.555 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:19 smithi005 conmon[35306]: audit 2024-01-21T08:21:18.257036+0000 mgr.smithi005.dctvsr (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:21:19.555 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:19 smithi005 conmon[35306]: cephadm 2024 2024-01-21T08:21:19.556 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:19 smithi005 conmon[35306]: -01-21T08:21:18.257974+0000 mgr.smithi005.dctvsr (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-21T08:21:19.556 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:19 smithi005 conmon[35306]: audit 2024-01-21T08:21:18.260252+0000 mon.smithi005 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:20.090 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying alertmanager service with default placement... 2024-01-21T08:21:20.796 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-21T08:21:20.818 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:20 smithi005 conmon[35306]: audit 2024-01-21T08:21:19.525530+0000 mgr.smithi005.dctvsr (mgr.14118) 21 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:21:20.818 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:20 smithi005 conmon[35306]: cephadm 2024 2024-01-21T08:21:20.818 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:20 smithi005 conmon[35306]: -01-21T08:21:19.526484+0000 mgr.smithi005.dctvsr (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-21T08:21:20.818 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:20 smithi005 conmon[35306]: audit 2024-01-21T08:21:19.528970+0000 mon.smithi005 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:22.189 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:21 smithi005 conmon[35306]: audit 2024-01-21T08:21:20.791282+0000 mgr.smithi005.dctvsr (mgr.14118) 23 : audit [DBG] 2024-01-21T08:21:22.189 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:21 smithi005 conmon[35306]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:21:22.189 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:21 smithi005 conmon[35306]: cephadm 2024-01-21T08:21:20.792212+0000 mgr.smithi005.dctvsr (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-21T08:21:22.189 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:21 smithi005 conmon[35306]: audit 2024-01-21T08:21:20.794509+0000 mon.smithi005 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.5:0/1381967659' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:23.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:22 smithi005 conmon[35306]: audit 2024-01-21T08:21:21.999946+0000 mon.smithi005 (mon.0) 66 : audit [INF] from='client.? 172.21.15.5:0/1925151629' entity='client.admin' 2024-01-21T08:21:23.798 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling the dashboard module... 2024-01-21T08:21:24.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:24 smithi005 conmon[35306]: cluster 2024-01-21T08:21:22.527450+0000 mgr.smithi005.dctvsr (mgr.14118) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:21:24.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:24 smithi005 conmon[35306]: audit 2024-01-21T08:21:23.234601+0000 mon.smithi005 (mon.0) 67 : audit [INF] from='client.? 172.21.15.5:0/2691422306' entity='client.admin' 2024-01-21T08:21:25.520 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:25 smithi005 conmon[35306]: audit 2024-01-21T08:21:24.526379+0000 mon.smithi005 (mon 2024-01-21T08:21:25.520 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:25 smithi005 conmon[35306]: .0) 68 : audit [INF] from='client.? 172.21.15.5:0/1909073088' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-21T08:21:26.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:26 smithi005 conmon[35306]: audit 2024-01-21T08:21:25. 2024-01-21T08:21:26.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:26 smithi005 conmon[35306]: 238896+0000 mon.smithi005 (mon.0) 69 : audit [INF] from='client.? 172.21.15.5:0/1909073088' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-21T08:21:26.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:26 smithi005 conmon[35306]: cluster 2024-01-21T08:21:25.238973+0000 mon.smithi005 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi005.dctvsr(active, since 22s) 2024-01-21T08:21:26.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-01-21T08:21:26.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-21T08:21:26.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2024-01-21T08:21:26.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "active_name": "smithi005.dctvsr", 2024-01-21T08:21:26.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T08:21:26.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-01-21T08:21:27.130 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for the mgr to restart... 2024-01-21T08:21:27.131 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr epoch 9... 2024-01-21T08:21:27.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:27 smithi005 conmon[35306]: audit 2024-01-21T08:21 2024-01-21T08:21:27.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:27 smithi005 conmon[35306]: :26.529235+0000 mon.smithi005 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.5:0/680375155' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T08:21:32.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-01-21T08:21:32.398 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-21T08:21:32.398 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T08:21:32.398 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-01-21T08:21:32.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: cluster 2024-01-21T08:21:31.382613+0000 mon.smithi005 (mon.0) 72 : cluster [INF] Active manager daemon smithi005.dctvsr restarted 2024-01-21T08:21:32.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: cluster 2024-01-21T08:21:31.382859+0000 mon.smithi005 (mon.0) 73 : cluster [INF] Activating manager daemon smithi005.dctvsr 2024-01-21T08:21:32.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: cluster 2024-01-21T08:21:31.385652+0000 mon.smithi005 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-21T08:21:32.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: cluster 2024-01-21T08:21:31.385791+0000 mon.smithi005 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi005.dctvsr(active, starting, since 0.00302932s) 2024-01-21T08:21:32.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: audit 2024-01-21T08:21:31.386725+0000 mon.smithi005 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-01-21T08:21:32.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: audit 2024-01-21T08:21:31.387403+0000 mon.smithi005 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mgr metadata", "who": "smithi005.dctvsr", "id": "smithi005.dctvsr"}]: dispatch 2024-01-21T08:21:32.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: audit 2024-01-21T08:21:31.388112+0000 mon.smithi005 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T08:21:32.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: audit 2024-01-21T08:21:31.388316+0000 mon.smithi005 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T08:21:32.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: audit 2024-01-21T08:21:31.388482+0000 2024-01-21T08:21:32.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: mon.smithi005 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T08:21:32.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: cluster 2024-01-21T08:21:31.402234+0000 mon.smithi005 (mon.0) 81 : cluster [INF] Manager daemon smithi005.dctvsr is now available 2024-01-21T08:21:32.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: audit 2024-01-21T08:21:31.512290+0000 mon.smithi005 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:21:32.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: audit 2024-01-21T08:21:31.514784+0000 mon.smithi005 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:21:32.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: audit 2024-01-21T08:21:31.539322+0000 mon.smithi005 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.dctvsr/mirror_snapshot_schedule"}]: dispatch 2024-01-21T08:21:32.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: audit 2024-01-21T08:21:31.542740+0000 mon.smithi005 (mon.0) 85 : audit [INF] 2024-01-21T08:21:32.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:32 smithi005 conmon[35306]: from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.dctvsr/trash_purge_schedule"}]: dispatch 2024-01-21T08:21:33.113 INFO:teuthology.orchestra.run.smithi005.stderr:mgr epoch 9 is available 2024-01-21T08:21:33.113 INFO:teuthology.orchestra.run.smithi005.stderr:Generating a dashboard self-signed certificate... 2024-01-21T08:21:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:33 smithi005 conmon[35306]: audit 2024-01-21T08:21:32.387696+0000 mgr.smithi005.dctvsr (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T08:21:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:33 smithi005 conmon[35306]: cluster 2024-01-21T08:21:32.387766+0000 mon.smithi005 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi005.dctvsr(active, since 1.005s) 2024-01-21T08:21:33.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:33 smithi005 conmon[35306]: audit 2024-01-21T08:21:32.394942+0000 mgr.smithi005.dctvsr (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T08:21:33.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:33 smithi005 conmon[35306]: audit 2024-01-21T08:21:33.111309+0000 mon.smithi005 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:33.858 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-21T08:21:34.653 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial admin user... 2024-01-21T08:21:35.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:34 smithi005 conmon[35306]: audit 2024-01-21T08:21:33.782310+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:21:35.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:34 smithi005 conmon[35306]: mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:21:35.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:34 smithi005 conmon[35306]: audit 2024-01-21T08:21:33.854012+0000 mon.smithi005 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:35.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:34 smithi005 conmon[35306]: audit 2024-01-21T08:21:33.856152+0000 mon.smithi005 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:35.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:34 smithi005 conmon[35306]: cluster 2024-01-21T08:21:34.113161+0000 mon.smithi005 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi005.dctvsr(active, since 2s) 2024-01-21T08:21:35.731 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Ag23wV4UpgJZe19J6Vtx/uaFKNF.K4Gr2zeuyUXxR18u3pBORlYCu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705825295, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-21T08:21:36.337 INFO:teuthology.orchestra.run.smithi005.stderr:Fetching dashboard port number... 2024-01-21T08:21:36.998 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 8443 2024-01-21T08:21:37.027 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:36 smithi005 conmon[35306]: audit 2024-01-21T08:21:35.477770+0000 mgr.smithi005.dctvsr (mgr.14158) 4 : audit [DBG] from='client.14170 -' 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-21T08:21:37.027 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:36 smithi005 conmon[35306]: audit 2024-01-21T08:21:35.729784+0000 mon.smithi005 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:37.549 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2024-01-21T08:21:37.558 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-01-21T08:21:37.559 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2024-01-21T08:21:37.559 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-21T08:21:37.562 INFO:teuthology.orchestra.run.smithi005.stderr:Ceph Dashboard is now available at: 2024-01-21T08:21:37.562 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-01-21T08:21:37.562 INFO:teuthology.orchestra.run.smithi005.stderr: URL: https://smithi005:8443/ 2024-01-21T08:21:37.562 INFO:teuthology.orchestra.run.smithi005.stderr: User: admin 2024-01-21T08:21:37.562 INFO:teuthology.orchestra.run.smithi005.stderr: Password: jmcjpu8a2b 2024-01-21T08:21:37.562 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-01-21T08:21:37.562 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling autotune for osd_memory_target 2024-01-21T08:21:37.807 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:37 smithi005 conmon[35306]: audit 2024-01-21T08:21:36.996603+0000 mon.smithi005 (mon.0) 92 : audit 2024-01-21T08:21:37.807 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:37 smithi005 conmon[35306]: [DBG] from='client.? 172.21.15.5:0/1816170128' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-21T08:21:38.987 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:38 smithi005 conmon[35306]: cluster 2024-01-21T08:21:37.732876+0000 mon.smithi005 (mon.0) 93 : cluster 2024-01-21T08:21:38.987 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:38 smithi005 conmon[35306]: [DBG] mgrmap e13: smithi005.dctvsr(active, since 6s) 2024-01-21T08:21:39.548 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-21T08:21:40.029 INFO:teuthology.orchestra.run.smithi005.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-21T08:21:40.029 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-01-21T08:21:40.029 INFO:teuthology.orchestra.run.smithi005.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:21:40.029 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-01-21T08:21:40.029 INFO:teuthology.orchestra.run.smithi005.stderr:Or, if you are only running a single cluster on this host: 2024-01-21T08:21:40.029 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-01-21T08:21:40.029 INFO:teuthology.orchestra.run.smithi005.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-21T08:21:40.030 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-01-21T08:21:40.030 INFO:teuthology.orchestra.run.smithi005.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-21T08:21:40.030 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-01-21T08:21:40.030 INFO:teuthology.orchestra.run.smithi005.stderr: ceph telemetry on 2024-01-21T08:21:40.030 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-01-21T08:21:40.030 INFO:teuthology.orchestra.run.smithi005.stderr:For more information see: 2024-01-21T08:21:40.030 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-01-21T08:21:40.030 INFO:teuthology.orchestra.run.smithi005.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-21T08:21:40.030 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-01-21T08:21:40.030 INFO:teuthology.orchestra.run.smithi005.stderr:Bootstrap complete. 2024-01-21T08:21:40.097 INFO:tasks.cephadm:Fetching config... 2024-01-21T08:21:40.098 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-01-21T08:21:40.098 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-21T08:21:40.120 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-21T08:21:40.120 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-01-21T08:21:40.120 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-21T08:21:40.180 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-21T08:21:40.180 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-01-21T08:21:40.181 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/keyring of=/dev/stdout 2024-01-21T08:21:40.255 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-21T08:21:40.255 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-01-21T08:21:40.255 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-21T08:21:40.317 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-21T08:21:40.318 DEBUG:teuthology.orchestra.run.smithi005:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChH7ZMdB4KDQTTru1Rw+tLLBcmeemRtEraegGNFK6Srs/yNYqExIPjdlg2IMJmWorFq9l+S/Z8ZdqrQ2CcAHlzcxDKJ9U837xZf8Iitqq09eHUNRl0unNVkkSB+fweG2MZqToGbEINZyZnSVg/GrRrZVMO+vvDkdTSfWdQuSS1klTmnrfEVO3htC288BWLvUGydaaScC3z6f4NvZ2RSQRLthqTf7u52n6t4wmaAupvKfxuYd/sAy8dxyZK8UrIr+HtJ7pXVt1N4ijga26kilzaCcm5NNbSVMGAt2jT9vdCPqAnNJvsKiLlNWcoyHKcdSEB/RPznJaAQeg5CzhaVVUWhg3r01sXC5ZnFE9KKSSZPdSZdZBgCMwi7UcCLruHIZnMD2P27cXdpL4z4pO0GbU05+VlrBN0WqyViBsobyfVrMGknWvFiKgObHWO2jrrHdnUTwvVMHQQOCaA8zI7BhPy4MTic9tdYP7TQcWAUCWYBSfKRmNrWGO9Va2qK0Ziqek= ceph-d7fc424c-b835-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T08:21:40.406 INFO:teuthology.orchestra.run.smithi005.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChH7ZMdB4KDQTTru1Rw+tLLBcmeemRtEraegGNFK6Srs/yNYqExIPjdlg2IMJmWorFq9l+S/Z8ZdqrQ2CcAHlzcxDKJ9U837xZf8Iitqq09eHUNRl0unNVkkSB+fweG2MZqToGbEINZyZnSVg/GrRrZVMO+vvDkdTSfWdQuSS1klTmnrfEVO3htC288BWLvUGydaaScC3z6f4NvZ2RSQRLthqTf7u52n6t4wmaAupvKfxuYd/sAy8dxyZK8UrIr+HtJ7pXVt1N4ijga26kilzaCcm5NNbSVMGAt2jT9vdCPqAnNJvsKiLlNWcoyHKcdSEB/RPznJaAQeg5CzhaVVUWhg3r01sXC5ZnFE9KKSSZPdSZdZBgCMwi7UcCLruHIZnMD2P27cXdpL4z4pO0GbU05+VlrBN0WqyViBsobyfVrMGknWvFiKgObHWO2jrrHdnUTwvVMHQQOCaA8zI7BhPy4MTic9tdYP7TQcWAUCWYBSfKRmNrWGO9Va2qK0Ziqek= ceph-d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:21:40.424 DEBUG:teuthology.orchestra.run.smithi150:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChH7ZMdB4KDQTTru1Rw+tLLBcmeemRtEraegGNFK6Srs/yNYqExIPjdlg2IMJmWorFq9l+S/Z8ZdqrQ2CcAHlzcxDKJ9U837xZf8Iitqq09eHUNRl0unNVkkSB+fweG2MZqToGbEINZyZnSVg/GrRrZVMO+vvDkdTSfWdQuSS1klTmnrfEVO3htC288BWLvUGydaaScC3z6f4NvZ2RSQRLthqTf7u52n6t4wmaAupvKfxuYd/sAy8dxyZK8UrIr+HtJ7pXVt1N4ijga26kilzaCcm5NNbSVMGAt2jT9vdCPqAnNJvsKiLlNWcoyHKcdSEB/RPznJaAQeg5CzhaVVUWhg3r01sXC5ZnFE9KKSSZPdSZdZBgCMwi7UcCLruHIZnMD2P27cXdpL4z4pO0GbU05+VlrBN0WqyViBsobyfVrMGknWvFiKgObHWO2jrrHdnUTwvVMHQQOCaA8zI7BhPy4MTic9tdYP7TQcWAUCWYBSfKRmNrWGO9Va2qK0Ziqek= ceph-d7fc424c-b835-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T08:21:40.483 INFO:teuthology.orchestra.run.smithi150.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChH7ZMdB4KDQTTru1Rw+tLLBcmeemRtEraegGNFK6Srs/yNYqExIPjdlg2IMJmWorFq9l+S/Z8ZdqrQ2CcAHlzcxDKJ9U837xZf8Iitqq09eHUNRl0unNVkkSB+fweG2MZqToGbEINZyZnSVg/GrRrZVMO+vvDkdTSfWdQuSS1klTmnrfEVO3htC288BWLvUGydaaScC3z6f4NvZ2RSQRLthqTf7u52n6t4wmaAupvKfxuYd/sAy8dxyZK8UrIr+HtJ7pXVt1N4ijga26kilzaCcm5NNbSVMGAt2jT9vdCPqAnNJvsKiLlNWcoyHKcdSEB/RPznJaAQeg5CzhaVVUWhg3r01sXC5ZnFE9KKSSZPdSZdZBgCMwi7UcCLruHIZnMD2P27cXdpL4z4pO0GbU05+VlrBN0WqyViBsobyfVrMGknWvFiKgObHWO2jrrHdnUTwvVMHQQOCaA8zI7BhPy4MTic9tdYP7TQcWAUCWYBSfKRmNrWGO9Va2qK0Ziqek= ceph-d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:21:40.496 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-21T08:21:40.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:40 smithi005 conmon[35306]: audit 2024-01-21T08:21:39.543755+0000 mon.smithi005 (mon.0) 94 : audit [INF] from='client.? 172.21.15.5:0/2276489862' entity='client.admin' 2024-01-21T08:21:43.358 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-21T08:21:43.359 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-21T08:21:43.951 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:43 smithi005 conmon[35306]: audit 2024-01-21T08:21:42.696499+0000 mon.smithi005 (mon.0) 95 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:43.951 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:43 smithi005 conmon[35306]: audit 2024-01-21T08:21:42.801772+0000 mon.smithi005 (mon.0) 96 : audit [INF] from='client.? 172.21.15.5:0/1037349444' entity='client.admin' 2024-01-21T08:21:43.951 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:43 smithi005 conmon[35306]: audit 2024-01-21T08:21:43.474542+0000 mon.smithi005 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi005", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:21:43.952 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:43 smithi005 conmon[35306]: audit 2024-01-21T08:21:43.478997+0000 mon.smithi005 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:45.037 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:44 smithi005 conmon[35306]: cephadm 2024-01-21T08:21:43.489261+0000 mgr.smithi005.dctvsr (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi005 on smithi005 2024-01-21T08:21:46.035 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi150 2024-01-21T08:21:46.035 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-21T08:21:46.035 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/etc/ceph/ceph.conf 2024-01-21T08:21:46.055 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-21T08:21:46.056 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:21:46.115 INFO:tasks.cephadm:Adding host smithi150 to orchestrator... 2024-01-21T08:21:46.116 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch host add smithi150 2024-01-21T08:21:46.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:46 smithi005 conmon[35306]: audit 2024-01-21T08:21:45.421140+0000 mgr.smithi005.dctvsr (mgr.14158) 2024-01-21T08:21:46.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:46 smithi005 conmon[35306]: 6 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:21:46.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:46 smithi005 conmon[35306]: audit 2024-01-21T08:21:45.423710+0000 mon.smithi005 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:52.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:52 smithi005 conmon[35306]: cluster 2024-01-21T08:21:51.390143+0000 mgr.smithi005.dctvsr (mgr.14158) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:21:52.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:52 smithi005 conmon[35306]: audit 2024-01-21T08:21:51.496830+0000 mon.smithi005 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:52.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:52 smithi005 conmon[35306]: audit 2024-01-21T08:21:51.498723+0000 mon.smithi005 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:21:52.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:52 smithi005 conmon[35306]: audit 2024-01-21T08:21:51.500382+0000 mon.smithi005 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T08:21:52.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:52 smithi005 conmon[35306]: audit 2024-01-21T08:21:51.501016+0000 mon.smithi005 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:21:52.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:52 smithi005 conmon[35306]: cephadm 2024-01-21T08:21:51.501592+0000 mgr.smithi005.dctvsr (mgr.14158) 8 : cephadm [INF] Deploying daemon crash.smithi005 on smithi005 2024-01-21T08:21:52.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:52 smithi005 conmon[35306]: audit 2024-01-21T08:21:51.532513+0000 mon.smithi005 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:55.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:54 smithi005 conmon[35306]: cluster 2024-01-21T08:21:53.390459+0000 mgr.smithi005.dctvsr (mgr.14158) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:21:55.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:54 smithi005 conmon[35306]: audit 2024-01-21T08:21:53.755532+0000 mon.smithi005 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:55.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:54 smithi005 conmon[35306]: audit 2024-01-21T08:21:53.840797+0000 mon.smithi005 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:55.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:54 smithi005 conmon[35306]: audit 2024-01-21T08:21:53.842721+0000 mon.smithi005 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:55.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:54 smithi005 conmon[35306]: audit 2024-01-21T08:21:53.844902+0000 mon.smithi005 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T08:21:55.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:54 smithi005 conmon[35306]: audit 2024-01-21T08:21:53.845282+0000 mgr.smithi005.dctvsr (mgr.14158) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T08:21:55.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:54 smithi005 conmon[35306]: audit 2024-01-21T08:21:53.847815+0000 mon.smithi005 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:55.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:54 smithi005 conmon[35306]: cephadm 2024-01-21T08:21:53.851649+0000 mgr.smithi005.dctvsr (mgr.14158) 11 : cephadm [INF] Deploying daemon grafana.smithi005 on smithi005 2024-01-21T08:21:57.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:56 smithi005 conmon[35306]: cluster 2024-01-21T08:21:55.390722+0000 mgr.smithi005.dctvsr (mgr.14158) 2024-01-21T08:21:57.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:56 smithi005 conmon[35306]: 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:21:57.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:56 smithi005 conmon[35306]: audit 2024-01-21T08:21:56.535976+0000 mon.smithi005 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:21:59.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:58 smithi005 conmon[35306]: cluster 2024-01-21T08:21:57.390980+0000 mgr.smithi005.dctvsr (mgr.14158) 2024-01-21T08:21:59.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:21:58 smithi005 conmon[35306]: 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:01.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:00 smithi005 conmon[35306]: cluster 2024-01-21T08:21:59.391210+0000 mgr.smithi005.dctvsr (mgr.14158) 14 : 2024-01-21T08:22:01.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:00 smithi005 conmon[35306]: cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:02.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:02 smithi005 conmon[35306]: cluster 2024-01-21T08:22:01.391405 2024-01-21T08:22:02.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:02 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14158) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:04.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:04 smithi005 conmon[35306]: cluster 2024-01-21T08:22:03.391653+0000 2024-01-21T08:22:04.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:04 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14158) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:06.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:06 smithi005 conmon[35306]: cluster 2024-01-21T08:22:05.391989+0000 mgr.smithi005.dctvsr (mgr.14158) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:08.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:08 smithi005 conmon[35306]: cluster 2024-01-21T08:22:07.392236+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:22:08.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:08 smithi005 conmon[35306]: 14158) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:10.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:10 smithi005 conmon[35306]: cluster 2024-01-21T08:22:09.392528+0000 mgr.smithi005.dctvsr (mgr.14158) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:12.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:12 smithi005 conmon[35306]: cluster 2024-01-21T08:22:11 2024-01-21T08:22:12.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:12 smithi005 conmon[35306]: .392831+0000 mgr.smithi005.dctvsr (mgr.14158) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:14.077 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:13 smithi005 conmon[35306]: audit 2024-01-21T08:22:12.785569+0000 mon.smithi005 (mon.0) 2024-01-21T08:22:14.077 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:13 smithi005 conmon[35306]: 111 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:14.078 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:13 smithi005 conmon[35306]: cephadm 2024-01-21T08:22:12.787874+0000 mgr.smithi005.dctvsr (mgr.14158) 21 : cephadm [INF] Deploying daemon node-exporter.smithi005 on smithi005 2024-01-21T08:22:14.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:14 smithi005 conmon[35306]: cluster 2024-01-21T08:22:13.393108+0000 mgr.smithi005.dctvsr (mgr.14158) 22 : cluster 2024-01-21T08:22:14.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:14 smithi005 conmon[35306]: [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:16.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:16 smithi005 conmon[35306]: cluster 2024-01-21T08:22:15.393438+0000 mgr.smithi005.dctvsr (mgr.14158) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:16.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:16 smithi005 conmon[35306]: audit 2024-01-21T08:22:16.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:16 smithi005 conmon[35306]: 2024-01-21T08:22:16.429822+0000 mon.smithi005 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:16.842 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:16 smithi005 conmon[35306]: audit 2024-01-21T08:22:16.432258+0000 mon.smithi005 (mon. 2024-01-21T08:22:16.842 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:16 smithi005 conmon[35306]: 0) 113 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-21T08:22:16.842 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:16 smithi005 conmon[35306]: audit 2024-01- 2024-01-21T08:22:16.842 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:16 smithi005 conmon[35306]: 21T08:22:16.540842+0000 mon.smithi005 (mon.0) 114 2024-01-21T08:22:16.842 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:16 smithi005 conmon[35306]: : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:18.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:18 smithi005 conmon[35306]: audit 2024-01-21T08:22:17.432248+0000 mon.smithi005 (mon.0) 115 : audit [INF] from='mgr.14158 172.21.15.5:0/1826239744' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-21T08:22:18.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:18 smithi005 conmon[35306]: cluster 2024-01-21T08:22:17.432311+0000 mon.smithi005 (mon.0) 116 : cluster [DBG] mgrmap e14: smithi005.dctvsr(active, since 46s) 2024-01-21T08:22:23.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: cluster 2024-01-21T08:22:23.546672+0000 mon.smithi005 (mon.0) 117 : cluster [INF] Active manager daemon smithi005.dctvsr restarted 2024-01-21T08:22:23.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: cluster 2024-01-21T08:22:23.547021+0000 mon.smithi005 (mon.0) 118 : cluster [INF] Activating manager daemon smithi005.dctvsr 2024-01-21T08:22:23.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: cluster 2024-01-21T08:22:23.550214+0000 2024-01-21T08:22:23.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: mon.smithi005 (mon.0) 119 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-21T08:22:23.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: cluster 2024-01-21T08:22:23 2024-01-21T08:22:23.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: .550336+0000 mon.smithi005 (mon.0) 120 : cluster [DBG] 2024-01-21T08:22:23.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: mgrmap e15: smithi005.dctvsr(active, starting, since 0.00345619s) 2024-01-21T08:22:23.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: audit 2024-01-21T08:22:23.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: 2024-01-21T08:22:23.551427+0000 mon.smithi005 (mon 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: .0) 121 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: audit 2024-01-21 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: T08:22:23.552140+0000 mon.smithi005 (mon.0) 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: 122 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mgr metadata", "who": "smithi005.dctvsr", "id": "smithi005.dctvsr"}]: dispatch 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: -21T08:22:23.552889+0000 mon.smithi005 (mon. 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: 0) 123 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: 08:22:23.553108+0000 mon.smithi005 (mon. 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: 0) 124 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: 01-21T08:22:23.553295+0000 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: mon.smithi005 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: cluster 2024-01 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: -21T08:22:23.567459+0000 mon.smithi005 (mon.0 2024-01-21T08:22:23.669 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:23 smithi005 conmon[35306]: ) 126 : cluster [INF] Manager daemon smithi005.dctvsr is now available 2024-01-21T08:22:24.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: audit 2024-01-21T08:22:23.679750+0000 mon.smithi005 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:22:24.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: audit 2024-01-21T08:22:23.681364+0000 mon.smithi005 (mon.0) 128 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:22:24.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: audit 2024-01-21T08:22:23.708443+0000 mon.smithi005 (mon.0) 129 : 2024-01-21T08:22:24.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:24.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: audit 2024-01-21T08: 2024-01-21T08:22:24.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: 22:23.723578+0000 mon.smithi005 (mon.0) 130 : 2024-01-21T08:22:24.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.dctvsr/mirror_snapshot_schedule"}]: dispatch 2024-01-21T08:22:24.712 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: audit 2024-01-21T08:22:24.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: 2024-01-21T08:22:23. 2024-01-21T08:22:24.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: 729014+0000 mon.smithi005 (mon.0) 131 : audit [INF] 2024-01-21T08:22:24.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.dctvsr/trash_purge_schedule"}]: dispatch 2024-01-21T08:22:24.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: cluster 2024-01- 2024-01-21T08:22:24.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: 21T08:22:24.552962 2024-01-21T08:22:24.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: +0000 mon.smithi005 (mon.0) 2024-01-21T08:22:24.713 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:24 smithi005 conmon[35306]: 132 : cluster [DBG] mgrmap e16: smithi005.dctvsr(active, since 1.00608s) 2024-01-21T08:22:26.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:26 smithi005 conmon[35306]: cluster 2024-01 2024-01-21T08:22:26.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:26 smithi005 conmon[35306]: -21T08:22:25.602555+0000 mon.smithi005 (mon.0) 133 : cluster [DBG] mgrmap e17: smithi005.dctvsr(active, since 2s) 2024-01-21T08:22:28.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: audit 2024-01-21T08:22:26.757546+0000 mon.smithi005 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:28.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: audit 2024-01-21T08:22:27.100032+0000 mon.smithi005 (mon.0) 135 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi005", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:22:28.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:22:28.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: -21T08:22:27.100932+0000 mon.smithi005 (mon.0) 136 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:22:28.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: 2024-01-21T08:22:28.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: audit 2024-01- 2024-01-21T08:22:28.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: 21T08:22:27.101569+0000 mon.smithi005 (mon.0) 2024-01-21T08:22:28.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: 137 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:22:28.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: cephadm 2024-01-21T08:22: 2024-01-21T08:22:28.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: 27.102704+0000 mgr.smithi005.dctvsr (mgr.14182) 1 : cephadm [INF] Updating smithi005:/etc/ceph/ceph.conf 2024-01-21T08:22:28.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: cephadm 2024-01-21T08 2024-01-21T08:22:28.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: :22:27.125527+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:22:28.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: ) 2 : cephadm [INF] Updating smithi005:/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:22:28.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: audit 2024-01-21T08: 2024-01-21T08:22:28.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: 22:27.163630+0000 mon.smithi005 (mon.0) 2024-01-21T08:22:28.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: 138 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:28.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: audit 2024-01-21T08:22 2024-01-21T08:22:28.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: :27.166237+0000 mon.smithi005 (mon.0) 2024-01-21T08:22:28.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: 139 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:28.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: cephadm 2024-01-21T08: 2024-01-21T08:22:28.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: 22:27.179413+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:22:28.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:27 smithi005 conmon[35306]: 3 : cephadm [INF] Deploying daemon prometheus.smithi005 on smithi005 2024-01-21T08:22:28.338 INFO:teuthology.orchestra.run.smithi150.stdout:Added host 'smithi150' with addr '172.21.15.150' 2024-01-21T08:22:28.949 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch host ls --format=json 2024-01-21T08:22:29.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:29 smithi005 conmon[35306]: audit 2024-01-21T08:22:27.709278 2024-01-21T08:22:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:29 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14182) 4 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi150", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:22:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:29 smithi005 conmon[35306]: audit 2024-01-21T08:22:28.335696+0000 2024-01-21T08:22:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:29 smithi005 conmon[35306]: mon.smithi005 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:29 smithi005 conmon[35306]: cephadm 2024-01-21T08:22:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:29 smithi005 conmon[35306]: 2024-01-21T08:22:28.336131+0000 mgr.smithi005.dctvsr 2024-01-21T08:22:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:29 smithi005 conmon[35306]: (mgr.14182) 5 : cephadm [INF] Added host smithi150 2024-01-21T08:22:30.552 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:22:30.552 INFO:teuthology.orchestra.run.smithi150.stdout:[{"addr": "172.21.15.5", "hostname": "smithi005", "labels": [], "status": ""}, {"addr": "172.21.15.150", "hostname": "smithi150", "labels": [], "status": ""}] 2024-01-21T08:22:31.083 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-21T08:22:31.084 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd crush tunables default 2024-01-21T08:22:32.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:32 smithi005 conmon[35306]: audit 2024-01-21T08:22:30.550293+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:22:32.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:32 smithi005 conmon[35306]: .14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:37.398 INFO:teuthology.orchestra.run.smithi005.stderr:adjusted tunables profile to default 2024-01-21T08:22:37.420 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:37 smithi005 conmon[35306]: audit 2024-01-21T08:22:37.248636+0000 mon.smithi005 (mon.0) 141 : audit [INF] from='client.? 172.21.15.5:0/2478675100' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-21T08:22:38.261 INFO:tasks.cephadm:Adding mon.smithi005 on smithi005 2024-01-21T08:22:38.261 INFO:tasks.cephadm:Adding mon.smithi150 on smithi150 2024-01-21T08:22:38.261 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch apply mon '2;smithi005:172.21.15.5=smithi005;smithi150:172.21.15.150=smithi150' 2024-01-21T08:22:38.479 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:38 smithi005 conmon[35306]: audit 2024-01-21T08:22:37.393170+0000 mon.smithi005 (mon.0) 142 : audit [INF] from='client.? 172.21.15.5:0/2478675100' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-21T08:22:38.479 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:38 smithi005 conmon[35306]: cluster 2024-01-21T08:22:37.393220+0000 mon.smithi005 (mon.0) 143 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T08:22:40.054 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled mon update... 2024-01-21T08:22:40.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:40 smithi005 conmon[35306]: audit 2024-01-21T08:22:39.137993+0000 mon.smithi005 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:40.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:40 smithi005 conmon[35306]: audit 2024-01-21T08:22:39.139299+0000 mon.smithi005 (mon.0) 145 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:22:40.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:40 smithi005 conmon[35306]: audit 2024-01-21T08:22:39.670312+0000 mon.smithi005 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:40.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:40 smithi005 conmon[35306]: audit 2024-01-21T08:22:39.991725+0000 mon.smithi005 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:40.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:40 smithi005 conmon[35306]: audit 2024-01-21T08:22:40.052298+0000 mon.smithi005 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:40.608 DEBUG:teuthology.orchestra.run.smithi150:mon.smithi150> sudo journalctl -f -n 0 -u ceph-d7fc424c-b835-11ee-95b0-87774f69a715@mon.smithi150.service 2024-01-21T08:22:40.610 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:22:40.610 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:22:40.640 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:-- Logs begin at Sun 2024-01-21 08:07:50 UTC. -- 2024-01-21T08:22:41.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:41 smithi005 conmon[35306]: audit 2024-01-21T08:22:40.046657+0000 mgr.smithi005.dctvsr 2024-01-21T08:22:41.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:41 smithi005 conmon[35306]: (mgr.14182) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi005:172.21.15.5=smithi005;smithi150:172.21.15.150=smithi150", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:22:41.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:41 smithi005 conmon[35306]: cephadm 2024-01-21T08:22:40.049370+0000 mgr.smithi005.dctvsr (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi005:172.21.15.5=smithi005;smithi150:172.21.15.150=smithi150;count:2 2024-01-21T08:22:42.857 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:22:42.857 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"d7fc424c-b835-11ee-95b0-87774f69a715","modified":"2024-01-21T08:20:33.754064Z","created":"2024-01-21T08:20:33.754064Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T08:22:42.858 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2024-01-21T08:22:43.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:42 smithi005 conmon[35306]: audit 2024-01-21T08:22:41.999691+0000 mon.smithi005 (mon.0 2024-01-21T08:22:43.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:42 smithi005 conmon[35306]: ) 149 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:43.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:42 smithi005 conmon[35306]: audit 2024-01-21T08:22:42.854743+0000 mon.smithi005 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.150:0/2295141582' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:22:44.502 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:22:44.503 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:22:45.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: cluster 2024-01-21T08:22:43.554316+0000 mgr.smithi005.dctvsr (mgr.14182) 9 : cluster 2024-01-21T08:22:45.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:45.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: audit 2024-01-21T08:22:43.711718+0000 mon.smithi005 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:45.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: audit 2024-01-21T08:22:44.070768+0000 mon.smithi005 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:45.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: audit 2024-01-21T08:22:44. 2024-01-21T08:22:45.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: 648256+0000 mon.smithi005 (mon.0) 153 : audit [INF] 2024-01-21T08:22:45.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:45.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: audit 2024 2024-01-21T08:22:45.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: -01-21T08:22:44.649213+0000 mon.smithi005 (mon. 2024-01-21T08:22:45.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: 0) 154 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:22:45.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: audit 2024-01-21T08:22 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: :44.650291+0000 mon.smithi005 (mon.0) 155 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: audit 2024-01-21T08:22: 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: 44.651166+0000 mon.smithi005 (mon.0) 156 : 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: audit 2024-01-21T08:22:44 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: .702692+0000 mon.smithi005 (mon.0) 157 : audit 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: audit 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: 2024-01-21T08:22:44.705431+0000 mon.smithi005 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: audit 2024-01- 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: 21T08:22:44.707330+0000 mon.smithi005 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: (mon.0) 159 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:22:45.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: -21T08:22:44.709394+0000 2024-01-21T08:22:45.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: mon.smithi005 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T08:22:45.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:44 smithi005 conmon[35306]: 2024-01-21T08:22:45.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:45 smithi005 conmon[35306]: cephadm 2024-01-21T08:22:44.652503+0000 mgr.smithi005.dctvsr (mgr.14182) 10 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-01-21T08:22:45.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:45 smithi005 conmon[35306]: cephadm 2024 2024-01-21T08:22:45.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:45 smithi005 conmon[35306]: -01-21T08:22:44.675166+0000 mgr.smithi005.dctvsr (mgr.14182) 11 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:22:45.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:45 smithi005 conmon[35306]: audit 2024-01-21T08:22:44.710552+0000 mon.smithi005 (mon.0) 161 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:22:45.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:45 smithi005 conmon[35306]: cephadm 2024-01- 2024-01-21T08:22:45.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:45 smithi005 conmon[35306]: 21T08:22:44.713437+0000 mgr.smithi005.dctvsr (mgr.14182) 12 : cephadm [INF] Deploying daemon crash.smithi150 on smithi150 2024-01-21T08:22:46.832 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:22:46.832 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"d7fc424c-b835-11ee-95b0-87774f69a715","modified":"2024-01-21T08:20:33.754064Z","created":"2024-01-21T08:20:33.754064Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T08:22:46.833 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2024-01-21T08:22:47.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:47 smithi005 conmon[35306]: cluster 2024-01-21T08:22:45.554723+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:22:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:47 smithi005 conmon[35306]: 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:47 smithi005 conmon[35306]: audit 2024-01-21T08:22:46.829510+0000 mon.smithi005 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.150:0/2227079225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:22:48.511 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:22:48.511 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:22:49.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: cluster 2024-01-21T08:22:47.555161+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:22:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: audit 2024-01-21T08:22:47.956496+0000 mon.smithi005 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: audit 2024-01-21T08:22:47.958812+0000 mon.smithi005 (mon.0) 164 : audit 2024-01-21T08:22:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.mxrmms", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:22:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: audit 2024-01-21T08:22:47.960934+0000 mon.smithi005 (mon.0) 165 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.mxrmms", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-21T08:22:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: audit 2024-01-21T08:22: 2024-01-21T08:22:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: 47.961787+0000 mon.smithi005 (mon.0) 166 : 2024-01-21T08:22:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:22:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: audit 2024-01-21T08:22:47 2024-01-21T08:22:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: .962754+0000 mon.smithi005 (mon.0) 167 : 2024-01-21T08:22:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:22:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: cephadm 2024-01-21T08:22: 2024-01-21T08:22:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: 47.963479+0000 mgr.smithi005.dctvsr (mgr.14182) 15 : 2024-01-21T08:22:49.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: cephadm [INF] Deploying daemon mgr.smithi150.mxrmms on smithi150 2024-01-21T08:22:49.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: audit 2024-01-21T08:22:48 2024-01-21T08:22:49.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: .715705+0000 mon.smithi005 (mon.0) 168 : audit 2024-01-21T08:22:49.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:48 smithi005 conmon[35306]: [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:50.745 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:22:50.751 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"d7fc424c-b835-11ee-95b0-87774f69a715","modified":"2024-01-21T08:20:33.754064Z","created":"2024-01-21T08:20:33.754064Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T08:22:50.752 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2024-01-21T08:22:51.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:50 smithi005 conmon[35306]: cluster 2024-01-21T08:22:49.555492+0000 mgr.smithi005.dctvsr (mgr.14182) 16 : cluster 2024-01-21T08:22:51.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:50 smithi005 conmon[35306]: [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:51.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:50 smithi005 conmon[35306]: audit 2024-01-21T08:22:50.743540+0000 mon.smithi005 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.150:0/403286807' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:22:52.439 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:22:52.440 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:22:52.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:52 smithi005 conmon[35306]: audit 2024-01-21T08:22:51.438117+0000 mon.smithi005 2024-01-21T08:22:52.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:52 smithi005 conmon[35306]: (mon.0) 170 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:52.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:52 smithi005 conmon[35306]: audit 2024-01-21T08:22:51.440868+0000 mon.smithi005 (mon.0) 171 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:22:52.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:52 smithi005 conmon[35306]: audit 2024-01-21T08: 2024-01-21T08:22:52.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:52 smithi005 conmon[35306]: 22:51.441729+0000 mon.smithi005 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:22:52.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:52 smithi005 conmon[35306]: cephadm 2024-01-21T08:22:51.442503+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:22:52.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:52 smithi005 conmon[35306]: 14182) 17 : cephadm [INF] Deploying daemon mon.smithi150 on smithi150 2024-01-21T08:22:53.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:53 smithi005 conmon[35306]: cluster 2024-01-21T08:22:51.555769+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:22:53.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:53 smithi005 conmon[35306]: .14182) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:55.003 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:22:55.003 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"d7fc424c-b835-11ee-95b0-87774f69a715","modified":"2024-01-21T08:20:33.754064Z","created":"2024-01-21T08:20:33.754064Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T08:22:55.004 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2024-01-21T08:22:55.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:22:55 smithi150 conmon[40284]: debug 2024-01-21T08:22:55.049+0000 7f90673a4700 1 mon.smithi150@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-21T08:22:55.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:54 smithi005 conmon[35306]: cluster 2024-01-21T08:22:53.556026+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:22:55.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:54 smithi005 conmon[35306]: ) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:22:55.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:22:54 smithi005 conmon[35306]: audit 2024-01-21T08:22:53.721164+0000 mon.smithi005 (mon.0) 173 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:22:56.610 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:22:56.610 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:23:00.420 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: audit 2024-01-21T08:22:55.058527+0000 mon.smithi005 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-21T08:23:00.420 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: audit 2024-01-21T08:22:55.058768+0000 mon.smithi005 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-01-21T08:23:00.421 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: cluster 2024-01-21T08:22:55.058920+0000 mon.smithi005 (mon.0) 177 : cluster [INF] mon.smithi005 calling monitor election 2024-01-21T08:23:00.421 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: cluster 2024-01-21T08:22:55.556430+0000 mgr.smithi005.dctvsr (mgr.14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:00.421 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: audit 2024-01-21T08:22:56.054528+0000 mon.smithi005 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-21T08:23:00.421 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: audit 2024-01-21T08:22:56.863604+0000 mon.smithi005 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.150:0/3813556171' entity='mgr.smithi150.mxrmms' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.mxrmms/crt"}]: dispatch 2024-01-21T08:23:00.421 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: audit 2024-01-21T08:22:57.054575+0000 mon.smithi005 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-21T08:23:00.421 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: cluster 2024-01-21T08:22:57.056491+0000 mon.smithi150 (mon.1) 1 : cluster [INF] mon.smithi150 calling monitor election 2024-01-21T08:23:00.421 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: cluster 2024-01-21T08:22:57.556907+0000 mgr.smithi005.dctvsr (mgr.14182) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:00.421 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: audit 2024-01-21T08:22:58.055021+0000 mon.smithi005 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-21T08:23:00.421 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: audit 2024-01-21T08:22:59.054937+0000 mon.smithi005 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-21T08:23:00.421 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: audit 2024-01-21T08:23:00.055145+0000 mon.smithi005 (mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-21T08:23:00.421 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: cluster 2024-01-21T08:23:00.085448+0000 mon.smithi005 (mon.0) 184 : cluster [INF] mon.smithi005 is new leader, mons smithi005,smithi150 in quorum (ranks 0,1) 2024-01-21T08:23:00.421 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: cluster 2024-01-21T08:23:00.088458+0000 mon.smithi005 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} 2024-01-21T08:23:00.422 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: cluster 2024-01-21T08:23:00.088974+0000 mon.smithi005 (mon.0) 186 : cluster [DBG] fsmap 2024-01-21T08:23:00.422 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: cluster 2024-01-21T08:23:00.089005+0000 mon.smithi005 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T08:23:00.422 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: cluster 2024-01-21T08:23:00.089235+0000 mon.smithi005 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi005.dctvsr(active, since 36s) 2024-01-21T08:23:00.422 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: cluster 2024-01-21T08:23:00.090215+0000 mon.smithi005 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi150.mxrmms started 2024-01-21T08:23:00.422 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: audit 2024-01-21T08:23:00.091382+0000 mon.smithi005 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.150:0/3813556171' entity='mgr.smithi150.mxrmms' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T08:23:00.422 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: cluster 2024-01-21T08:23:00.093222+0000 mon.smithi005 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2024-01-21T08:23:00.422 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: audit 2024-01-21T08:23:00.093731+0000 mon.smithi005 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.150:0/3813556171' entity='mgr.smithi150.mxrmms' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.mxrmms/key"}]: dispatch 2024-01-21T08:23:00.422 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: audit 2024-01-21T08:23:00.094155+0000 mon.smithi005 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.150:0/3813556171' entity='mgr.smithi150.mxrmms' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T08:23:00.422 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:00 smithi150 conmon[40284]: audit 2024-01-21T08:23:00.095780+0000 mon.smithi005 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:00.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: audit 2024-01-21T08:22:55.058527+0000 mon.smithi005 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-21T08:23:00.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: audit 2024-01-21T08:22:55.058768+0000 mon.smithi005 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-01-21T08:23:00.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: cluster 2024-01-21T08:22:55.058920+0000 2024-01-21T08:23:00.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: mon.smithi005 (mon.0) 177 : cluster [INF] mon.smithi005 calling monitor election 2024-01-21T08:23:00.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: cluster 2024- 2024-01-21T08:23:00.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 01-21T08:22:55.556430+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:23:00.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: ) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:00.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 08:22:56.054528+0000 mon.smithi005 (mon. 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 0) 178 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 08:22:56.863604+0000 mon.smithi005 (mon 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: .0) 179 : audit [DBG] from='mgr.? 172.21.15.150:0/3813556171' entity='mgr.smithi150.mxrmms' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.mxrmms/crt"}]: dispatch 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: -21T08:22:57.054575+0000 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: mon.smithi005 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: cluster 2024-01-21T 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 08:22:57.056491+0000 mon.smithi150 (mon.1) 1 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: : cluster [INF] mon.smithi150 calling monitor election 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: cluster 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 2024-01-21T08:22:57.556907+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: .14182) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 08:22:58.055021+0000 mon.smithi005 (mon.0) 181 : 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: audit 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 2024-01-21T08:22:59.054937+0000 mon.smithi005 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 01-21T08:23:00.055145+0000 mon.smithi005 (mon.0) 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 183 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: cluster 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 2024-01-21T08:23:00.085448+0000 mon.smithi005 (mon.0) 184 : cluster [INF] 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: mon.smithi005 is new leader, mons smithi005,smithi150 in quorum (ranks 0,1) 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: cluster 2024-01 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: -21T08:23:00.088458+0000 mon.smithi005 (mon.0) 185 : cluster [DBG] 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: monmap e2: 2 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],smithi150=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: cluster 2024-01 2024-01-21T08:23:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: -21T08:23:00.088974+0000 mon.smithi005 (mon.0) 186 : cluster [DBG] fsmap 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: cluster 2024-01-21T 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 08:23:00.089005+0000 mon.smithi005 (mon.0) 187 : cluster 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: cluster 2024 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: -01-21T08:23:00.089235+0000 mon.smithi005 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi005.dctvsr(active, since 36s) 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: cluster 2024-01-21T 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 08:23:00.090215+0000 mon.smithi005 (mon.0 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: ) 189 : cluster [DBG] Standby manager daemon smithi150.mxrmms started 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: audit 2024-01-21T08: 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 23:00.091382+0000 mon.smithi005 (mon.0) 190 : audit [DBG] 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: from='mgr.? 172.21.15.150:0/3813556171' entity='mgr.smithi150.mxrmms' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: cluster 2024-01-21T 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 08:23:00.093222+0000 mon.smithi005 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: audit 2024-01-21T08:23: 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 00.093731+0000 mon.smithi005 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.150:0/3813556171' entity='mgr.smithi150.mxrmms' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi150.mxrmms/key"}]: dispatch 2024-01-21T08:23:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 2024-01-21T08:23:00.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:23:00.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: 08:23:00.094155+0000 mon.smithi005 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.150:0/3813556171' entity='mgr.smithi150.mxrmms' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T08:23:00.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: audit 2024-01-21T08:23:00 2024-01-21T08:23:00.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: .095780+0000 mon.smithi005 (mon.0) 194 : audit [INF] 2024-01-21T08:23:00.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:00 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:01.352 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-01-21T08:23:01.352 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":2,"fsid":"d7fc424c-b835-11ee-95b0-87774f69a715","modified":"2024-01-21T08:22:55.055618Z","created":"2024-01-21T08:20:33.754064Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi150","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-21T08:23:01.352 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 2 2024-01-21T08:23:01.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:01 smithi005 conmon[35306]: cluster 2024-01-21T08:22:59.557276+0000 mgr.smithi005.dctvsr (mgr.14182) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:01.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:01 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:00.097797+0000 mgr.smithi005.dctvsr (mgr.14182) 23 : cephadm [INF] Deploying daemon node-exporter.smithi150 on smithi150 2024-01-21T08:23:01.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:01 smithi005 conmon[35306]: cluster 2024-01-21T 2024-01-21T08:23:01.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:01 smithi005 conmon[35306]: 08:23:00.150926+0000 mon.smithi005 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi005.dctvsr(active, since 36s), standbys: smithi150.mxrmms 2024-01-21T08:23:01.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:01 smithi005 conmon[35306]: audit 2024-01-21T08:23 2024-01-21T08:23:01.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:01 smithi005 conmon[35306]: :00.151094+0000 mon.smithi005 (mon.0) 196 : audit [DBG] 2024-01-21T08:23:01.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:01 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mgr metadata", "who": "smithi150.mxrmms", "id": "smithi150.mxrmms"}]: dispatch 2024-01-21T08:23:01.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:01 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:23:01.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:01 smithi005 conmon[35306]: 01-21T08:23:01.055181+0000 mon.smithi005 (mon.0) 197 : audit [DBG] 2024-01-21T08:23:01.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:01 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-21T08:23:01.558 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:01 smithi150 conmon[40284]: cluster 2024-01-21T08:22:59.557276+0000 mgr.smithi005.dctvsr (mgr.14182) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:01.558 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:01 smithi150 conmon[40284]: cephadm 2024-01-21 2024-01-21T08:23:01.558 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:01 smithi150 conmon[40284]: T08:23:00.097797+0000 mgr.smithi005.dctvsr (mgr.14182) 23 : cephadm [INF] Deploying daemon node-exporter.smithi150 on smithi150 2024-01-21T08:23:01.558 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:01 smithi150 conmon[40284]: cluster 2024-01-21T08:23:00.150926+0000 mon.smithi005 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi005.dctvsr(active, since 36s), standbys: smithi150.mxrmms 2024-01-21T08:23:01.558 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:01 smithi150 conmon[40284]: audit 2024-01-21T08:23:00.151094+0000 mon.smithi005 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mgr metadata", "who": "smithi150.mxrmms", "id": "smithi150.mxrmms"}]: dispatch 2024-01-21T08:23:01.558 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:01 smithi150 conmon[40284]: audit 2024-01-21T08:23:01.055181+0000 mon.smithi005 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mon metadata", "id": "smithi150"}]: dispatch 2024-01-21T08:23:02.167 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-21T08:23:02.167 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph config generate-minimal-conf 2024-01-21T08:23:02.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:02 smithi005 conmon[35306]: audit 2024-01-21T08:23:01.348267+0000 mon.smithi005 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.150:0/2882834076' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:23:02.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:02 smithi150 conmon[40284]: audit 2024-01-21T08:23:01.348267+0000 mon.smithi005 ( 2024-01-21T08:23:02.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:02 smithi150 conmon[40284]: mon.0) 198 : audit [DBG] from='client.? 172.21.15.150:0/2882834076' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:23:03.661 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:03 smithi005 conmon[35306]: cluster 2024-01-21T08:23:01.557606+0000 mgr.smithi005.dctvsr (mgr.14182) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:03.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:03 smithi150 conmon[40284]: cluster 2024-01-21T08:23:01.557606+0000 mgr.smithi005.dctvsr (mgr.14182) 24 : cluster 2024-01-21T08:23:03.682 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:03 smithi150 conmon[40284]: [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:04.063 INFO:teuthology.orchestra.run.smithi005.stdout:# minimal ceph.conf for d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:23:04.064 INFO:teuthology.orchestra.run.smithi005.stdout:[global] 2024-01-21T08:23:04.064 INFO:teuthology.orchestra.run.smithi005.stdout: fsid = d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:23:04.064 INFO:teuthology.orchestra.run.smithi005.stdout: mon_host = [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] 2024-01-21T08:23:04.614 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-21T08:23:04.615 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-01-21T08:23:04.615 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T08:23:04.653 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-01-21T08:23:04.653 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:23:04.729 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-21T08:23:04.729 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T08:23:04.763 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-21T08:23:04.763 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:23:04.832 INFO:tasks.cephadm:Deploying OSDs... 2024-01-21T08:23:04.832 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-01-21T08:23:04.832 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:23:04.855 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T08:23:04.855 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/nvme1n1 2024-01-21T08:23:04.918 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/nvme1n1 2024-01-21T08:23:04.918 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:23:04.918 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 201509 Links: 1 Device type: 103,1 2024-01-21T08:23:04.918 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:23:04.918 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:23:04.918 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-01-21 08:21:43.247495306 +0000 2024-01-21T08:23:04.918 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-01-21 08:19:46.786943162 +0000 2024-01-21T08:23:04.918 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-01-21 08:19:46.786943162 +0000 2024-01-21T08:23:04.918 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-01-21T08:23:04.919 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T08:23:04.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:04 smithi005 conmon[35306]: cluster 2024-01-21T08:23:03.557990+0000 mgr.smithi005.dctvsr (mgr.14182) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:04.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:04 smithi005 conmon[35306]: audit 2024-01-21T08:23:03.726829+0000 mon.smithi005 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:04.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:04 smithi005 conmon[35306]: audit 2024-01-21T08:23:03.772528+0000 mon.smithi005 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:04.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:04 smithi005 conmon[35306]: audit 2024-01-21T08:23:03.774559+0000 mon.smithi005 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:23:04.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:04 smithi005 conmon[35306]: audit 2024-01-21T08:23:04.062584+0000 mon.smithi005 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.5:0/3614897144' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:04.976 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-01-21T08:23:04.976 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-01-21T08:23:04.976 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000161643 s, 3.2 MB/s 2024-01-21T08:23:04.977 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T08:23:05.041 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/nvme2n1 2024-01-21T08:23:05.104 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/nvme2n1 2024-01-21T08:23:05.105 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:23:05.105 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 201554 Links: 1 Device type: 103,2 2024-01-21T08:23:05.105 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:23:05.105 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:23:05.105 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-01-21 08:21:43.257495096 +0000 2024-01-21T08:23:05.105 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-01-21 08:19:46.905940662 +0000 2024-01-21T08:23:05.105 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-01-21 08:19:46.905940662 +0000 2024-01-21T08:23:05.105 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-01-21T08:23:05.105 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T08:23:05.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:04 smithi150 conmon[40284]: cluster 2024-01-21T08:23:03.557990+0000 mgr.smithi005.dctvsr (mgr.14182) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:05.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:04 smithi150 conmon[40284]: audit 2024-01-21T08:23:03.726829+0000 mon.smithi005 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:05.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:04 smithi150 conmon[40284]: audit 2024-01-21T08:23:03.772528+0000 mon.smithi005 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:05.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:04 smithi150 conmon[40284]: audit 2024-01-21T08:23:03.774559+0000 mon.smithi005 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:23:05.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:04 smithi150 conmon[40284]: audit 2024-01-21T08:23:04.062584+0000 mon.smithi005 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.5:0/3614897144' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:05.176 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-01-21T08:23:05.176 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-01-21T08:23:05.176 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000152208 s, 3.4 MB/s 2024-01-21T08:23:05.177 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T08:23:05.236 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/nvme3n1 2024-01-21T08:23:05.296 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/nvme3n1 2024-01-21T08:23:05.297 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:23:05.297 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 201651 Links: 1 Device type: 103,3 2024-01-21T08:23:05.297 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:23:05.297 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:23:05.297 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-01-21 08:21:43.267494886 +0000 2024-01-21T08:23:05.297 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-01-21 08:19:47.071937174 +0000 2024-01-21T08:23:05.297 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-01-21 08:19:47.071937174 +0000 2024-01-21T08:23:05.297 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-01-21T08:23:05.297 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T08:23:05.369 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-01-21T08:23:05.370 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-01-21T08:23:05.370 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000163596 s, 3.1 MB/s 2024-01-21T08:23:05.371 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T08:23:05.431 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/nvme4n1 2024-01-21T08:23:05.492 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/nvme4n1 2024-01-21T08:23:05.492 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:23:05.492 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 207892 Links: 1 Device type: 103,4 2024-01-21T08:23:05.492 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:23:05.492 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:23:05.493 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-01-21 08:21:43.277494676 +0000 2024-01-21T08:23:05.493 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-01-21 08:19:47.235933728 +0000 2024-01-21T08:23:05.493 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-01-21 08:19:47.235933728 +0000 2024-01-21T08:23:05.493 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-01-21T08:23:05.493 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T08:23:05.566 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-01-21T08:23:05.566 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-01-21T08:23:05.567 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000189853 s, 2.7 MB/s 2024-01-21T08:23:05.568 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T08:23:05.630 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-21T08:23:05.631 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:23:05.649 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T08:23:05.649 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme1n1 2024-01-21T08:23:05.708 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme1n1 2024-01-21T08:23:05.708 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:23:05.708 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 204874 Links: 1 Device type: 103,1 2024-01-21T08:23:05.708 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:23:05.708 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:23:05.708 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-21 08:22:42.760823038 +0000 2024-01-21T08:23:05.708 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-21 08:19:48.443258380 +0000 2024-01-21T08:23:05.709 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-21 08:19:48.443258380 +0000 2024-01-21T08:23:05.709 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-21T08:23:05.709 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T08:23:05.774 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-21T08:23:05.774 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-21T08:23:05.774 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000287006 s, 1.8 MB/s 2024-01-21T08:23:05.775 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T08:23:05.835 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme2n1 2024-01-21T08:23:05.892 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme2n1 2024-01-21T08:23:05.892 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:23:05.892 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 204901 Links: 1 Device type: 103,2 2024-01-21T08:23:05.893 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:23:05.893 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:23:05.893 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-21 08:22:42.772822802 +0000 2024-01-21T08:23:05.893 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-21 08:19:48.594255398 +0000 2024-01-21T08:23:05.893 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-21 08:19:48.594255398 +0000 2024-01-21T08:23:05.893 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-21T08:23:05.893 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T08:23:05.959 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-21T08:23:05.959 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-21T08:23:05.959 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000295474 s, 1.7 MB/s 2024-01-21T08:23:05.960 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T08:23:06.017 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme3n1 2024-01-21T08:23:06.075 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme3n1 2024-01-21T08:23:06.075 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:23:06.075 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 207006 Links: 1 Device type: 103,3 2024-01-21T08:23:06.076 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:23:06.076 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:23:06.076 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-21 08:22:42.783822585 +0000 2024-01-21T08:23:06.076 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-21 08:19:48.745252415 +0000 2024-01-21T08:23:06.076 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-21 08:19:48.745252415 +0000 2024-01-21T08:23:06.076 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-21T08:23:06.076 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T08:23:06.141 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-21T08:23:06.141 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-21T08:23:06.141 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000210114 s, 2.4 MB/s 2024-01-21T08:23:06.142 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T08:23:06.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: audit 2024-01-21T08:23:05.048378+0000 mon.smithi005 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:06.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:23:06.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: -21T08:23:05.049337+0000 mon.smithi005 (mon.0) 204 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:06.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: audit 2024-01-21T08:23:05.050277+0000 mon.smithi005 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:23:06.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:05.051493+0000 mgr.smithi005.dctvsr (mgr.14182) 26 : cephadm [INF] Updating smithi005:/etc/ceph/ceph.conf 2024-01-21T08:23:06.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:05.051821+0000 mgr.smithi005.dctvsr (mgr.14182) 27 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-01-21T08:23:06.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: audit 2024-01-21T08:23:05.076974+0000 mon.smithi005 (mon.0) 206 : audit 2024-01-21T08:23:06.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:06.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: audit 2024-01-21T08:23:06.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: 2024-01-21T08:23:05.081445+0000 mon.smithi005 ( 2024-01-21T08:23:06.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:06.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: audit 2024-01-21 2024-01-21T08:23:06.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: T08:23:05.085617+0000 mon.smithi005 (mon 2024-01-21T08:23:06.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: .0) 208 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:06.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: cephadm 2024-01-21 2024-01-21T08:23:06.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: T08:23:05.090279+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:23:06.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: .14182) 28 : cephadm [INF] Reconfiguring mon.smithi005 (unknown last config time)... 2024-01-21T08:23:06.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:23:06.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: 08:23:05.090643+0000 mon.smithi005 (mon. 2024-01-21T08:23:06.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: 0) 209 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:23:06.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: audit 2024-01-21T08: 2024-01-21T08:23:06.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: 23:05.091583+0000 mon.smithi005 (mon.0) 2024-01-21T08:23:06.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: 210 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T08:23:06.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:23:06.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: :23:05.092392+0000 mon.smithi005 (mon. 2024-01-21T08:23:06.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: 0) 211 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:06.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: cephadm 2024-01-21T08 2024-01-21T08:23:06.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: :23:05.093151+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:23:06.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:06 smithi005 conmon[35306]: ) 29 : cephadm [INF] Reconfiguring daemon mon.smithi005 on smithi005 2024-01-21T08:23:06.200 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/nvme4n1 2024-01-21T08:23:06.258 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/nvme4n1 2024-01-21T08:23:06.258 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:23:06.258 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 205123 Links: 1 Device type: 103,4 2024-01-21T08:23:06.258 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:23:06.258 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:23:06.258 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-01-21 08:22:42.794822369 +0000 2024-01-21T08:23:06.258 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-01-21 08:19:48.896249432 +0000 2024-01-21T08:23:06.258 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-01-21 08:19:48.896249432 +0000 2024-01-21T08:23:06.258 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-01-21T08:23:06.258 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T08:23:06.321 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:06 smithi150 conmon[40284]: audit 2024-01-21T08:23:05.048378+0000 mon.smithi005 (mon.0) 203 : audit 2024-01-21T08:23:06.321 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:06 smithi150 conmon[40284]: [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:06.321 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:06 smithi150 conmon[40284]: audit 2024-01-21T08:23:05.049337+0000 mon.smithi005 (mon.0) 204 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:06.321 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:06 smithi150 conmon[40284]: audit 2024-01-21T08:23:05.050277+0000 mon.smithi005 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:23:06.321 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:06 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:05.051493+0000 mgr.smithi005.dctvsr (mgr.14182) 26 : cephadm [INF] Updating smithi005:/etc/ceph/ceph.conf 2024-01-21T08:23:06.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:06 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:05.051821+0000 mgr.smithi005.dctvsr (mgr.14182) 27 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-01-21T08:23:06.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:06 smithi150 conmon[40284]: audit 2024-01-21T08:23:05.076974+0000 mon.smithi005 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:06.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:06 smithi150 conmon[40284]: audit 2024-01-21T08:23:05.081445+0000 mon.smithi005 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:06.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:06 smithi150 conmon[40284]: audit 2024-01-21T08:23:05.085617+0000 mon.smithi005 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:06.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:06 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:05.090279+0000 mgr.smithi005.dctvsr (mgr.14182) 28 : cephadm [INF] Reconfiguring mon.smithi005 (unknown last config time)... 2024-01-21T08:23:06.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:06 smithi150 conmon[40284]: audit 2024-01-21T08:23:05.090643+0000 mon.smithi005 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:23:06.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:06 smithi150 conmon[40284]: audit 2024-01-21T08:23:05.091583+0000 mon.smithi005 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T08:23:06.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:06 smithi150 conmon[40284]: audit 2024-01-21T08:23:05.092392+0000 mon.smithi005 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:06.322 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:06 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:05.093151+0000 mgr.smithi005.dctvsr (mgr.14182) 29 : cephadm [INF] Reconfiguring daemon mon.smithi005 on smithi005 2024-01-21T08:23:06.323 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-01-21T08:23:06.324 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-01-21T08:23:06.324 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000229789 s, 2.2 MB/s 2024-01-21T08:23:06.325 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T08:23:06.382 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-21T08:23:07.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:07 smithi005 conmon[35306]: cluster 2024-01-21T08:23:05.558323+0000 mgr.smithi005.dctvsr (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:07.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:07 smithi005 conmon[35306]: audit 2024-01-21T08:23:06.314698+0000 mon.smithi005 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:07.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:07 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:06.315390+0000 mgr.smithi005.dctvsr (mgr.14182) 31 : cephadm [INF] Reconfiguring mgr.smithi005.dctvsr (unknown last config time)... 2024-01-21T08:23:07.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:07 smithi005 conmon[35306]: audit 2024-01-21T08:23:06.315716+0000 mon.smithi005 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi005.dctvsr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:23:07.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:07 smithi005 conmon[35306]: audit 2024-01-21T08:23:06.316515+0000 mon.smithi005 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:23:07.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:07 smithi005 conmon[35306]: audit 2024-01-21T08:23:06.317181+0000 mon.smithi005 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:07.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:07 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:06.317827+0000 mgr.smithi005.dctvsr (mgr.14182) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi005.dctvsr on smithi005 2024-01-21T08:23:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:07 smithi150 conmon[40284]: cluster 2024-01-21T08:23:05.558323+0000 mgr.smithi005.dctvsr (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:07 smithi150 conmon[40284]: audit 2024-01-21T08 2024-01-21T08:23:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:07 smithi150 conmon[40284]: :23:06.314698+0000 mon.smithi005 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:07 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:06.315390+0000 mgr.smithi005.dctvsr (mgr.14182) 31 : cephadm [INF] Reconfiguring mgr.smithi005.dctvsr (unknown last config time)... 2024-01-21T08:23:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:07 smithi150 conmon[40284]: audit 2024-01-21T08:23:06.315716+0000 mon.smithi005 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi005.dctvsr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:23:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:07 smithi150 conmon[40284]: audit 2024-01-21T08:23:06.316515+0000 mon.smithi005 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:23:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:07 smithi150 conmon[40284]: audit 2024-01-21T08:23:06.317181+0000 mon.smithi005 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:07 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:06.317827+0000 mgr.smithi005.dctvsr (mgr.14182) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi005.dctvsr on smithi005 2024-01-21T08:23:08.427 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled osd.all-available-devices update... 2024-01-21T08:23:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:08 smithi005 conmon[35306]: cluster 2024-01-21T08:23:07.558565+0000 mgr.smithi005.dctvsr (mgr.14182) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:08 smithi005 conmon[35306]: audit 2024-01-21T08:23:07.563129+0000 mon.smithi005 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:08 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:07.563954+0000 mgr.smithi005.dctvsr (mgr.14182) 34 : cephadm [INF] Reconfiguring alertmanager.smithi005 (dependencies changed)... 2024-01-21T08:23:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:08 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:07.571331+0000 mgr.smithi005.dctvsr (mgr.14182) 35 : cephadm [INF] Reconfiguring daemon alertmanager.smithi005 on smithi005 2024-01-21T08:23:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:08 smithi005 conmon[35306]: audit 2024-01-21T08:23:08.418500+0000 mgr.smithi005.dctvsr (mgr.14182) 36 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:23:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:08 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:08.420292+0000 mgr.smithi005.dctvsr (mgr.14182) 37 : cephadm [INF] Marking host: smithi005 for OSDSpec preview refresh. 2024-01-21T08:23:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:08 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:08.420371+0000 mgr.smithi005.dctvsr (mgr.14182) 38 : cephadm [INF] Marking host: smithi150 for OSDSpec preview refresh. 2024-01-21T08:23:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:08 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:08.420717+0000 mgr.smithi005.dctvsr (mgr.14182) 39 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T08:23:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:08 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:23:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:08 smithi005 conmon[35306]: 01-21T08:23:08.424807+0000 mon.smithi005 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:08.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:08 smithi150 conmon[40284]: cluster 2024-01-21T08:23:07.558565+0000 mgr.smithi005.dctvsr (mgr.14182) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:08.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:08 smithi150 conmon[40284]: audit 2024-01-21T08:23:07.563129+0000 mon.smithi005 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:08.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:08 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:07.563954+0000 mgr.smithi005.dctvsr (mgr.14182) 34 : cephadm [INF] Reconfiguring alertmanager.smithi005 (dependencies changed)... 2024-01-21T08:23:08.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:08 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:07.571331+0000 mgr.smithi005.dctvsr (mgr.14182) 35 : cephadm [INF] Reconfiguring daemon alertmanager.smithi005 on smithi005 2024-01-21T08:23:08.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:08 smithi150 conmon[40284]: audit 2024-01-21T08:23:08.418500+0000 mgr.smithi005.dctvsr (mgr.14182) 36 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:23:08.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:08 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:08.420292+0000 mgr.smithi005.dctvsr (mgr.14182) 37 : cephadm [INF] Marking host: smithi005 for OSDSpec preview refresh. 2024-01-21T08:23:08.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:08 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:08.420371+0000 mgr.smithi005.dctvsr (mgr.14182) 38 : cephadm [INF] Marking host: smithi150 for OSDSpec preview refresh. 2024-01-21T08:23:08.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:08 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:08.420717+0000 mgr.smithi005.dctvsr (mgr.14182) 39 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T08:23:08.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:08 smithi150 conmon[40284]: audit 2024-01-21T08:23:08.424807+0000 mon.smithi005 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:08.883 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:08 smithi150 conmon[40284]: 2024-01-21T08:23:08.898 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-21T08:23:08.898 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:23:10.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:09 smithi005 conmon[35306]: audit 2024-01-21T08:23:08.731995+0000 mon.smithi005 (mon.0) 218 : audit 2024-01-21T08:23:10.003 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:09 smithi005 conmon[35306]: [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:10.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:09 smithi150 conmon[40284]: audit 2024-01-21T08:23:08.731995+0000 mon.smithi005 (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:11.076 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:10 smithi005 conmon[35306]: cluster 2024-01-21T08:23:09.558843+0000 mgr.smithi005.dctvsr (mgr.14182) 40 : cluster 2024-01-21T08:23:11.076 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:10 smithi005 conmon[35306]: [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:11.142 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:10 smithi150 conmon[40284]: cluster 2024-01-21T08:23:09.558843+0000 mgr.smithi005.dctvsr (mgr.14182) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:11.443 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:23:11.960 INFO:teuthology.orchestra.run.smithi005.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-21T08:23:12.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:12 smithi005 conmon[35306]: audit 2024-01-21T08:23:11.441818+0000 mon.smithi005 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.5:0/2687725584' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:12.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:12 smithi150 conmon[40284]: audit 2024-01-21T08:23:11.441818+0000 mon.smithi005 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.5:0/2687725584' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:12.961 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:23:13.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:13 smithi005 conmon[35306]: cluster 2024-01-21T08:23:11.559238+0000 mgr.smithi005.dctvsr (mgr.14182) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:13.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:13 smithi005 conmon[35306]: audit 2024-01-21T08:23:12.540429+0000 mon.smithi005 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:13.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:13 smithi005 conmon[35306]: audit 2024-01-21T08:23:12.541349+0000 mon.smithi005 (mon.0) 221 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:23:13.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:13 smithi005 conmon[35306]: audit 2024-01-21T08:23:12.542168+0000 mon.smithi005 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:13.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:13 smithi150 conmon[40284]: cluster 2024-01-21T08:23:11.559238+0000 mgr.smithi005.dctvsr (mgr.14182) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:13.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:13 smithi150 conmon[40284]: audit 2024-01-21T08:23:12.540429+0000 mon.smithi005 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:13.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:13 smithi150 conmon[40284]: audit 2024-01-21T08:23:12.541349+0000 mon.smithi005 (mon.0) 221 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:23:13.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:13 smithi150 conmon[40284]: audit 2024-01-21T08:23:12.542168+0000 mon.smithi005 (mon.0) 222 : 2024-01-21T08:23:13.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:13 smithi150 conmon[40284]: audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:14.496 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:14 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:12.541030+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:23:14.496 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:14 smithi005 conmon[35306]: ) 42 : cephadm [INF] Reconfiguring crash.smithi005 (monmap changed)... 2024-01-21T08:23:14.496 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:14 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:12.542803+0000 mgr.smithi005.dctvsr (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon crash.smithi005 on smithi005 2024-01-21T08:23:14.496 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:14 smithi005 conmon[35306]: audit 2024-01-21T08:23:13.942394+0000 mon.smithi005 (mon.0) 223 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:14.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:14 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:12.541030+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:23:14.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:14 smithi150 conmon[40284]: .14182) 42 : cephadm [INF] Reconfiguring crash.smithi005 (monmap changed)... 2024-01-21T08:23:14.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:14 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:12.542803+0000 mgr.smithi005.dctvsr (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon crash.smithi005 on smithi005 2024-01-21T08:23:14.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:14 smithi150 conmon[40284]: audit 2024-01-21T08:23:13.942394+0000 mon.smithi005 (mon 2024-01-21T08:23:14.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:14 smithi150 conmon[40284]: .0) 223 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:15.300 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:23:15.582 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:15 smithi005 conmon[35306]: cluster 2024-01-21T08:23:13.559612+0000 mgr.smithi005.dctvsr (mgr.14182) 44 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:15.582 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:15 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:13.943143+0000 mgr.smithi005.dctvsr (mgr.14182) 45 : cephadm [INF] Reconfiguring grafana.smithi005 (dependencies changed)... 2024-01-21T08:23:15.582 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:15 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:13.977514+0000 mgr.smithi005.dctvsr (mgr.14182) 46 : cephadm [INF] Reconfiguring daemon grafana.smithi005 on smithi005 2024-01-21T08:23:15.582 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:15 smithi005 conmon[35306]: audit 2024-01-21T08:23:15.298423+0000 mon.smithi005 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.5:0/642582945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:15 smithi150 conmon[40284]: cluster 2024-01-21T08:23:13.559612+0000 mgr.smithi005.dctvsr (mgr.14182) 44 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:15 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:13 2024-01-21T08:23:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:15 smithi150 conmon[40284]: .943143+0000 mgr.smithi005.dctvsr (mgr.14182) 45 : cephadm [INF] Reconfiguring grafana.smithi005 (dependencies changed)... 2024-01-21T08:23:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:15 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:13.977514+0000 mgr.smithi005.dctvsr (mgr.14182) 46 : cephadm [INF] Reconfiguring daemon grafana.smithi005 on smithi005 2024-01-21T08:23:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:15 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:23:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:15 smithi150 conmon[40284]: 01-21T08:23:15.298423+0000 mon.smithi005 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.5:0/642582945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:16.192 INFO:teuthology.orchestra.run.smithi005.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-21T08:23:17.194 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:23:17.690 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:17 smithi005 conmon[35306]: cluster 2024-01-21T08:23:15.559941+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:23:17.690 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:17 smithi005 conmon[35306]: ) 47 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:17 smithi150 conmon[40284]: cluster 2024-01-21T08:23:15.559941+0000 mgr.smithi005.dctvsr (mgr.14182) 47 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:19.450 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:23:19.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:19 smithi005 conmon[35306]: cluster 2024-01-21T08:23:17.560206+0000 2024-01-21T08:23:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:19 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:19 smithi150 conmon[40284]: cluster 2024-01-21T08:23:17.560206+0000 mgr.smithi005.dctvsr (mgr.14182) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:20.126 INFO:teuthology.orchestra.run.smithi005.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-21T08:23:20.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:20 smithi005 conmon[35306]: audit 2024-01-21T08:23:19.448745+0000 mon.smithi005 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.5:0/2903280762' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:20.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:20 smithi005 conmon[35306]: audit 2024-01-21T08:23:19.959300+0000 mon.smithi005 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:20.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:20 smithi150 conmon[40284]: audit 2024-01-21T08:23:19.448745+0000 mon.smithi005 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.5:0/2903280762' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:20.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:20 smithi150 conmon[40284]: audit 2024-01-21T08:23:19 2024-01-21T08:23:20.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:20 smithi150 conmon[40284]: .959300+0000 mon.smithi005 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:21.128 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:23:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:21 smithi005 conmon[35306]: cluster 2024-01-21T08:23:19.560456+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:23:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:21 smithi005 conmon[35306]: ) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:21 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:19.960127+0000 mgr.smithi005.dctvsr (mgr.14182) 50 : cephadm [INF] Reconfiguring prometheus.smithi005 (dependencies changed)... 2024-01-21T08:23:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:21 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:19.963558+0000 mgr.smithi005.dctvsr (mgr.14182) 51 : cephadm [INF] Reconfiguring daemon prometheus.smithi005 on smithi005 2024-01-21T08:23:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:21 smithi150 conmon[40284]: cluster 2024-01-21T08:23:19.560456+0000 mgr.smithi005.dctvsr (mgr.14182) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:21 smithi150 conmon[40284]: cephadm 2024-01-21T08:23: 2024-01-21T08:23:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:21 smithi150 conmon[40284]: 19.960127+0000 mgr.smithi005.dctvsr (mgr.14182) 50 : cephadm [INF] Reconfiguring prometheus.smithi005 (dependencies changed)... 2024-01-21T08:23:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:21 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:19.963558+0000 mgr.smithi005.dctvsr (mgr.14182) 51 : cephadm [INF] Reconfiguring daemon prometheus.smithi005 on smithi005 2024-01-21T08:23:23.681 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:23 smithi005 conmon[35306]: cluster 2024-01-21T08:23:21.560779+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:23:23.682 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:23 smithi005 conmon[35306]: mgr.14182) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:23.739 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:23:23.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:23 smithi150 conmon[40284]: cluster 2024-01-21T08:23:21.560779+0000 mgr.smithi005.dctvsr (mgr.14182) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:24.581 INFO:teuthology.orchestra.run.smithi005.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-21T08:23:24.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:24 smithi005 conmon[35306]: audit 2024-01-21T08:23:23.738285+0000 2024-01-21T08:23:24.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:24 smithi005 conmon[35306]: mon.smithi005 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.5:0/1211113607' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:24.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:24 smithi150 conmon[40284]: audit 2024-01-21T08:23:23.738285+0000 mon.smithi005 (mon.0) 2024-01-21T08:23:24.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:24 smithi150 conmon[40284]: 227 : audit [DBG] from='client.? 172.21.15.5:0/1211113607' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:25.583 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:23:25.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:25 smithi005 conmon[35306]: cluster 2024-01-21T08:23:23.561053+0000 mgr.smithi005.dctvsr (mgr.14182) 53 : 2024-01-21T08:23:25.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:25 smithi005 conmon[35306]: cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:25.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:25 smithi005 conmon[35306]: audit 2024-01-21T08:23:25.105701+0000 mon.smithi005 (mon.0) 228 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:25.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:25 smithi005 conmon[35306]: audit 2024-01-21T08:23:25.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:25 smithi005 conmon[35306]: 2024-01-21T08:23:25.106603+0000 mon.smithi005 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:23:25.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:25 smithi005 conmon[35306]: audit 2024-01- 2024-01-21T08:23:25.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:25 smithi005 conmon[35306]: 21T08:23:25.107352+0000 mon.smithi005 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:25.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:25 smithi005 conmon[35306]: 2024-01-21T08:23:25.720 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:25 smithi150 conmon[40284]: cluster 2024-01-21T08:23:23.561053+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:23:25.720 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:25 smithi150 conmon[40284]: ) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:25.720 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:25 smithi150 conmon[40284]: audit 2024-01-21T08:23:25.105701+0000 mon.smithi005 (mon.0) 228 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:25.720 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:25 smithi150 conmon[40284]: audit 2024-01-21T08:23:25.106603+0000 mon.smithi005 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi150", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:23:25.720 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:25 smithi150 conmon[40284]: audit 2024-01-21T08:23:25.107352+0000 mon.smithi005 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:26.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:26 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:25.106303+0000 mgr.smithi005.dctvsr (mgr.14182) 54 : cephadm [INF] Reconfiguring crash.smithi150 (monmap changed)... 2024-01-21T08:23:26.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:26 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:25.107956+0000 mgr.smithi005.dctvsr (mgr.14182) 55 : cephadm [INF] Reconfiguring daemon crash.smithi150 on smithi150 2024-01-21T08:23:26.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:26 smithi005 conmon[35306]: audit 2024-01-21T08:23:26.218598+0000 mon.smithi005 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:26.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:26 smithi005 conmon[35306]: audit 2024-01-21T08:23:26.219638+0000 mon.smithi005 (mon.0) 232 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.mxrmms", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:23:26.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:26 smithi005 conmon[35306]: audit 2024-01-21T08:23:26.220487+0000 mon.smithi005 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:23:26.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:26 smithi005 conmon[35306]: audit 2024-01-21T08:23:26.221181+0000 mon.smithi005 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:26.805 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:26 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:25.106303+0000 mgr.smithi005.dctvsr (mgr.14182) 54 : cephadm [INF] Reconfiguring crash.smithi150 (monmap changed)... 2024-01-21T08:23:26.805 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:26 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:25.107956+0000 mgr.smithi005.dctvsr (mgr.14182) 55 : cephadm [INF] Reconfiguring daemon crash.smithi150 on smithi150 2024-01-21T08:23:26.805 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:26 smithi150 conmon[40284]: audit 2024-01-21T08:23:26.218598+0000 mon.smithi005 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:26.806 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:26 smithi150 conmon[40284]: audit 2024-01-21T08:23:26.219638+0000 mon.smithi005 (mon.0) 232 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi150.mxrmms", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:23:26.806 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:26 smithi150 conmon[40284]: audit 2024-01-21T08:23:26.220487+0000 mon.smithi005 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:23:26.806 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:26 smithi150 conmon[40284]: audit 2024-01-21T08:23:26.221181+0000 mon.smithi005 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:27.576 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:23:27.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:27 smithi150 conmon[40284]: cluster 2024-01-21T08:23:25.561421+0000 mgr.smithi005.dctvsr (mgr.14182) 56 : cluster 2024-01-21T08:23:27.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:27 smithi150 conmon[40284]: [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:27.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:27 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:26.219315+0000 mgr.smithi005.dctvsr (mgr.14182) 57 : cephadm [INF] Reconfiguring mgr.smithi150.mxrmms (monmap changed)... 2024-01-21T08:23:27.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:27 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:26.221818+0000 mgr.smithi005.dctvsr (mgr.14182) 58 : cephadm [INF] Reconfiguring daemon mgr.smithi150.mxrmms on smithi150 2024-01-21T08:23:27.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:27 smithi150 conmon[40284]: audit 2024-01-21T08:23:27.305208+0000 mon.smithi005 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:27.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:27 smithi150 conmon[40284]: audit 2024-01-21T08:23:27.306324+0000 mon.smithi005 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:23:27.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:27 smithi150 conmon[40284]: audit 2024-01-21T08:23:27.307116+0000 mon.smithi005 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T08:23:27.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:27 smithi150 conmon[40284]: audit 2024-01-21T08:23:27.307887+0000 mon.smithi005 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:27.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:27 smithi005 conmon[35306]: cluster 2024-01-21T08:23:25.561421+0000 mgr.smithi005.dctvsr (mgr.14182) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:27.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:27 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:26.219315+0000 mgr.smithi005.dctvsr (mgr.14182) 57 : cephadm [INF] Reconfiguring mgr.smithi150.mxrmms (monmap changed)... 2024-01-21T08:23:27.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:27 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:26.221818+0000 mgr.smithi005.dctvsr (mgr.14182) 58 : cephadm [INF] Reconfiguring daemon mgr.smithi150.mxrmms on smithi150 2024-01-21T08:23:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:27 smithi005 conmon[35306]: audit 2024-01-21T08:23:27.305208+0000 mon.smithi005 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:27 smithi005 conmon[35306]: audit 2024-01-21T08:23:27.306324+0000 mon.smithi005 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:23:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:27 smithi005 conmon[35306]: audit 2024-01-21T08:23:27.307116+0000 mon.smithi005 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T08:23:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:27 smithi005 conmon[35306]: audit 2024-01-21T08:23:27.307887+0000 mon.smithi005 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:28.141 INFO:teuthology.orchestra.run.smithi005.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-21T08:23:28.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:27.306020+0000 mgr.smithi005.dctvsr (mgr.14182) 59 : cephadm 2024-01-21T08:23:28.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: [INF] Reconfiguring mon.smithi150 (monmap changed)... 2024-01-21T08:23:28.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:27.308551+0000 mgr.smithi005.dctvsr (mgr.14182) 60 : cephadm [INF] Reconfiguring daemon mon.smithi150 on smithi150 2024-01-21T08:23:28.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: audit 2024-01-21T08:23:27.574252+0000 mon.smithi005 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.5:0/3828866712' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:28.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: audit 2024-01-21T08:23:28.391048+0000 mon.smithi005 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:28.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: audit 2024-01-21T08:23:28.394177+0000 mon.smithi005 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T08:23:28.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: audit 2024-01-21T08:23:28.395864+0000 mon.smithi005 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005:9093"}]: dispatch 2024-01-21T08:23:28.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: audit 2024-01-21T08:23:28.400529+0000 mon.smithi005 (mon.0) 243 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:28.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: audit 2024-01-21T08:23:28.405166+0000 mon.smithi005 (mon 2024-01-21T08:23:28.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: .0) 244 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T08:23:28.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: audit 2024-01-21T08:23:28.411493+0000 mon.smithi005 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005:3000"}]: dispatch 2024-01-21T08:23:28.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: audit 2024-01-21T08 2024-01-21T08:23:28.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: :23:28.416880+0000 mon.smithi005 (mon.0) 246 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:28.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: audit 2024-01-21T08:23 2024-01-21T08:23:28.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: :28.422569+0000 mon.smithi005 (mon.0) 247 : audit 2024-01-21T08:23:28.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T08:23:28.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: audit 2024-01-21T08:23:28.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: 2024-01-21T08:23:28.428692+0000 mon.smithi005 (mon. 2024-01-21T08:23:28.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: 0) 248 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005:9095"}]: dispatch 2024-01-21T08:23:28.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: audit 2024-01-21T08:23: 2024-01-21T08:23:28.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: 28.433317+0000 mon.smithi005 (mon.0) 249 : audit 2024-01-21T08:23:28.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:28 smithi150 conmon[40284]: [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:28.659 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:27.306020+0000 mgr.smithi005.dctvsr (mgr.14182) 59 : cephadm [INF] 2024-01-21T08:23:28.659 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: Reconfiguring mon.smithi150 (monmap changed)... 2024-01-21T08:23:28.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:27.308551+0000 mgr.smithi005.dctvsr (mgr.14182) 60 : cephadm [INF] Reconfiguring daemon mon.smithi150 on smithi150 2024-01-21T08:23:28.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: audit 2024-01-21T08:23:28.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: 2024-01-21T08:23:27.574252+0000 mon.smithi005 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.5:0/3828866712' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:28.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:23:28.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: 08:23:28.391048+0000 mon.smithi005 (mon.0) 2024-01-21T08:23:28.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: 240 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:28.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: audit 2024-01-21T08:23:28.394177+0000 mon.smithi005 (mon. 2024-01-21T08:23:28.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: 0) 241 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T08:23:28.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: audit 2024-01-21T08:23:28. 2024-01-21T08:23:28.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: 395864+0000 mon.smithi005 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005:9093"}]: dispatch 2024-01-21T08:23:28.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: audit 2024-01-21T08:23:28.400529+0000 mon.smithi005 (mon 2024-01-21T08:23:28.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: .0) 243 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:28.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: audit 2024 2024-01-21T08:23:28.660 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: -01-21T08:23:28.405166+0000 mon.smithi005 (mon.0) 244 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T08:23:28.661 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: audit 2024-01-21T08:23:28.411493+0000 mon.smithi005 (mon 2024-01-21T08:23:28.661 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: .0) 245 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005:3000"}]: dispatch 2024-01-21T08:23:28.661 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:23:28.661 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: 01-21T08:23:28.416880+0000 mon.smithi005 (mon.0) 246 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:28.661 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: audit 2024-01-21T08:23:28.422569+0000 2024-01-21T08:23:28.661 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: mon.smithi005 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T08:23:28.661 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: audit 2024-01- 2024-01-21T08:23:28.661 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: 21T08:23:28.428692+0000 mon.smithi005 (mon.0 2024-01-21T08:23:28.661 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: ) 248 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005:9095"}]: dispatch 2024-01-21T08:23:28.661 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:28 smithi005 conmon[35306]: audit 2024-01-21T08:23:28.433317+0000 mon.smithi005 (mon.0) 249 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:29.143 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:23:29.788 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:29 smithi005 conmon[35306]: cluster 2024-01-21T08:23:27.561661+0000 mgr.smithi005.dctvsr (mgr.14182) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:29.788 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:29 smithi005 conmon[35306]: audit 2024-01-21T08:23:28.394643+0000 mgr.smithi005.dctvsr (mgr.14182) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T08:23:29.788 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:29 smithi005 conmon[35306]: audit 2024-01-21T08:23:28.396170+0000 mgr.smithi005.dctvsr (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005:9093"}]: dispatch 2024-01-21T08:23:29.788 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:29 smithi005 conmon[35306]: audit 2024-01-21T08:23:28.405697+0000 mgr.smithi005.dctvsr (mgr.14182) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T08:23:29.788 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:29 smithi005 conmon[35306]: audit 2024-01-21T08:23:28.411931+0000 mgr.smithi005.dctvsr (mgr.14182) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005:3000"}]: dispatch 2024-01-21T08:23:29.788 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:29 smithi005 conmon[35306]: audit 2024-01-21T08:23:29.788 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:29 smithi005 conmon[35306]: 2024-01-21T08:23:28.423118+0000 mgr.smithi005.dctvsr (mgr.14182) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T08:23:29.789 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:29 smithi005 conmon[35306]: audit 2024-01-21T08:23:28.429096+0000 mgr.smithi005.dctvsr (mgr.14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005:9095"}]: dispatch 2024-01-21T08:23:29.789 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:29 smithi005 conmon[35306]: audit 2024-01-21T08:23:28.439872+0000 mon.smithi005 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:23:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: cluster 2024-01-21T08:23:27.561661+0000 mgr.smithi005.dctvsr (mgr.14182) 61 2024-01-21T08:23:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: audit 2024-01-21T08:23:28.394643+0000 mgr.smithi005.dctvsr (mgr.14182) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T08:23:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: audit 2024 2024-01-21T08:23:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: -01-21T08:23:28.396170+0000 mgr.smithi005.dctvsr (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005:9093"}]: dispatch 2024-01-21T08:23:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: audit 2024-01-21T08:23 2024-01-21T08:23:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: :28.405697+0000 mgr.smithi005.dctvsr (mgr.14182) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T08:23:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:23:29.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: 01-21T08:23:28.411931+0000 mgr.smithi005.dctvsr (mgr.14182) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005:3000"}]: dispatch 2024-01-21T08:23:29.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: audit 2024-01-21T08 2024-01-21T08:23:29.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: :23:28.423118+0000 mgr.smithi005.dctvsr (mgr.14182) 66 : audit [DBG] 2024-01-21T08:23:29.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T08:23:29.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: audit 2024-01-21T08:23:29.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: 2024-01-21T08:23:28.429096+0000 mgr.smithi005.dctvsr (mgr.14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005:9095"}]: dispatch 2024-01-21T08:23:29.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: audit 2024-01-21T08:23: 2024-01-21T08:23:29.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:29 smithi150 conmon[40284]: 28.439872+0000 mon.smithi005 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:23:30.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:30 smithi005 conmon[35306]: cluster 2024-01-21T08:23:29.561881+0000 2024-01-21T08:23:30.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:30 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:30.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:30 smithi005 conmon[35306]: audit 2024-01-21T08:23:29.735155+0000 mon.smithi005 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:30.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:30 smithi005 conmon[35306]: audit 2024-01-21T08:23:29.741098+0000 mon.smithi005 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:31.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:30 smithi150 conmon[40284]: cluster 2024-01-21T08:23:29.561881+0000 mgr.smithi005.dctvsr (mgr.14182) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:31.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:30 smithi150 conmon[40284]: audit 2024-01-21T08:23:29.735155+0000 mon.smithi005 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:31.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:30 smithi150 conmon[40284]: audit 2024-01-21T08:23:29.741098+0000 mon.smithi005 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:31.450 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:23:32.284 INFO:teuthology.orchestra.run.smithi005.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-21T08:23:32.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:32 smithi005 conmon[35306]: audit 2024-01-21T08:23:31.448417+0000 mon.smithi005 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.5:0/811333942' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:32.892 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:32 smithi150 conmon[40284]: audit 2024-01-21T08:23:31.448417+0000 mon.smithi005 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.5:0/811333942' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:33.285 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:23:33.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: cluster 2024-01-21T08:23:31.562128+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:23:33.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: 14182) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:33.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: audit 2024-01-21T08:23:32.690974+0000 mon.smithi005 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:33.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: audit 2024-01-21T08:23:33.045229+0000 mon.smithi005 (mon.0) 255 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:33.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: audit 2024-01-21T08:23:33.046093+0000 mon.smithi005 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:33.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: audit 2024-01-21T08:23:33.046782+0000 mon.smithi005 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:23:33.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: 2024-01-21T08:23:33.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: audit 2024-01-21T08:23:33.050694+0000 mon.smithi005 (mon.0) 258 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:33.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: audit 2024-01-21T08:23:33.054508+0000 mon.smithi005 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:23:33.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: audit 2024-01-21T08:23:33.057528+0000 mon.smithi005 (mon.0) 260 : audit 2024-01-21T08:23:33.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:23:33.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: audit 2024-01-21T08:23:33.058446+0000 2024-01-21T08:23:33.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: mon.smithi005 (mon.0) 261 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:23:33.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:23:33.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: :23:33.058718+0000 mon.smithi005 (mon.0) 262 : audit 2024-01-21T08:23:33.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:33.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: audit 2024-01-21T08:23:33.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: 2024-01-21T08:23:33.059203+0000 mon.smithi005 (mon.0 2024-01-21T08:23:33.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:33 smithi005 conmon[35306]: ) 263 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:33.686 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: cluster 2024-01-21T08:23:31.562128+0000 mgr.smithi005.dctvsr (mgr.14182) 69 : 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: audit 2024-01-21T08:23:32.690974+0000 mon.smithi005 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: audit 2024-01-21T08:23:33.045229+0000 mon.smithi005 (mon.0) 255 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: audit 2024-01-21T08:23:33.046093+0000 mon.smithi005 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: audit 2024-01-21T08:23:33.046782+0000 mon.smithi005 (mon.0) 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: 257 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: audit 2024-01-21T08:23:33.050694+0000 mon.smithi005 (mon.0) 258 : audit 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: audit 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: 2024-01-21T08:23:33.054508+0000 mon.smithi005 (mon. 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: 0) 259 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: audit 2024-01 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: -21T08:23:33.057528+0000 mon.smithi005 (mon.0) 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: 260 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: audit 2024-01-21T08:23:33.687 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: 2024-01-21T08:23:33.058446+0000 2024-01-21T08:23:33.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: mon.smithi005 (mon.0) 261 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:23:33.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: audit 2024-01 2024-01-21T08:23:33.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: -21T08:23:33.058718+0000 mon.smithi005 (mon 2024-01-21T08:23:33.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: .0) 262 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:33.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: 2024-01-21T08:23:33.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: audit 2024-01-21T08:23:33.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: 2024-01-21T08 2024-01-21T08:23:33.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: :23:33.059203+0000 mon.smithi005 (mon.0 2024-01-21T08:23:33.688 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:33 smithi150 conmon[40284]: ) 263 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:35.582 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:23:35.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:35 smithi005 conmon[35306]: cluster 2024-01-21T08:23:33.562368+0000 mgr.smithi005.dctvsr (mgr.14182) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:35.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:35 smithi150 conmon[40284]: cluster 2024-01-21T08:23:33.562368+0000 mgr.smithi005.dctvsr (mgr.14182) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:36.305 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1705825415,"num_remapped_pgs":0} 2024-01-21T08:23:36.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:36 smithi005 conmon[35306]: audit 2024-01-21T08:23:35.409946+0000 mon.smithi150 (mon.1) 2 : audit [INF] from='client.? 172.21.15.150:0/2209099369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0dc3870-526e-4e5c-9844-ebeff8c36293"}]: dispatch 2024-01-21T08:23:36.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:36 smithi005 conmon[35306]: audit 2024-01-21T08:23:35.411028+0000 mon.smithi005 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0dc3870-526e-4e5c-9844-ebeff8c36293"}]: dispatch 2024-01-21T08:23:36.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:36 smithi005 conmon[35306]: audit 2024-01-21T08:23:35.415572+0000 mon.smithi005 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0dc3870-526e-4e5c-9844-ebeff8c36293"}]': finished 2024-01-21T08:23:36.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:36 smithi005 conmon[35306]: cluster 2024-01-21T08:23:35.415653+0000 mon.smithi005 (mon.0) 266 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T08:23:36.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:36 smithi005 conmon[35306]: audit 2024-01-21T08:23:35.415803+0000 mon.smithi005 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:36.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:36 smithi005 conmon[35306]: audit 2024-01-21T08:23:35 2024-01-21T08:23:36.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:36 smithi005 conmon[35306]: .580730+0000 mon.smithi005 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.5:0/1641070314' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:36.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:36 smithi150 conmon[40284]: audit 2024-01-21T08:23:35.409946+0000 mon.smithi150 (mon.1) 2 : audit [INF] from='client.? 172.21.15.150:0/2209099369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0dc3870-526e-4e5c-9844-ebeff8c36293"}]: dispatch 2024-01-21T08:23:36.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:36 smithi150 conmon[40284]: audit 2024-01-21T08:23:35.411028+0000 mon.smithi005 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0dc3870-526e-4e5c-9844-ebeff8c36293"}]: dispatch 2024-01-21T08:23:36.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:36 smithi150 conmon[40284]: audit 2024-01-21T08:23:35.415572+0000 mon.smithi005 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0dc3870-526e-4e5c-9844-ebeff8c36293"}]': finished 2024-01-21T08:23:36.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:36 smithi150 conmon[40284]: cluster 2024-01- 2024-01-21T08:23:36.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:36 smithi150 conmon[40284]: 21T08:23:35.415653+0000 mon.smithi005 (mon.0) 266 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T08:23:36.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:36 smithi150 conmon[40284]: audit 2024-01-21T08:23: 2024-01-21T08:23:36.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:36 smithi150 conmon[40284]: 35.415803+0000 mon.smithi005 (mon.0) 267 : audit 2024-01-21T08:23:36.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:36 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:36.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:36 smithi150 conmon[40284]: audit 2024-01-21T08:23:36.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:36 smithi150 conmon[40284]: 2024-01-21T08:23:35.580730+0000 mon.smithi005 (mon 2024-01-21T08:23:36.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:36 smithi150 conmon[40284]: .0) 268 : audit [DBG] from='client.? 172.21.15.5:0/1641070314' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:37.307 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:23:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:37 smithi005 conmon[35306]: cluster 2024-01-21T08:23:35.562657+0000 mgr.smithi005.dctvsr (mgr.14182) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:37 smithi005 conmon[35306]: audit 2024-01-21T08:23:36.602688+0000 mon.smithi150 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.150:0/1617307054' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:37 smithi005 conmon[35306]: audit 2024-01-21T08:23:36.684724+0000 mon.smithi005 (mon.0) 269 : audit [INF] from='client.? 172.21.15.5:0/681369498' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "abc36942-6a71-446b-a9f5-b7e64910b62a"}]: dispatch 2024-01-21T08:23:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:37 smithi005 conmon[35306]: audit 2024-01-21T08:23:36.688574+0000 mon.smithi005 (mon.0) 270 : audit [INF] from='client.? 172.21.15.5:0/681369498' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "abc36942-6a71-446b-a9f5-b7e64910b62a"}]': finished 2024-01-21T08:23:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:37 smithi005 conmon[35306]: cluster 2024-01-21T08:23:36.688652+0000 mon.smithi005 (mon.0) 271 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T08:23:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:37 smithi005 conmon[35306]: audit 2024-01-21T08:23:36.688780+0000 mon.smithi005 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:37 smithi005 conmon[35306]: audit 2024-01-21T08:23:36.689042+0000 mon.smithi005 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:23:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:37 smithi150 conmon[40284]: cluster 2024-01-21T08:23:35.562657+0000 mgr.smithi005.dctvsr (mgr.14182) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:37 smithi150 conmon[40284]: audit 2024-01-21T08:23:36.602688+0000 mon.smithi150 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.150:0/1617307054' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:37 smithi150 conmon[40284]: audit 2024-01-21T08:23:36.684724+0000 mon.smithi005 (mon.0) 269 : audit [INF] from='client.? 172.21.15.5:0/681369498' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "abc36942-6a71-446b-a9f5-b7e64910b62a"}]: dispatch 2024-01-21T08:23:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:37 smithi150 conmon[40284]: audit 2024-01-21T08:23:36.688574+0000 mon.smithi005 (mon.0) 270 : audit [INF] from='client.? 172.21.15.5:0/681369498' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "abc36942-6a71-446b-a9f5-b7e64910b62a"}]': finished 2024-01-21T08:23:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:37 smithi150 conmon[40284]: cluster 2024-01-21T08:23:36.688652+0000 mon.smithi005 (mon.0) 271 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T08:23:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:37 smithi150 conmon[40284]: audit 2024-01-21T08:23:36.688780+0000 mon.smithi005 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:37 smithi150 conmon[40284]: audit 2024-01-21T08:23:36.689042+0000 mon.smithi005 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:23:38.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:38 smithi005 conmon[35306]: audit 2024-01-21T08:23:37.993009+0000 mon.smithi005 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.5:0/1072339839' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:38.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:38 smithi150 conmon[40284]: audit 2024-01-21T08:23:37.993009+0000 mon.smithi005 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.5:0/1072339839' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:39.296 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:23:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:39 smithi150 conmon[40284]: cluster 2024-01-21T08:23:37.562910+0000 mgr.smithi005.dctvsr (mgr.14182) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:39 smithi150 conmon[40284]: audit 2024-01-21T08:23:39.120481+0000 mon.smithi150 (mon.1) 4 : audit [INF] from='client.? 172.21.15.150:0/3588153749' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50ad8743-59ff-48a7-bee7-3cb51543442b"}]: dispatch 2024-01-21T08:23:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:39 smithi150 conmon[40284]: audit 2024-01-21T08:23:39.120905+0000 mon.smithi005 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50ad8743-59ff-48a7-bee7-3cb51543442b"}]: dispatch 2024-01-21T08:23:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:39 smithi150 conmon[40284]: audit 2024-01-21T08:23:39.124946+0000 mon.smithi005 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "50ad8743-59ff-48a7-bee7-3cb51543442b"}]': finished 2024-01-21T08:23:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:39 smithi150 conmon[40284]: cluster 2024-01-21T08:23:39.125003+0000 mon.smithi005 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T08:23:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:39 smithi150 conmon[40284]: audit 2024-01-21T08:23:39.125143+0000 mon.smithi005 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:39.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:39 smithi150 conmon[40284]: audit 2024-01-21T08:23:39.125563+0000 mon.smithi005 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:23:39.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:39 smithi150 conmon[40284]: audit 2024-01-21T08:23:39.125840+0000 mon.smithi005 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:23:39.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:39 smithi150 conmon[40284]: audit 2024-01-21T08:23:39.294515+0000 mon.smithi150 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.5:0/332802655' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:39 smithi005 conmon[35306]: cluster 2024-01-21T08:23:37.562910+0000 mgr.smithi005.dctvsr (mgr.14182) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:39 smithi005 conmon[35306]: audit 2024-01-21T08:23:39.120481+0000 mon.smithi150 (mon.1) 4 : audit [INF] from='client.? 172.21.15.150:0/3588153749' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50ad8743-59ff-48a7-bee7-3cb51543442b"}]: dispatch 2024-01-21T08:23:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:39 smithi005 conmon[35306]: audit 2024-01-21T08:23:39.120905+0000 mon.smithi005 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50ad8743-59ff-48a7-bee7-3cb51543442b"}]: dispatch 2024-01-21T08:23:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:39 smithi005 conmon[35306]: audit 2024-01-21T08:23:39.124946+0000 mon.smithi005 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "50ad8743-59ff-48a7-bee7-3cb51543442b"}]': finished 2024-01-21T08:23:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:39 smithi005 conmon[35306]: cluster 2024-01-21T08:23:39.125003+0000 mon.smithi005 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T08:23:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:39 smithi005 conmon[35306]: audit 2024-01-21T08:23:39.125143+0000 mon.smithi005 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:39 smithi005 conmon[35306]: audit 2024-01-21T08:23:39.125563+0000 mon.smithi005 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:23:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:39 smithi005 conmon[35306]: audit 2024-01-21T08:23:39.125840+0000 mon.smithi005 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:23:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:39 smithi005 conmon[35306]: audit 2024-01-21T08:23:39.294515+0000 mon.smithi150 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.5:0/332802655' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:39.856 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1705825419,"num_remapped_pgs":0} 2024-01-21T08:23:40.682 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:40 smithi005 conmon[35306]: audit 2024-01-21T08:23:40.349470+0000 mon.smithi150 (mon. 2024-01-21T08:23:40.682 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:40 smithi005 conmon[35306]: 1) 6 : audit [DBG] from='client.? 172.21.15.150:0/1837171119' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:40.857 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:23:40.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:40 smithi150 conmon[40284]: audit 2024-01-21T08:23:40.349470+0000 mon.smithi150 (mon.1) 6 2024-01-21T08:23:40.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:40 smithi150 conmon[40284]: : audit [DBG] from='client.? 172.21.15.150:0/1837171119' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:41.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:41 smithi005 conmon[35306]: cluster 2024-01-21T08:23:39.563188+0000 mgr.smithi005.dctvsr (mgr.14182) 73 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:41.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:41 smithi005 conmon[35306]: audit 2024-01-21T08:23:40.566068+0000 mon.smithi005 (mon.0) 281 : audit [INF] from='client.? 172.21.15.5:0/115499266' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "142e24c5-1fbb-4201-8923-70b7167485a6"}]: dispatch 2024-01-21T08:23:41.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:41 smithi005 conmon[35306]: audit 2024-01-21T08:23:40.569840+0000 mon.smithi005 (mon.0) 282 : audit [INF] from='client.? 172.21.15.5:0/115499266' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "142e24c5-1fbb-4201-8923-70b7167485a6"}]': finished 2024-01-21T08:23:41.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:41 smithi005 conmon[35306]: cluster 2024-01-21T08:23:40.569891+0000 mon.smithi005 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T08:23:41.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:41 smithi005 conmon[35306]: audit 2024-01-21T08:23:40.569997+0000 mon.smithi005 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:41.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:41 smithi005 conmon[35306]: audit 2024-01-21T08:23:40.570306+0000 mon.smithi005 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:23:41.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:41 smithi005 conmon[35306]: audit 2024-01-21T08:23:40.570500+0000 mon.smithi005 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:23:41.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:41 smithi005 conmon[35306]: audit 2024-01-21T08:23:40.570723+0000 mon.smithi005 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:23:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: cluster 2024-01-21T08:23:39.563188+0000 mgr.smithi005.dctvsr (mgr.14182) 73 : cluster 2024-01-21T08:23:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: audit 2024-01-21T08:23:40.566068+0000 mon.smithi005 (mon.0) 281 : audit [INF] from='client.? 172.21.15.5:0/115499266' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "142e24c5-1fbb-4201-8923-70b7167485a6"}]: dispatch 2024-01-21T08:23:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:23:41.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: 21T08:23:40.569840+0000 mon.smithi005 (mon.0) 282 : audit [INF] from='client.? 172.21.15.5:0/115499266' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "142e24c5-1fbb-4201-8923-70b7167485a6"}]': finished 2024-01-21T08:23:41.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: cluster 2024 2024-01-21T08:23:41.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: -01-21T08:23: 2024-01-21T08:23:41.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: 40.569891+0000 mon.smithi005 (mon.0) 283 2024-01-21T08:23:41.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T08:23:41.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: audit 2024-01-21T08:23:41.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: 2024-01-21T 2024-01-21T08:23:41.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: 08:23:40.569997+0000 mon.smithi005 (mon 2024-01-21T08:23:41.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: .0) 284 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:41.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: audit 2024 2024-01-21T08:23:41.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: -01-21T08:23: 2024-01-21T08:23:41.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: 40.570306+0000 mon.smithi005 (mon.0) 285 : 2024-01-21T08:23:41.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:23:41.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: audit 2024-01-21T08:23:41.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: 2024-01-21T08:23:40 2024-01-21T08:23:41.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: .570500+0000 mon.smithi005 (mon.0) 286 : 2024-01-21T08:23:41.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:23:41.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:23:41.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: 01-21T08:23:40. 2024-01-21T08:23:41.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: 570723+0000 mon.smithi005 (mon.0) 287 : audit 2024-01-21T08:23:41.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:41 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:23:42.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:42 smithi005 conmon[35306]: audit 2024-01-21T08:23:41.987311+0000 mon.smithi005 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.5:0/1386966399' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:42.780 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:23:42.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:42 smithi150 conmon[40284]: audit 2024-01-21T08:23:41.987311+0000 mon.smithi005 (mon.0) 288 : audit 2024-01-21T08:23:42.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:42 smithi150 conmon[40284]: [DBG] from='client.? 172.21.15.5:0/1386966399' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:43.308 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705825420,"num_remapped_pgs":0} 2024-01-21T08:23:43.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:43 smithi005 conmon[35306]: cluster 2024-01-21T08:23:41.563561+0000 mgr.smithi005.dctvsr (mgr.14182) 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:43.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:43 smithi005 conmon[35306]: audit 2024-01-21T08:23:42.778853+0000 mon.smithi005 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.5:0/3048996362' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:43.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:43 smithi005 conmon[35306]: audit 2024-01-21T08:23:42.858820+0000 mon.smithi150 (mon.1) 7 : audit [INF] from='client.? 172.21.15.150:0/1271013654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2daf4219-1d80-401a-b2ce-cb8d9a86fdab"}]: dispatch 2024-01-21T08:23:43.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:43 smithi005 conmon[35306]: audit 2024-01-21T08:23:42.859209+0000 mon.smithi005 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2daf4219-1d80-401a-b2ce-cb8d9a86fdab"}]: dispatch 2024-01-21T08:23:43.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:43 smithi005 conmon[35306]: audit 2024-01-21T08:23:42.863607+0000 mon.smithi005 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2daf4219-1d80-401a-b2ce-cb8d9a86fdab"}]': finished 2024-01-21T08:23:43.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:43 smithi005 conmon[35306]: cluster 2024-01-21T08:23:42.863666+0000 mon.smithi005 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T08:23:43.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:43 smithi005 conmon[35306]: audit 2024-01-21T08:23:42.863870+0000 mon.smithi005 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:43.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:43 smithi005 conmon[35306]: audit 2024-01-21T08:23:42.864291+0000 mon.smithi005 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:23:43.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:43 smithi005 conmon[35306]: audit 2024-01-21T08:23:42.864536+0000 mon.smithi005 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:23:43.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:43 smithi005 conmon[35306]: audit 2024-01-21T08:23:42.864779+0000 mon.smithi005 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:23:43.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:43 smithi005 conmon[35306]: audit 2024-01-21T08:23:42.865029+0000 mon.smithi005 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:23:43.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: cluster 2024-01-21T08:23:41.563561+0000 mgr.smithi005.dctvsr (mgr.14182) 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:43.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: audit 2024-01-21T08:23:42.778853+0000 mon.smithi005 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.5:0/3048996362' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:43.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: audit 2024-01-21T08:23:42.858820+0000 mon.smithi150 (mon.1) 7 : audit [INF] from='client.? 172.21.15.150:0/1271013654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2daf4219-1d80-401a-b2ce-cb8d9a86fdab"}]: dispatch 2024-01-21T08:23:43.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: audit 2024-01-21T08:23:42.859209+0000 mon.smithi005 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2daf4219-1d80-401a-b2ce-cb8d9a86fdab"}]: dispatch 2024-01-21T08:23:43.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: audit 2024-01-21T08:23:42.863607+0000 mon.smithi005 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2daf4219-1d80-401a-b2ce-cb8d9a86fdab"}]': finished 2024-01-21T08:23:43.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: cluster 2024-01-21T08:23:42.863666+0000 mon.smithi005 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T08:23:43.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: audit 2024-01-21T08:23:42.863870+0000 mon.smithi005 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:43.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: audit 2024-01-21T08:23:43.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: 2024-01-21T08:23:42.864291+0000 mon.smithi005 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:23:43.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: audit 2024-01-21T08:23:42.864536 2024-01-21T08:23:43.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:23:43.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:23:43.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: 01-21T08:23:42.864779+0000 mon.smithi005 (mon.0) 296 : 2024-01-21T08:23:43.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:23:43.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: audit 2024-01-21T08:23:42 2024-01-21T08:23:43.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: .865029+0000 mon.smithi005 (mon.0) 297 : audit 2024-01-21T08:23:43.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:43 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:23:44.309 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:23:44.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:44 smithi005 conmon[35306]: audit 2024-01-21T08:23:44.052063 2024-01-21T08:23:44.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:44 smithi005 conmon[35306]: +0000 mon.smithi150 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.150:0/2489795607' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:44.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:44 smithi150 conmon[40284]: audit 2024-01-21T08:23:44.052063+0000 mon.smithi150 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.150:0/2489795607' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:45.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:45 smithi005 conmon[35306]: cluster 2024-01-21T08:23:43.563869+0000 mgr.smithi005.dctvsr (mgr.14182) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:45.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:45 smithi005 conmon[35306]: audit 2024-01-21T08:23:44.597539+0000 mon.smithi005 (mon.0) 298 : audit [INF] from='client.? 172.21.15.5:0/2928511390' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "58034ceb-317e-475d-9a15-4220c9de1036"}]: dispatch 2024-01-21T08:23:45.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:45 smithi005 conmon[35306]: audit 2024-01-21T08:23:44.601768+0000 mon.smithi005 (mon.0) 299 : audit [INF] from='client.? 172.21.15.5:0/2928511390' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "58034ceb-317e-475d-9a15-4220c9de1036"}]': finished 2024-01-21T08:23:45.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:45 smithi005 conmon[35306]: cluster 2024-01-21T08:23:44.601831+0000 mon.smithi005 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T08:23:45.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:45 smithi005 conmon[35306]: audit 2024-01-21T08:23:44.601980+0000 mon.smithi005 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:45.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:45 smithi005 conmon[35306]: audit 2024-01-21T08:23:44.602350+0000 mon.smithi005 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:23:45.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:45 smithi005 conmon[35306]: audit 2024-01-21T08:23:44.602561+0000 mon.smithi005 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:23:45.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:45 smithi005 conmon[35306]: audit 2024-01-21T08:23:44.602800+0000 mon.smithi005 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:23:45.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:45 smithi005 conmon[35306]: audit 2024-01-21T08:23:44.603037+0000 mon.smithi005 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:23:45.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:45 smithi005 conmon[35306]: audit 2024-01-21T08:23:44.603244+0000 mon.smithi005 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:23:45.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: cluster 2024-01-21T08:23:43.563869+0000 mgr.smithi005.dctvsr (mgr.14182) 75 : 2024-01-21T08:23:45.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:45.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: audit 2024-01-21T08:23:44.597539+0000 mon.smithi005 (mon.0) 298 : audit [INF] 2024-01-21T08:23:45.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: from='client.? 172.21.15.5:0/2928511390' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "58034ceb-317e-475d-9a15-4220c9de1036"}]: dispatch 2024-01-21T08:23:45.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: audit 2024-01-21T 2024-01-21T08:23:45.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: 08:23:44.601768+0000 mon.smithi005 (mon.0) 299 : audit [INF] from='client.? 172.21.15.5:0/2928511390' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "58034ceb-317e-475d-9a15-4220c9de1036"}]': finished 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: cluster 2024-01 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: -21T08:23:44.601831+0000 mon.smithi005 (mon 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: .0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: audit 2024-01 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: -21T08:23:44.601980+0000 mon.smithi005 (mon 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: .0) 301 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: 21T08:23:44.602350+0000 mon.smithi005 (mon. 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: 0) 302 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: audit 2024-01-21T08:23: 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: 44.602561+0000 mon.smithi005 (mon.0) 303 : audit 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: audit 2024-01-21T08:23:44 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: .602800+0000 mon.smithi005 (mon.0) 304 : audit 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:23:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: audit 2024-01-21T08:23:44. 2024-01-21T08:23:45.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: 603037+0000 mon.smithi005 (mon.0) 305 : audit 2024-01-21T08:23:45.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:23:45.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: audit 2024-01-21T08:23:44. 2024-01-21T08:23:45.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: 603244+0000 mon.smithi005 (mon.0) 306 : audit 2024-01-21T08:23:45.752 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:45 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:23:46.504 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:23:47.113 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705825424,"num_remapped_pgs":0} 2024-01-21T08:23:47.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: cluster 2024-01-21T08:23:45.564171+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:23:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: .14182) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: audit 2024-01-21T08:23:46.435134+0000 mon.smithi005 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.5:0/1346278189' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: audit 2024-01-21T08:23:46.502556+0000 mon.smithi005 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.5:0/2080625688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: audit 2024-01-21T08:23:46.571597+0000 mon.smithi150 (mon.1) 9 : audit [INF] from='client.? 172.21.15.150:0/260889303' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d07ff428-cb57-4139-8392-12963e0094f4"}]: dispatch 2024-01-21T08:23:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: audit 2024-01-21T08:23:46.572006+0000 mon.smithi005 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d07ff428-cb57-4139-8392-12963e0094f4"}]: dispatch 2024-01-21T08:23:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: audit 2024-01-21T08:23:46.576223+0000 mon.smithi005 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d07ff428-cb57-4139-8392-12963e0094f4"}]': finished 2024-01-21T08:23:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: cluster 2024-01-21T08:23:46.576310+0000 mon.smithi005 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T08:23:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: audit 2024-01-21T08:23:46.576419+0000 mon.smithi005 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: audit 2024-01-21T08:23:46.576734+0000 mon.smithi005 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:23:47.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: audit 2024-01-21T08:23:46.576940+0000 mon.smithi005 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:23:47.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: audit 2024-01-21T08:23:46.577143+0000 mon.smithi005 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:23:47.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: audit 2024-01-21T08:23:46.577374+0000 mon.smithi005 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:23:47.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: audit 2024-01-21T08:23:46.577580+0000 mon.smithi005 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:23:47.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:47 smithi005 conmon[35306]: audit 2024-01-21T08:23:46.577863+0000 mon.smithi005 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:23:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: cluster 2024-01-21T08:23:45.564171+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:23:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: audit 2024-01-21T08:23:46.435134+0000 mon.smithi005 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.5:0/1346278189' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: audit 2024-01-21T08:23:46.502556+0000 mon.smithi005 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.5:0/2080625688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: audit 2024-01-21T08:23:46.571597+0000 mon.smithi150 (mon.1) 9 : audit [INF] from='client.? 172.21.15.150:0/260889303' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d07ff428-cb57-4139-8392-12963e0094f4"}]: dispatch 2024-01-21T08:23:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: audit 2024-01-21T08:23:46.572006+0000 mon.smithi005 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d07ff428-cb57-4139-8392-12963e0094f4"}]: dispatch 2024-01-21T08:23:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: audit 2024-01-21T08:23:46.576223+0000 mon.smithi005 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d07ff428-cb57-4139-8392-12963e0094f4"}]': finished 2024-01-21T08:23:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: cluster 2024-01-21T08:23:46.576310+0000 mon.smithi005 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T08:23:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: audit 2024-01-21T08:23:46.576419+0000 mon.smithi005 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:47.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: audit 2024-01-21T08:23:46.576734+0000 mon.smithi005 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:23:47.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: audit 2024-01-21T08:23:46.576940+0000 mon.smithi005 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:23:47.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: audit 2024-01-21T08:23:46.577143+0000 mon.smithi005 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:23:47.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: audit 2024-01-21T08:23:46.577374+0000 mon.smithi005 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:23:47.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: audit 2024-01-21T08:23:46.577580+0000 mon.smithi005 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:23:47.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:47 smithi150 conmon[40284]: audit 2024-01-21T08:23:46.577863+0000 mon.smithi005 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:23:48.115 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:23:48.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:48 smithi005 conmon[35306]: audit 2024-01-21T08:23:47.838284+0000 mon.smithi150 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.150:0/754608243' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:48.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:48 smithi150 conmon[40284]: audit 2024-01-21T08:23:47.838284+0000 mon.smithi150 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.150:0/754608243' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:49.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:49 smithi005 conmon[35306]: cluster 2024-01-21T08:23:47.564446+0000 mgr.smithi005.dctvsr (mgr.14182) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:49.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:49 smithi005 conmon[35306]: audit 2024-01-21T08:23:49.009412+0000 mon.smithi005 (mon.0) 319 : audit [INF] from='client.? 172.21.15.5:0/1742957915' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e929590e-eaed-4979-9319-4bb08ec97306"}]: dispatch 2024-01-21T08:23:49.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:49 smithi005 conmon[35306]: audit 2024-01-21T08:23:49.013319+0000 mon.smithi005 (mon.0) 320 : audit [INF] from='client.? 172.21.15.5:0/1742957915' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e929590e-eaed-4979-9319-4bb08ec97306"}]': finished 2024-01-21T08:23:49.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:49 smithi005 conmon[35306]: cluster 2024-01-21T08:23:49.013364+0000 mon.smithi005 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T08:23:49.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:49 smithi005 conmon[35306]: audit 2024-01-21T08:23:49.013480+0000 mon.smithi005 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:49.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:49 smithi005 conmon[35306]: audit 2024 2024-01-21T08:23:49.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:49 smithi005 conmon[35306]: -01-21T08:23:49.013821+0000 mon.smithi005 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:23:49.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:49 smithi005 conmon[35306]: audit 2024-01-21T08:23:49.014042+0000 mon.smithi005 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:23:49.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:49 smithi005 conmon[35306]: audit 2024-01-21T08:23:49.014214+0000 mon.smithi005 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:23:49.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:49 smithi005 conmon[35306]: audit 2024-01-21T08:23:49.014404+0000 mon.smithi005 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:23:49.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:49 smithi005 conmon[35306]: audit 2024-01-21T08:23:49.014577+0000 mon.smithi005 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:23:49.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:49 smithi005 conmon[35306]: audit 2024-01-21T08:23:49.014770+0000 mon.smithi005 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:23:49.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:49 smithi005 conmon[35306]: audit 2024-01-21T08:23:49.014951+0000 mon.smithi005 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:23:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: cluster 2024-01-21T08:23:47.564446+0000 mgr.smithi005.dctvsr (mgr.14182) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: audit 2024-01-21T08:23:49.009412+0000 mon.smithi005 (mon.0) 319 : audit [INF] from='client.? 172.21.15.5:0/1742957915' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e929590e-eaed-4979-9319-4bb08ec97306"}]: dispatch 2024-01-21T08:23:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: audit 2024-01-21T08:23:49.013319+0000 2024-01-21T08:23:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: mon.smithi005 (mon.0) 320 : audit [INF] from='client.? 172.21.15.5:0/1742957915' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e929590e-eaed-4979-9319-4bb08ec97306"}]': finished 2024-01-21T08:23:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: cluster 2024-01-21T08:23:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: 2024-01-21T08:23:49 2024-01-21T08:23:49.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: .013364+0000 mon.smithi005 (mon.0) 2024-01-21T08:23:49.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T08:23:49.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:23:49.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: 21T08:23:49.013480+0000 2024-01-21T08:23:49.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: mon.smithi005 (mon.0) 322 : audit 2024-01-21T08:23:49.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:23:49.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: audit 2024-01-21T08:23:49.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: 2024-01-21T08:23 2024-01-21T08:23:49.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: :49.013821+0000 mon.smithi005 (mon 2024-01-21T08:23:49.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: .0) 323 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:23:49.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: 2024-01-21T08:23:49.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: audit 2024-01 2024-01-21T08:23:49.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: -21T08:23:49. 2024-01-21T08:23:49.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: 014042+0000 mon.smithi005 (mon.0) 324 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: audit 2024 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: -01-21T08:23:49. 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: 014214+0000 mon.smithi005 (mon.0) 325 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: 21T08:23:49.014404+0000 mon.smithi005 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: (mon.0) 326 : audit [DBG] 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: audit 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: 2024-01-21T08:23 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: :49.014577+0000 mon.smithi005 (mon 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: .0) 327 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:23:49.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: 01-21T08:23:49.014770 2024-01-21T08:23:49.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 328 : audit 2024-01-21T08:23:49.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:23:49.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: audit 2024 2024-01-21T08:23:49.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: -01-21T08:23: 2024-01-21T08:23:49.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: 49.014951+0000 mon.smithi005 (mon.0 2024-01-21T08:23:49.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:49 smithi150 conmon[40284]: ) 329 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:23:50.231 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:23:50.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:50 smithi005 conmon[35306]: audit 2024-01-21T08:23:50.229989+0000 mon.smithi005 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.5:0/2213259066' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:50.710 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:50 smithi150 conmon[40284]: audit 2024-01-21T08:23:50.229989+0000 mon.smithi005 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.5:0/2213259066' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:50.795 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705825429,"num_remapped_pgs":0} 2024-01-21T08:23:51.586 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:51 smithi150 conmon[40284]: cluster 2024-01-21T08:23:49.564763+0000 mgr.smithi005.dctvsr (mgr.14182) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:51.586 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:51 smithi150 conmon[40284]: audit 2024-01-21T08:23:50.601553+0000 mon.smithi005 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.5:0/2476557720' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:51.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:51 smithi005 conmon[35306]: cluster 2024-01-21T08 2024-01-21T08:23:51.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:51 smithi005 conmon[35306]: :23:49.564763+0000 mgr.smithi005.dctvsr (mgr.14182) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:51.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:51 smithi005 conmon[35306]: audit 2024-01-21T08:23:50.601553+0000 mon.smithi005 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.5:0/2476557720' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:23:51.796 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:23:53.675 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:53 smithi005 conmon[35306]: cluster 2024-01-21T08:23:51.565198+0000 mgr.smithi005.dctvsr (mgr.14182) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:53.676 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:53 smithi005 conmon[35306]: audit 2024-01-21T08:23:53.062280+0000 mon.smithi005 (mon.0) 332 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T08:23:53.676 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:53 smithi005 conmon[35306]: audit 2024-01-21T08:23:53.063196+0000 mon.smithi005 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:53.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:53 smithi150 conmon[40284]: cluster 2024-01-21T08:23:51.565198+0000 mgr.smithi005.dctvsr (mgr.14182) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:53.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:53 smithi150 conmon[40284]: audit 2024-01-21T08:23:53.062280+0000 mon.smithi005 (mon.0) 332 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T08:23:53.739 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:53 smithi150 conmon[40284]: audit 2024-01-21T08:23:53.063196+0000 mon.smithi005 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:54.027 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:23:54.507 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:54 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:53.063910+0000 mgr.smithi005.dctvsr (mgr.14182) 80 2024-01-21T08:23:54.507 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:54 smithi150 conmon[40284]: : cephadm [INF] Deploying daemon osd.0 on smithi150 2024-01-21T08:23:54.507 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:54 smithi150 conmon[40284]: audit 2024-01-21T08:23:54.026446+0000 mon.smithi005 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.5:0/2309912252' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:54.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:54 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:53.063910+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:23:54.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:54 smithi005 conmon[35306]: 14182) 80 : cephadm [INF] Deploying daemon osd.0 on smithi150 2024-01-21T08:23:54.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:54 smithi005 conmon[35306]: audit 2024-01-21T08:23:54.026446+0000 mon.smithi005 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.5:0/2309912252' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:55.211 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705825429,"num_remapped_pgs":0} 2024-01-21T08:23:55.628 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:55 smithi150 conmon[40284]: cluster 2024-01-21T08:23:53.565474+0000 mgr.smithi005.dctvsr (mgr.14182) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:55.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:55 smithi005 conmon[35306]: cluster 2024-01-21T08:23:53.565474+0000 mgr.smithi005.dctvsr (mgr.14182) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:56.213 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:23:57.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:57 smithi005 conmon[35306]: cluster 2024-01-21T08:23:55.565806+0000 mgr.smithi005.dctvsr (mgr.14182) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:57.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:57 smithi005 conmon[35306]: audit 2024-01-21T08:23:56.458300+0000 mon.smithi005 (mon.0) 335 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T08:23:57.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:57 smithi005 conmon[35306]: audit 2024-01-21T08:23:56.459065+0000 mon.smithi005 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:57.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:57 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:56.459747+0000 mgr.smithi005.dctvsr (mgr.14182) 83 : cephadm [INF] Deploying daemon osd.1 on smithi005 2024-01-21T08:23:57.716 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:57 smithi150 conmon[40284]: cluster 2024-01-21T08:23:55.565806+0000 mgr.smithi005.dctvsr (mgr.14182) 82 2024-01-21T08:23:57.716 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:57 smithi150 conmon[40284]: : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:57.716 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:57 smithi150 conmon[40284]: audit 2024-01-21T08:23:56.458300+0000 mon.smithi005 (mon.0) 335 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T08:23:57.716 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:57 smithi150 conmon[40284]: audit 2024-01-21T08:23:56.459065+0000 mon.smithi005 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:57.717 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:57 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:56.459747+0000 mgr.smithi005.dctvsr (mgr.14182) 83 : cephadm [INF] Deploying daemon osd.1 on smithi005 2024-01-21T08:23:58.203 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:23:58.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:58 smithi150 conmon[40284]: cluster 2024-01-21T08:23:57.566551+0000 mgr.smithi005.dctvsr (mgr.14182) 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:58.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:58 smithi150 conmon[40284]: audit 2024-01-21T08:23:57.772516+0000 mon.smithi005 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:58.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:58 smithi150 conmon[40284]: audit 2024-01-21T08:23:57.773445+0000 mon.smithi005 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T08:23:58.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:58 smithi150 conmon[40284]: audit 2024-01-21T08:23:57.774285+0000 mon.smithi005 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:58.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:58 smithi150 conmon[40284]: cephadm 2024-01-21T08:23:57.775011+0000 mgr.smithi005.dctvsr (mgr.14182) 85 : cephadm [INF] Deploying daemon osd.2 on smithi150 2024-01-21T08:23:58.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:23:58 smithi150 conmon[40284]: audit 2024-01-21T08:23:58.200898+0000 mon.smithi005 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.5:0/2885223963' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:58.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:58 smithi005 conmon[35306]: cluster 2024-01-21T08:23:57.566551+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:23:58.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:58 smithi005 conmon[35306]: 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:23:58.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:58 smithi005 conmon[35306]: audit 2024-01-21T08:23:57.772516+0000 mon.smithi005 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:23:58.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:58 smithi005 conmon[35306]: audit 2024-01-21T08:23:57.773445+0000 mon.smithi005 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T08:23:58.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:58 smithi005 conmon[35306]: audit 2024-01-21T08:23:57.774285+0000 mon.smithi005 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:23:58.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:58 smithi005 conmon[35306]: cephadm 2024-01-21T08:23:57.775011+0000 mgr.smithi005.dctvsr (mgr.14182) 85 : cephadm [INF] Deploying daemon osd.2 on smithi150 2024-01-21T08:23:58.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:23:58 smithi005 conmon[35306]: audit 2024-01-21T08:23:58.200898+0000 mon.smithi005 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.5:0/2885223963' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:23:59.058 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705825429,"num_remapped_pgs":0} 2024-01-21T08:24:00.059 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:24:01.064 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:00 smithi005 conmon[35306]: cluster 2024-01-21T08:23:59.566912+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:24:01.065 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:00 smithi005 conmon[35306]: 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:24:01.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:00 smithi150 conmon[40284]: cluster 2024-01-21T08:23:59.566912+0000 mgr.smithi005.dctvsr (mgr.14182) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:24:01.921 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:01 smithi005 conmon[35306]: audit 2024-01-21T08:24:00.938802+0000 mon.smithi150 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.150:6800/2765551731,v1:172.21.15.150:6801/2765551731]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T08:24:01.921 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:01 smithi005 conmon[35306]: audit 2024-01-21T08:24:00.939188+0000 mon.smithi005 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T08:24:02.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:01 smithi150 conmon[40284]: audit 2024-01-21T08:24:00.938802+0000 mon.smithi150 (mon.1) 11 : audit 2024-01-21T08:24:02.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:01 smithi150 conmon[40284]: [INF] from='osd.0 [v2:172.21.15.150:6800/2765551731,v1:172.21.15.150:6801/2765551731]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T08:24:02.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:01 smithi150 conmon[40284]: audit 2024-01-21T08:24:00.939188+0000 mon.smithi005 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T08:24:02.331 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:24:03.045 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: cluster 2024-01-21T08:24:01.567198+0000 mgr.smithi005.dctvsr (mgr.14182) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:24:03.045 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01-21T08:24:01.785123+0000 mon.smithi005 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T08:24:03.045 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: cluster 2024-01-21T08:24:01.785183+0000 mon.smithi005 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T08:24:03.045 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01-21T08:24:01.785318+0000 mon.smithi005 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:24:03.045 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01-21T08:24:01.785617+0000 mon.smithi005 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:03.045 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01-21T08:24:01.785828+0000 mon.smithi005 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:03.045 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01-21T08:24:01.786031+0000 mon.smithi005 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:03.045 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01 2024-01-21T08:24:03.045 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: -21T08:24:01.786220+0000 mon.smithi005 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01-21T08:24:01.786406+0000 mon.smithi005 (mon.0) 349 : audit [DBG] 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01-21 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: T08:24:01.786609+0000 mon.smithi005 (mon.0) 350 : audit 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: 2024-01-21T08:24:01. 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: 786819+0000 mon.smithi005 (mon.0) 351 : audit [DBG] 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01-21T08:24:01.789678+0000 mon.smithi150 (mon. 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: 1) 12 : audit [INF] from='osd.0 [v2:172.21.15.150:6800/2765551731,v1:172.21.15.150:6801/2765551731]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: 2024-01-21T08:24:01.789995+0000 mon.smithi005 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01-21T08:24: 2024-01-21T08:24:03.046 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: 02.328754+0000 mon.smithi005 (mon.0) 353 : audit [DBG] from='client.? 172.21.15.5:0/2487037291' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:24:03.047 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01 2024-01-21T08:24:03.047 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: -21T08:24:02. 2024-01-21T08:24:03.047 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: 581074+0000 mon.smithi005 (mon.0) 354 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:03.047 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:24:03.047 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: 21T08:24:02.581884+0000 mon.smithi005 (mon.0 2024-01-21T08:24:03.047 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: ) 355 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T08:24:03.047 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: audit 2024-01-21T 2024-01-21T08:24:03.047 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: 08:24:02.582709+0000 mon.smithi005 (mon. 2024-01-21T08:24:03.047 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: 0) 356 2024-01-21T08:24:03.047 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:02 smithi150 conmon[40284]: : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:03.130 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: cluster 2024-01-21T08:24:01.567198+0000 mgr.smithi005.dctvsr (mgr.14182) 87 : 2024-01-21T08:24:03.130 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:24:03.130 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:01.785123+0000 mon.smithi005 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T08:24:03.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: cluster 2024-01-21T08:24:01.785183+0000 mon.smithi005 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T08:24:03.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:01.785318+0000 mon.smithi005 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:24:03.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:01.785617+0000 mon.smithi005 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:03.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:01.785828+0000 mon.smithi005 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:03.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:01.786031+0000 mon.smithi005 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:03.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:01.786220+0000 mon.smithi005 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:03.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:01.786406+0000 mon.smithi005 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:03.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:01.786609+0000 mon.smithi005 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:03.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:01.786819+0000 mon.smithi005 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:03.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:01.789678+0000 mon.smithi150 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.150:6800/2765551731,v1:172.21.15.150:6801/2765551731]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:03.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:01.789995+0000 mon.smithi005 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:03.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:02.328754+0000 mon.smithi005 (mon.0) 353 : audit [DBG] from='client.? 172.21.15.5:0/2487037291' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:24:03.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:02.581074+0000 mon.smithi005 (mon.0) 354 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:03.132 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:02.581884+0000 mon.smithi005 (mon.0) 355 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T08:24:03.132 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:02 smithi005 conmon[35306]: audit 2024-01-21T08:24:02.582709+0000 mon.smithi005 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:03.160 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705825429,"num_remapped_pgs":0} 2024-01-21T08:24:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: cephadm 2024-01-21T08:24:02.583474+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:24:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: .14182) 88 : cephadm [INF] Deploying daemon osd.4 on smithi150 2024-01-21T08:24:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: audit 2024-01-21T08:24:02.786904+0000 mon.smithi005 (mon.0) 357 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-01-21T08:24:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: cluster 2024-01-21T08:24:02.786963+0000 mon.smithi005 (mon.0) 358 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T08:24:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: audit 2024-01-21T08:24:02.787305+0000 mon.smithi005 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:24:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: audit 2024-01-21T08:24:02.787671+0000 mon.smithi005 (mon.0) 360 : audit [DBG] 2024-01-21T08:24:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: audit 2024-01-21T08:24:02.787898+0000 mon.smithi005 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: audit 2024-01-21T08:24:02.791576+0000 mon.smithi005 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: audit 2024-01-21T08:24: 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: 02.791800+0000 mon.smithi005 (mon.0) 363 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: audit 2024-01-21T08:24 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: :02.792008+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: 364 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: :24:02.792187+0000 mon.smithi005 (mon. 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: 0) 365 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: :24:02.792359+0000 mon.smithi005 (mon. 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: 0) 366 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:24:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: 08:24:02.792555+0000 mon.smithi005 (mon 2024-01-21T08:24:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: .0) 367 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:24:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: audit 2024-01-21 2024-01-21T08:24:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: T08:24:03.669804+0000 mon.smithi005 ( 2024-01-21T08:24:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: mon.0) 368 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: audit 2024-01- 2024-01-21T08:24:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: 21T08:24:03.670566+0000 mon.smithi005 ( 2024-01-21T08:24:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: mon.0) 369 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T08:24:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: audit 2024-01-21 2024-01-21T08:24:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: T08:24:03.671292+0000 mon.smithi005 (mon 2024-01-21T08:24:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:03 smithi005 conmon[35306]: .0) 370 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:04.102 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: cephadm 2024-01-21T08:24:02.583474+0000 mgr.smithi005.dctvsr (mgr.14182) 88 : cephadm 2024-01-21T08:24:04.102 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: [INF] Deploying daemon osd.4 on smithi150 2024-01-21T08:24:04.102 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: audit 2024-01-21T08:24:02.786904+0000 mon.smithi005 (mon.0) 357 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-01-21T08:24:04.102 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: cluster 2024-01-21T08:24:02.786963+0000 mon.smithi005 (mon.0) 358 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T08:24:04.102 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: audit 2024-01-21T08:24:02.787305+0000 mon.smithi005 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:24:04.102 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: audit 2024-01-21T08:24:02.787671+0000 mon.smithi005 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:04.102 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: audit 2024-01-21T08:24:02.787898+0000 mon.smithi005 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:04.102 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: audit 2024-01-21T08:24:02.791576+0000 mon.smithi005 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:04.102 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: audit 2024-01-21T08:24:02.791800+0000 mon.smithi005 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:04.103 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: audit 2024-01-21T08:24:02.792008+0000 mon.smithi005 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:04.103 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: audit 2024-01-21T08:24:02.792187+0000 mon.smithi005 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:04.103 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: audit 2024-01-21T08:24:02.792359+0000 mon.smithi005 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:04.103 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: audit 2024-01-21T08:24:02.792555+0000 mon.smithi005 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:24:04.103 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: audit 2024-01-21T08:24:03.669804+0000 mon.smithi005 (mon.0) 368 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:04.103 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: audit 2024-01-21T08:24:03.670566+0000 mon.smithi005 (mon.0) 369 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T08:24:04.103 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:03 smithi150 conmon[40284]: audit 2024-01-21T08:24:03.671292+0000 mon.smithi005 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:04.162 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:24:05.061 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: cluster 2024-01-21T08:24:01.985520+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:24:05.061 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: 2024-01-21T08:24:05.061 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: cluster 2024-01-21T08:24:01.985578+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:05.061 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: cluster 2024-01-21T08:24:03.567484+0000 mgr.smithi005.dctvsr (mgr.14182) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:24:05.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: cephadm 2024-01-21T08:24:03.671948+0000 mgr.smithi005.dctvsr (mgr.14182) 90 : cephadm [INF] Deploying daemon osd.3 on smithi005 2024-01-21T08:24:05.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: cluster 2024-01-21T08:24:03.791462+0000 mon.smithi005 (mon.0) 371 : cluster [INF] osd.0 [v2:172.21.15.150:6800/2765551731,v1:172.21.15.150:6801/2765551731] boot 2024-01-21T08:24:05.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: cluster 2024-01-21T08:24:03.791491+0000 mon.smithi005 (mon.0) 372 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T08:24:05.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: audit 2024-01-21T08:24:03.791804+0000 mon.smithi005 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:24:05.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: audit 2024-01-21T08:24:03.792042+0000 mon.smithi005 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:05.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: audit 2024-01-21T08:24:03.792205+0000 mon.smithi005 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:05.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: audit 2024-01-21T08:24:03.792361+0000 mon.smithi005 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:05.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: audit 2024-01-21T08:24:03.792512+0000 mon.smithi005 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:05.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: audit 2024-01-21T08:24:03.792665+0000 mon.smithi005 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:05.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: audit 2024-01-21T08:24:03.792838+0000 mon.smithi005 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:05.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:04 smithi005 conmon[35306]: audit 2024-01-21T08:24:03.792990+0000 mon.smithi005 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:05.106 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: cluster 2024-01-21T08:24:01.985520+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:24:05.106 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: cluster 2024-01-21T08:24:01.985578+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:05.106 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: cluster 2024-01-21T08:24:03.567484+0000 mgr.smithi005.dctvsr (mgr.14182) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:24:05.106 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: cephadm 2024-01-21T08:24:03.671948+0000 mgr.smithi005.dctvsr (mgr.14182) 90 : cephadm [INF] Deploying daemon osd.3 on smithi005 2024-01-21T08:24:05.107 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: cluster 2024-01-21T08:24:03.791462+0000 mon.smithi005 (mon.0) 371 : cluster [INF] osd.0 [v2:172.21.15.150:6800/2765551731,v1:172.21.15.150:6801/2765551731] boot 2024-01-21T08:24:05.107 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: cluster 2024-01-21T08:24:03.791491+0000 mon.smithi005 (mon.0) 372 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T08:24:05.107 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: audit 2024-01-21T08:24:03.791804+0000 mon.smithi005 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:24:05.107 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: audit 2024-01-21T08:24:05.107 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: 2024-01-21T08:24:03.792042+0000 mon.smithi005 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:05.107 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: audit 2024-01-21T08:24:03.792205+0000 mon.smithi005 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:05.107 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: audit 2024-01-21T08:24:03.792361+0000 mon.smithi005 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:05.107 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: audit 2024-01-21T08:24:03.792512+0000 mon.smithi005 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:05.107 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: audit 2024-01-21T08:24:03.792665+0000 mon.smithi005 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:05.107 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: audit 2024-01-21T08:24:03.792838+0000 mon.smithi005 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:05.107 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:04 smithi150 conmon[40284]: audit 2024-01-21T08:24:03.792990+0000 mon.smithi005 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: cluster 2024-01-21T08:24:04.805509+0000 mon.smithi005 (mon.0) 381 2024-01-21T08:24:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T08:24:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: audit 2024-01-21T08:24:04.805645+0000 mon.smithi005 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: audit 2024-01-21T 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: 08:24:04.806026+0000 mon.smithi005 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: audit 2024-01-21T08:24:04. 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: 806274+0000 mon.smithi005 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: audit 2024-01-21T08: 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: 24:04.806494+0000 mon.smithi005 (mon.0) 385 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: audit 2024-01-21T08:24:04 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: .806713+0000 mon.smithi005 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: audit 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: 2024-01-21T08:24:04.806939+0000 mon.smithi005 (mon.0) 387 : 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: audit 2024-01-21T08:24:04.807146+0000 mon.smithi005 (mon 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: .0) 388 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:05.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: audit 2024-01-21T08:24:05.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: 2024-01-21T08:24:05.787846+0000 mon.smithi150 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.150:6808/1119737607,v1:172.21.15.150:6809/1119737607]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T08:24:05.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: audit 2024-01-21T08:24:05. 2024-01-21T08:24:05.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:05 smithi150 conmon[40284]: 788337+0000 mon.smithi005 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T08:24:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: cluster 2024-01-21T08:24:04.805509+0000 mon.smithi005 (mon. 2024-01-21T08:24:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: 0) 381 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T08:24:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: audit 2024-01-21T08:24:04.805645+0000 mon.smithi005 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: audit 2024-01-21T08:24:04.806026+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: 383 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: audit 2024-01-21T08:24:04.806274 2024-01-21T08:24:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: +0000 mon.smithi005 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: audit 2024-01-21T08:24 2024-01-21T08:24:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: :04.806494+0000 mon.smithi005 (mon.0) 385 : 2024-01-21T08:24:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:24:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: -21T08:24:04.806713+0000 mon.smithi005 (mon. 2024-01-21T08:24:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: 0) 386 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: audit 2024-01-21T08:24:05.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: 2024-01-21T08:24:04 2024-01-21T08:24:05.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: .806939+0000 mon.smithi005 (mon.0) 387 2024-01-21T08:24:05.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:05.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:24:05.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: -21T08:24:04.807146+0000 mon.smithi005 (mon.0) 388 : 2024-01-21T08:24:05.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:05.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: audit 2024-01-21T08:24:05.787846+0000 mon.smithi150 2024-01-21T08:24:05.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.150:6808/1119737607,v1:172.21.15.150:6809/1119737607]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T08:24:05.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:24:05.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: -21T08:24:05.788337+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:05.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:05 smithi005 conmon[35306]: 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T08:24:07.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: cluster 2024-01-21T08:24:05.567762+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:24:07.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: mgr.14182) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T08:24:07.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: audit 2024-01-21T08:24:05.810214+0000 mon.smithi005 (mon.0) 390 2024-01-21T08:24:07.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T08:24:07.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: cluster 2024-01-21T 2024-01-21T08:24:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: 08:24:05.810265+0000 mon.smithi005 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-21T08:24:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:24:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: 01-21T08:24:05.810408+0000 mon.smithi005 (mon 2024-01-21T08:24:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: .0) 392 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:24:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: 01-21T08:24:05.810866+0000 mon.smithi005 (mon 2024-01-21T08:24:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: .0) 393 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: audit 2024-01-21 2024-01-21T08:24:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: T08:24:05.811033+0000 mon.smithi005 (mon.0 2024-01-21T08:24:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: ) 394 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: audit 2024-01-21T08:24 2024-01-21T08:24:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: :05.811087+0000 mon.smithi150 (mon.1) 14 : 2024-01-21T08:24:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: audit [INF] from='osd.2 [v2:172.21.15.150:6808/1119737607,v1:172.21.15.150:6809/1119737607]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: audit 2024-01-21T08:24:05. 2024-01-21T08:24:07.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: 811229+0000 mon.smithi005 (mon.0) 395 : audit [DBG] 2024-01-21T08:24:07.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:07.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: audit 2024-01-21T08:24:07.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: 2024-01-21T08:24:05.811506+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:07.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: 396 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:07.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: audit 2024-01-21T08:24:05 2024-01-21T08:24:07.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: .811740+0000 mon.smithi005 (mon.0) 397 : audit 2024-01-21T08:24:07.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:07.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: audit 2024-01-21T08:24:07.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: 2024-01-21T08:24:05.811974+0000 mon.smithi005 (mon.0 2024-01-21T08:24:07.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: ) 398 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:07.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: audit 2024-01-21T08:24 2024-01-21T08:24:07.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: :05.812149+0000 mon.smithi005 (mon.0) 399 : 2024-01-21T08:24:07.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:06 smithi150 conmon[40284]: audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:06 smithi005 conmon[35306]: cluster 2024-01-21T08:24:05.567762+0000 mgr.smithi005.dctvsr (mgr.14182) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T08:24:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:06 smithi005 conmon[35306]: audit 2024-01-21T08:24:05.810214+0000 mon.smithi005 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T08:24:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:06 smithi005 conmon[35306]: cluster 2024-01-21T08:24:05.810265+0000 mon.smithi005 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-21T08:24:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:06 smithi005 conmon[35306]: audit 2024-01-21T08:24:05.810408+0000 mon.smithi005 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:06 smithi005 conmon[35306]: audit 2024-01-21T08:24:05.810866+0000 mon.smithi005 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:06 smithi005 conmon[35306]: audit 2024-01-21T08:24:05.811033+0000 mon.smithi005 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:06 smithi005 conmon[35306]: audit 2024-01-21T08:24:05.811087+0000 mon.smithi150 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.150:6808/1119737607,v1:172.21.15.150:6809/1119737607]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:06 smithi005 conmon[35306]: audit 2024-01-21T08:24:05.811229+0000 mon.smithi005 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:06 smithi005 conmon[35306]: audit 2024-01-21T08:24:05.811506+0000 mon.smithi005 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:06 smithi005 conmon[35306]: audit 2024-01-21T08:24:05.811740+0000 mon.smithi005 (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:06 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:24:07.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:06 smithi005 conmon[35306]: -21T08:24:05.811974+0000 mon.smithi005 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:07.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:06 smithi005 conmon[35306]: audit 2024-01-21T08:24:05.812149+0000 mon.smithi005 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:07.250 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:24:08.126 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: audit 2024-01-21T08:24:06.812186+0000 mon.smithi005 (mon. 2024-01-21T08:24:08.126 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: 0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-01-21T08:24:08.126 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: cluster 2024-01-21T08:24:06.812280+0000 mon.smithi005 (mon.0) 401 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-21T08:24:08.126 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: audit 2024-01-21T08:24:06.812590+0000 mon.smithi005 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:08.126 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: audit 2024-01-21T08:24:06.812871+0000 mon.smithi005 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:08.126 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: audit 2024-01-21T08:24:06.813071+0000 mon.smithi005 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:08.126 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: audit 2024-01-21T08:24:06.813242+0000 mon.smithi005 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:08.126 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: audit 2024-01-21T08:24:06.813443+0000 mon.smithi005 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: audit 2024-01-21T08:24:06.817115+0000 mon.smithi005 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: audit 2024-01-21T08:24:06.817604+0000 mon.smithi005 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: audit 2024-01-21T08:24:06.817891+0000 mon.smithi005 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: audit 2024-01-21T08:24:06.823205+0000 mon.smithi005 (mon.0) 410 : audit [INF] from='osd.1 [v2:172.21.15.5:6802/502615231,v1:172.21.15.5:6803/502615231]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: audit 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: 2024-01-21T08:24:07.249052+0000 mon.smithi005 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.5:0/2465082067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: audit 2024-01-21T08:24:07.354626+0000 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: mon.smithi005 (mon.0) 412 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: 01-21T08:24: 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: 07.355473+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: 413 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: 08:24:07.356319+0000 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: mon.smithi005 (mon.0) 414 : audit [DBG] 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:08.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: cephadm 2024-01-21T 2024-01-21T08:24:08.128 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: 08:24:07.357040+0000 2024-01-21T08:24:08.128 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 92 : cephadm [INF] 2024-01-21T08:24:08.128 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:07 smithi005 conmon[35306]: Deploying daemon osd.6 on smithi150 2024-01-21T08:24:08.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit 2024-01-21T08:24:06.812186+0000 mon.smithi005 (mon.0) 400 2024-01-21T08:24:08.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-01-21T08:24:08.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: cluster 2024-01-21T08:24:06.812280+0000 mon.smithi005 (mon.0) 401 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-21T08:24:08.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:24:08.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 21T08:24:06.812590+0000 mon.smithi005 (mon.0) 402 : 2024-01-21T08:24:08.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:08.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 2024-01-21T08:24:06 2024-01-21T08:24:08.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: .812871+0000 mon.smithi005 (mon.0) 403 : audit 2024-01-21T08:24:08.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:08.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:24:08.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 21T08:24:06.813071 2024-01-21T08:24:08.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 404 : audit [DBG] 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit 2024-01-21T 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 08:24:06.813242+0000 mon.smithi005 (mon. 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 0) 405 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 2024-01-21T08:24 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: :06.813443+0000 mon.smithi005 (mon.0) 406 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit 2024 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: -01-21T08:24:06 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: .817115+0000 mon.smithi005 (mon.0) 407 : audit 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 2024-01-21T08:24 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: :06.817604+0000 mon.smithi005 (mon 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: .0) 408 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 2024-01-21T08 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: :24:06.817891+0000 mon.smithi005 (mon 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: .0) 409 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 2024-01- 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 21T08:24:06.823205+0000 mon.smithi005 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: (mon.0) 410 : audit [INF] from='osd.1 [v2:172.21.15.5:6802/502615231,v1:172.21.15.5:6803/502615231]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 2024-01-21 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: T08:24:07.249052+0000 mon.smithi005 (mon 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: .0) 411 : audit [DBG] from='client.? 172.21.15.5:0/2465082067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 2024-01-21T08:24 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: :07.354626+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 412 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit 2024-01-21T08:24: 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 07.355473+0000 mon.smithi005 (mon.0) 413 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T08:24:08.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.147 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 2024-01-21T08:24 2024-01-21T08:24:08.147 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: :07.356319+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:08.147 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 414 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:08.147 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: cephadm 2024-01-21T08:24:08.147 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: 2024-01-21T08:24:07.357040+0000 mgr.smithi005.dctvsr 2024-01-21T08:24:08.147 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:07 smithi150 conmon[40284]: (mgr.14182) 92 : cephadm [INF] Deploying daemon osd.6 on smithi150 2024-01-21T08:24:08.177 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":19,"num_osds":8,"num_up_osds":1,"osd_up_since":1705825443,"num_in_osds":8,"osd_in_since":1705825429,"num_remapped_pgs":0} 2024-01-21T08:24:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: cluster 2024-01-21T08:24:06.793992+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:24:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: cluster 2024-01-21T08:24:06.794069+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: cluster 2024-01-21T08:24:07.568071+0000 mgr.smithi005.dctvsr (mgr.14182) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T08:24:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: audit 2024-01-21T08:24:07.817261+0000 mon.smithi005 (mon.0) 415 : audit [INF] from='osd.1 [v2:172.21.15.5:6802/502615231,v1:172.21.15.5:6803/502615231]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T08:24:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: cluster 2024-01-21T08:24:07.817349+0000 mon.smithi005 (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.150:6808/1119737607,v1:172.21.15.150:6809/1119737607] boot 2024-01-21T08:24:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: cluster 2024-01-21T08:24:07.817394+0000 mon.smithi005 (mon.0) 417 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-21T08:24:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: audit 2024-01-21T08:24:07.817734+0000 mon.smithi005 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: audit 2024-01-21T08:24:07.818026+0000 mon.smithi005 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:24:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: 01-21T08:24:07.818255+0000 mon.smithi005 (mon.0) 420 : audit [INF] from='osd.1 [v2:172.21.15.5:6802/502615231,v1:172.21.15.5:6803/502615231]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-01-21T08:24:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: audit 2024-01-21T08:24:07.818460+0000 mon.smithi005 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: audit 2024-01-21T08:24:07.818660+0000 mon.smithi005 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: audit 2024-01-21T08:24:07.822057+0000 mon.smithi005 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: audit 2024-01-21T08:24:07.822393+0000 mon.smithi005 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:08 smithi150 conmon[40284]: audit 2024-01-21T08:24:07.822529+0000 mon.smithi005 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:09.164 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: cluster 2024-01-21T08:24:06. 2024-01-21T08:24:09.164 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 793992+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:24:09.164 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: cluster 2024-01 2024-01-21T08:24:09.164 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: -21T08:24:06.794069+0000 osd.2 (osd. 2024-01-21T08:24:09.164 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:09.164 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: cluster 2024-01-21T08:24:09.164 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 2024-01-21T08:24 2024-01-21T08:24:09.164 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: :07.568071+0000 mgr.smithi005.dctvsr (mgr.14182) 93 : 2024-01-21T08:24:09.164 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T08:24:09.164 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: audit 2024-01-21T08:24:09.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 2024-01-21T08:24:07. 2024-01-21T08:24:09.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 817261+0000 mon.smithi005 (mon.0) 415 : audit [INF] from='osd.1 [v2:172.21.15.5:6802/502615231,v1:172.21.15.5:6803/502615231]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T08:24:09.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 2024-01-21T08:24:09.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: cluster 2024-01-21T08:24:09.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 2024-01-21T08:24:07.817349+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:09.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 416 : cluster [INF] osd.2 [v2:172.21.15.150:6808/1119737607,v1:172.21.15.150:6809/1119737607] boot 2024-01-21T08:24:09.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: cluster 2024-01-21T 2024-01-21T08:24:09.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 08:24:07.817394+0000 mon.smithi005 (mon. 2024-01-21T08:24:09.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 0) 417 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-21T08:24:09.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 2024-01-21T08:24:09.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: audit 2024 2024-01-21T08:24:09.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: -01-21T08:24:07.817734+0000 mon.smithi005 ( 2024-01-21T08:24:09.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:09.165 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: audit 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 2024-01-21T08:24:07.818026+0000 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: mon.smithi005 (mon.0) 419 : audit [DBG] 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: audit 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 2024-01-21T08:24:07.818255+0000 mon.smithi005 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: (mon.0) 420 : audit [INF] from='osd.1 [v2:172.21.15.5:6802/502615231,v1:172.21.15.5:6803/502615231]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 08:24:07.818460+0000 mon.smithi005 (mon.0 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: ) 421 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 01-21T08:24:07.818660+0000 mon.smithi005 (mon 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: .0) 422 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:24:09.166 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 08:24:07.822057+0000 mon.smithi005 (mon.0) 423 2024-01-21T08:24:09.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:09.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: audit 2024 2024-01-21T08:24:09.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: -01-21T08:24:07.822393+0000 mon.smithi005 ( 2024-01-21T08:24:09.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:09.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 2024-01-21T08:24:09.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: audit 2024-01-21T08:24:09.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 2024-01- 2024-01-21T08:24:09.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: 21T08:24:07.822529+0000 mon.smithi005 2024-01-21T08:24:09.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:08 smithi005 conmon[35306]: (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:09.178 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:24:10.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: cluster 2024-01-21T08:24:07.776857+0000 osd.1 ( 2024-01-21T08:24:10.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:24:10.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: cluster 2024-01-21T08:24:07.776919+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:10.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: audit 2024-01-21T08:24:08.819376+0000 mon.smithi005 (mon.0) 426 : audit [INF] from='osd.1 [v2:172.21.15.5:6802/502615231,v1:172.21.15.5:6803/502615231]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-01-21T08:24:10.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: cluster 2024-01-21T08:24:08.819461+0000 mon.smithi005 (mon.0) 427 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-21T08:24:10.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: audit 2024-01-21T08:24:08.819613+0000 mon.smithi005 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:10.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: audit 2024-01-21T08:24:08.820418+0000 mon.smithi005 (mon.0) 429 : audit [DBG] 2024-01-21T08:24:10.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:10.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: audit 2024-01-21T08:24:08.821102+0000 mon.smithi005 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:10.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:24:10.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: :24:08.821342+0000 mon.smithi005 (mon.0 2024-01-21T08:24:10.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: ) 431 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:10.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:24:10.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: -21T08:24:08.821576+0000 2024-01-21T08:24:10.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: mon.smithi005 (mon.0) 432 : audit [DBG] 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: 2024-01-21T08:24:08.821829+0000 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: mon.smithi005 (mon.0) 433 : audit [DBG] 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: 2024-01-21T08:24:08.824243+0000 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: mon.smithi005 (mon.0) 434 : audit [DBG] 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: 2024-01-21T08:24:09.338798+0000 mon.smithi005 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: (mon.0) 435 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: -21T08:24:09.339717+0000 mon.smithi005 (mon. 2024-01-21T08:24:10.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: 0) 436 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T08:24:10.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: audit 2024-01- 2024-01-21T08:24:10.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: 21T08:24:09.340382+0000 mon.smithi005 2024-01-21T08:24:10.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:10.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: cephadm 2024 2024-01-21T08:24:10.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: -01-21T08:24:09.340922+0000 2024-01-21T08:24:10.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 94 : cephadm [INF] 2024-01-21T08:24:10.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: Deploying daemon osd.5 on smithi005 2024-01-21T08:24:10.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:24:10.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: 08:24:09.823874+0000 mon.smithi005 (mon 2024-01-21T08:24:10.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:10 smithi005 conmon[35306]: .0) 438 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:10.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: cluster 2024-01-21T08:24:07.776857+0000 osd.1 (osd.1) 2024-01-21T08:24:10.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:24:10.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: cluster 2024-01-21T08:24:07.776919+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:10.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.819376+0000 mon.smithi005 (mon.0) 426 : audit [INF] from='osd.1 [v2:172.21.15.5:6802/502615231,v1:172.21.15.5:6803/502615231]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-01-21T08:24:10.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: cluster 2024-01-21T08:24:08.819461+0000 mon.smithi005 (mon.0) 427 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-21T08:24:10.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.819613+0000 mon.smithi005 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:10.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.820418+0000 mon.smithi005 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:10.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.821102+0000 mon.smithi005 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:10.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.821342+0000 mon.smithi005 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:10.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.821576+0000 mon.smithi005 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:10.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.821829+0000 mon.smithi005 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:10.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: audit 2024-01-21T08:24:08.824243+0000 mon.smithi005 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:10.568 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: audit 2024-01-21T08:24:09.338798+0000 mon.smithi005 (mon.0) 435 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:10.569 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: audit 2024-01-21T08:24:09.339717+0000 mon.smithi005 (mon.0) 436 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T08:24:10.569 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: audit 2024 2024-01-21T08:24:10.569 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: -01-21T08:24:09.340382+0000 mon.smithi005 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:10.569 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: cephadm 2024-01-21T08:24:09.340922+0000 mgr.smithi005.dctvsr (mgr.14182) 94 : cephadm [INF] Deploying daemon osd.5 on smithi005 2024-01-21T08:24:10.569 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:24:10.569 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: 01-21T08:24:09.823874 2024-01-21T08:24:10.569 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 438 : audit 2024-01-21T08:24:10.569 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:10 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:11.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: cluster 2024-01-21T08:24:09.568342+0000 mgr.smithi005.dctvsr (mgr.14182) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T08:24:11.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: cluster 2024-01-21T08:24:09.828655+0000 mon.smithi005 (mon.0) 439 : cluster [INF] osd.1 [v2:172.21.15.5:6802/502615231,v1:172.21.15.5:6803/502615231] boot 2024-01-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: cluster 2024-01-21T08:24:09.828697+0000 mon.smithi005 (mon.0) 440 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:09.829051+0000 mon.smithi005 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:09.829346+0000 mon.smithi005 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:09.829534+0000 mon.smithi005 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:09.829740+0000 mon.smithi005 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:09.829897+0000 mon.smithi005 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: 08:24:09.830033+0000 mon.smithi005 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:09.830236+0000 mon.smithi005 (mon.0) 447 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 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-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.569840+0000 mon.smithi150 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.150:6816/216176248,v1:172.21.15.150:6817/216176248]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.570307+0000 mon.smithi005 (mon.0) 448 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.830222+0000 mon.smithi005 (mon.0) 449 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 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-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.830333+0000 mon.smithi005 (mon.0) 450 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: cluster 2024-01-21T08:24:10.830454+0000 mon.smithi005 (mon.0) 451 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.830658+0000 mon.smithi005 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:11.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.831099+0000 mon.smithi150 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.150:6816/216176248,v1:172.21.15.150:6817/216176248]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:11.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.831176+0000 mon.smithi005 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:11.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.831563+0000 mon.smithi005 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:11.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.831952+0000 mon.smithi005 (mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:11.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.832356+0000 mon.smithi005 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:11.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.832580+0000 mon.smithi005 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:11.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:11 smithi005 conmon[35306]: audit 2024-01-21T08:24:10.833331+0000 mon.smithi005 (mon.0) 458 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T08:24:11.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: cluster 2024-01-21T08:24:09.568342+0000 mgr.smithi005.dctvsr (mgr.14182) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T08:24:11.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: cluster 2024-01- 2024-01-21T08:24:11.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 21T08:24:09.828655+0000 mon.smithi005 (mon.0) 439 : cluster [INF] osd.1 [v2:172.21.15.5:6802/502615231,v1:172.21.15.5:6803/502615231] boot 2024-01-21T08:24:11.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: cluster 2024-01-21T08:24:09.828697+0000 mon.smithi005 (mon.0) 440 : cluster 2024-01-21T08:24:11.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-21T08:24:11.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 21T08:24:09.829051+0000 mon.smithi005 (mon.0 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: ) 441 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 2024-01-21T08 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: :24:09.829346+0000 mon.smithi005 (mon.0 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: ) 442 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 2024-01-21T 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 08:24:09.829534+0000 mon.smithi005 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: (mon.0) 443 : audit [DBG] 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 01-21T08:24:09 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: .829740+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 444 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:11.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 2024-01-21T08 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: :24:09.829897+0000 mon.smithi005 ( 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: mon.0) 445 : audit [DBG] 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: -21T08:24:09.830033 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 446 : audit [DBG] 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01-21T08 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: :24:09.830236+0000 mon.smithi005 (mon 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: .0) 447 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 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-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: -01-21T08:24:10 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: .569840+0000 mon.smithi150 (mon.1 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: ) 15 : audit [INF] from='osd.4 [v2:172.21.15.150:6816/216176248,v1:172.21.15.150:6817/216176248]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T08:24:11.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 2024-01-21T08 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: :24:10.570307+0000 mon.smithi005 ( 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: mon.0) 448 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 2024-01-21T08:24 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: :10.830222+0000 mon.smithi005 (mon. 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 0) 449 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 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-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 01-21T08:24:10 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: .830333+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 450 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: cluster 2024-01 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: -21T08:24:10.830454+0000 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: mon.smithi005 (mon.0) 451 : cluster 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-21T08:24:11.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 2024-01-21T 2024-01-21T08:24:11.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 08:24:10.830658+0000 mon.smithi005 ( 2024-01-21T08:24:11.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:11.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 2024-01-21T08:24 2024-01-21T08:24:11.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: :10.831099+0000 mon.smithi150 (mon.1 2024-01-21T08:24:11.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: ) 16 : audit [INF] from='osd.4 [v2:172.21.15.150:6816/216176248,v1:172.21.15.150:6817/216176248]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:11.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:24:11.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 01-21T08:24:10. 2024-01-21T08:24:11.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 831176+0000 mon.smithi005 (mon.0) 453 : audit 2024-01-21T08:24:11.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:11.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:24:11.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 21T08:24:10.831563 2024-01-21T08:24:11.648 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 454 : audit 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 2024-01-21 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: T08:24:10.831952+0000 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: mon.smithi005 (mon.0) 455 : audit 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 2024-01-21T08: 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 24:10.832356+0000 mon.smithi005 (mon.0) 456 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 2024-01-21T08:24 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: :10.832580+0000 mon.smithi005 (mon.0) 457 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 2024-01-21T08:24: 2024-01-21T08:24:11.649 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 10.833331+0000 mon.smithi005 (mon. 2024-01-21T08:24:11.650 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:11 smithi150 conmon[40284]: 0) 458 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T08:24:11.939 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:24:12.768 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":24,"num_osds":8,"num_up_osds":3,"osd_up_since":1705825449,"num_in_osds":8,"osd_in_since":1705825429,"num_remapped_pgs":0} 2024-01-21T08:24:13.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: cluster 2024-01-21T08:24:11.568693+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:24:13.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: ) 96 : cluster [DBG] pgmap v66: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T08:24:13.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.831053+0000 mon.smithi005 (mon.0) 459 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-01-21T08:24:13.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.831153+0000 mon.smithi005 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T08:24:13.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: cluster 2024-01-21T08:24:11.831198+0000 mon.smithi005 (mon.0) 461 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-21T08:24:13.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.831358+0000 mon.smithi005 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:13.131 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.831804+0000 mon.smithi005 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:13.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.832050+0000 mon.smithi005 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:13.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.832289+0000 mon.smithi005 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:13.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.832530+0000 mon.smithi005 (mon.0) 466 : audit 2024-01-21T08:24:13.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:13.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.838810+0000 mon.smithi005 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:13.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.937969+0000 mon.smithi005 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.5:0/2003316863' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:24:13.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: audit 2024-01-21T08:24:11.970651+0000 mon.smithi005 (mon.0) 469 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:13.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: audit 2024-01-21T08:24:12.496641+0000 mon.smithi150 (mon.1 2024-01-21T08:24:13.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: ) 17 : audit [INF] from='osd.3 [v2:172.21.15.5:6810/3470156295,v1:172.21.15.5:6811/3470156295]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T08:24:13.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: audit 2024-01-21T08:24: 2024-01-21T08:24:13.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: 12.497015+0000 mon.smithi005 (mon.0) 470 : audit 2024-01-21T08:24:13.132 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:12 smithi150 conmon[40284]: [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T08:24:13.190 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: cluster 2024-01-21T08:24:11.568693+0000 mgr.smithi005.dctvsr (mgr.14182) 96 : cluster [DBG] pgmap v66: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T08:24:13.190 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: 2024-01-21T08:24:13.190 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: audit 2024-01-21T08:24:11.831053+0000 mon.smithi005 (mon.0) 459 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-01-21T08:24:13.190 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: audit 2024-01-21T08:24:11.831153+0000 mon.smithi005 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T08:24:13.190 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: cluster 2024-01-21T08:24:11.831198+0000 mon.smithi005 (mon.0) 461 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-21T08:24:13.190 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: audit 2024-01-21T08:24:11.831358+0000 mon.smithi005 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:13.190 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: audit 2024-01-21T08:24:11.831804+0000 mon.smithi005 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:13.190 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: audit 2024-01-21T08:24: 2024-01-21T08:24:13.190 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: 11.832050+0000 mon.smithi005 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:13.190 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:24:13.190 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: :24:11.832289+0000 mon.smithi005 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:13.190 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:24:13.190 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: :24:11.832530+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:13.190 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: 466 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:13.191 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: audit 2024-01-21T08:24:11.838810+0000 mon.smithi005 ( 2024-01-21T08:24:13.191 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:13.191 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:24:13.191 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: :24:11.937969+0000 mon.smithi005 (mon.0 2024-01-21T08:24:13.191 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: ) 468 : audit [DBG] from='client.? 172.21.15.5:0/2003316863' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:24:13.191 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:24:13.191 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: :24:11.970651+0000 mon.smithi005 (mon.0 2024-01-21T08:24:13.191 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: ) 469 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:13.191 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:24:13.191 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: :24:12.496641+0000 mon.smithi150 (mon.1 2024-01-21T08:24:13.191 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: ) 17 : audit [INF] from='osd.3 [v2:172.21.15.5:6810/3470156295,v1:172.21.15.5:6811/3470156295]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T08:24:13.191 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:24:13.191 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: 08:24:12.497015+0000 mon.smithi005 (mon. 2024-01-21T08:24:13.191 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:12 smithi005 conmon[35306]: 0) 470 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T08:24:13.770 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:24:14.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:13 smithi150 conmon[40284]: cluster 2024-01-21T08:24:11.599794+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:24:14.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:13 smithi150 conmon[40284]: cluster 2024-01-21T08:24:11.599854+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:14.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:13 smithi150 conmon[40284]: cluster 2024-01-21T08:24:12.833545+0000 mon.smithi005 (mon.0) 471 : cluster [INF] osd.4 [v2:172.21.15.150:6816/216176248,v1:172.21.15.150:6817/216176248] boot 2024-01-21T08:24:14.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:13 smithi150 conmon[40284]: audit 2024-01-21T08:24:12.833602+0000 mon.smithi005 (mon.0) 472 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T08:24:14.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:13 smithi150 conmon[40284]: cluster 2024-01-21T08:24:12.833662+0000 mon.smithi005 (mon.0) 473 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-21T08:24:14.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:13 smithi150 conmon[40284]: audit 2024-01-21T08:24:12.834085+0000 mon.smithi005 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:14.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:13 smithi150 conmon[40284]: audit 2024-01-21T08:24:12.834359+0000 mon.smithi005 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:14.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:13 smithi150 conmon[40284]: audit 2024-01-21T08:24:12.834589+0000 mon.smithi005 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:14.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:13 smithi150 conmon[40284]: audit 2024-01-21T08:24:12.834792+0000 mon.smithi005 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:14.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:13 smithi150 conmon[40284]: audit 2024-01-21T08:24:12.834989+0000 mon.smithi005 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:14.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:13 smithi150 conmon[40284]: audit 2024-01-21T08:24:12.835574+0000 mon.smithi150 (mon.1) 18 : audit [INF] from='osd.3 [v2:172.21.15.5:6810/3470156295,v1:172.21.15.5:6811/3470156295]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-01-21T08:24:14.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:13 smithi150 conmon[40284]: audit 2024-01-21T08:24:12.839277+0000 mon.smithi005 (mon.0) 479 2024-01-21T08:24:14.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:13 smithi150 conmon[40284]: : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-01-21T08:24:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: cluster 2024-01-21T08:24:11.599794+0000 osd.4 (osd.4) 2024-01-21T08:24:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:24:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: cluster 2024-01-21T08:24:11.599854+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: cluster 2024-01-21T08:24:12.833545+0000 mon.smithi005 (mon.0) 471 : cluster [INF] osd.4 [v2:172.21.15.150:6816/216176248,v1:172.21.15.150:6817/216176248] boot 2024-01-21T08:24:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: audit 2024-01-21T08:24:12.833602+0000 mon.smithi005 (mon.0) 472 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T08:24:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: cluster 2024-01-21T08:24:12.833662+0000 mon.smithi005 (mon.0) 473 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-21T08:24:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: audit 2024-01-21T08:24:12.834085+0000 mon.smithi005 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: audit 2024-01-21T08:24:12.834359+0000 mon.smithi005 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:24:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: audit 2024-01-21T08:24:12.834589+0000 mon.smithi005 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:14.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: audit 2024-01-21T08:24:12.834792+0000 mon.smithi005 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:14.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: audit 2024-01-21T08:24:12.834989+0000 mon.smithi005 (mon. 2024-01-21T08:24:14.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: 0) 478 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:14.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: audit 2024-01-21T08:24:12.835574+0000 mon.smithi150 (mon.1) 18 : audit [INF] from='osd.3 [v2:172.21.15.5:6810/3470156295,v1:172.21.15.5:6811/3470156295]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-01-21T08:24:14.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: audit 2024-01-21T08: 2024-01-21T08:24:14.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:13 smithi005 conmon[35306]: 24:12.839277+0000 mon.smithi005 (mon.0) 479 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-01-21T08:24:15.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: cluster 2024-01-21T08:24:13.568985+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:24:15.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: 97 : cluster [DBG] pgmap v69: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T08:24:15.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: audit 2024-01-21T08:24:13.839635+0000 mon.smithi005 (mon.0) 480 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-01-21T08:24:15.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: cluster 2024-01-21T08:24:13.839705+0000 mon.smithi005 (mon.0) 481 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: audit 2024-01-21T08:24:13.840028+0000 mon.smithi005 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: 21T08:24:13.840266+0000 mon.smithi005 (mon.0) 483 : audit 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: 01-21T08:24:13.840496+0000 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: mon.smithi005 (mon.0) 484 : audit [DBG] 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: audit 2024-01-21T08:24:13 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: .840770+0000 mon.smithi005 (mon.0) 485 : audit 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: audit 2024-01-21T08 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: :24:13.846450+0000 2024-01-21T08:24:15.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: mon.smithi005 (mon.0) 486 : audit [DBG] 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: audit 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: 2024-01-21T08:24 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: :14.610393+0000 mon.smithi005 (mon.0) 487 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: cluster 2024-01-21T08 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: :24:14.841656+0000 mon.smithi005 (mon 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: .0) 488 : cluster [INF] osd.3 [v2:172.21.15.5:6810/3470156295,v1:172.21.15.5:6811/3470156295] boot 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: cluster 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: 2024-01-21T08:24:14.841726 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 489 : cluster [DBG] 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: osdmap e27: 8 total, 5 up, 8 in 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: audit 2024-01-21T08:24 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: :14. 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: 841897+0000 mon.smithi005 (mon.0) 490 : audit [DBG] 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:15.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:24:15.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: 01-21T08:24:14.842487+0000 mon.smithi005 ( 2024-01-21T08:24:15.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:15.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:24:15.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: 01-21T08:24:14.842824+0000 mon.smithi005 ( 2024-01-21T08:24:15.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:15.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:24:15.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: 01-21T08:24: 2024-01-21T08:24:15.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: 14.843104+0000 mon.smithi005 (mon.0) 493 : audit 2024-01-21T08:24:15.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:14 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: cluster 2024-01-21T08:24:13.568985+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:24:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: ) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T08:24:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: audit 2024-01-21T08:24:13.839635+0000 mon.smithi005 (mon.0) 480 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-01-21T08:24:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: cluster 2024-01-21T08:24:13.839705+0000 mon.smithi005 (mon.0) 481 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-21T08:24:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: audit 2024-01-21T08:24:13.840028+0000 mon.smithi005 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: audit 2024-01-21T08:24:13.840266+0000 mon.smithi005 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: audit 2024-01-21T08:24:13.840496+0000 mon.smithi005 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: audit 2024-01-21T08:24:13.840770+0000 mon.smithi005 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: audit 2024-01-21T08:24:13.846450+0000 mon.smithi005 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: audit 2024-01-21T08:24:14.610393+0000 mon.smithi005 (mon.0) 487 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:15.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: cluster 2024-01-21T08:24:14.841656+0000 mon.smithi005 (mon.0) 488 : cluster [INF] osd.3 [v2:172.21.15.5:6810/3470156295,v1:172.21.15.5:6811/3470156295] boot 2024-01-21T08:24:15.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: cluster 2024-01-21T08:24:14.841726+0000 mon.smithi005 (mon.0) 489 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-21T08:24:15.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: audit 2024-01-21T08:24:14.841897+0000 mon.smithi005 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:24:15.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: audit 2024-01-21T08:24:14.842487+0000 mon.smithi005 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:15.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: audit 2024-01-21T08:24:14.842824+0000 mon.smithi005 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:15.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:14 smithi005 conmon[35306]: audit 2024-01-21T08:24:14.843104+0000 mon.smithi005 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:15.935 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:15 smithi005 conmon[35306]: cluster 2024-01-21T08:24:13.452831+0000 osd.3 (osd.3 2024-01-21T08:24:15.935 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:15 smithi005 conmon[35306]: ) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:24:15.935 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:15 smithi005 conmon[35306]: cluster 2024-01-21T08:24:13.452894+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:15.935 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:15 smithi005 conmon[35306]: audit 2024-01-21T08:24:15.183269+0000 mon.smithi150 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.150:6824/279110037,v1:172.21.15.150:6825/279110037]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T08:24:15.935 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:15 smithi005 conmon[35306]: audit 2024-01-21T08:24:15.183828+0000 mon.smithi005 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T08:24:15.935 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:15 smithi005 conmon[35306]: audit 2024-01-21T08:24:15.842773+0000 mon.smithi005 (mon.0) 495 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T08:24:15.935 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:15 smithi005 conmon[35306]: cluster 2024-01-21T08:24:15.842879+0000 mon.smithi005 (mon.0) 496 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-21T08:24:15.936 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:15 smithi005 conmon[35306]: audit 2024-01-21T08:24:15.843045+0000 mon.smithi005 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:15.936 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:15 smithi005 conmon[35306]: audit 2024-01-21T08:24:15.843597+0000 mon.smithi005 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:15.936 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:15 smithi005 conmon[35306]: audit 2024-01-21T08:24:15.843746+0000 mon.smithi150 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.150:6824/279110037,v1:172.21.15.150:6825/279110037]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:15.936 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:15 smithi005 conmon[35306]: audit 2024-01-21T08:24:15.844011+0000 mon.smithi005 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:15.936 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:15 smithi005 conmon[35306]: audit 2024-01-21T08:24:15.844497+0000 mon.smithi005 (mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:16.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: cluster 2024-01-21T08:24:13.452831+0000 osd.3 (osd.3) 1 : cluster 2024-01-21T08:24:16.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: [DBG] purged_snaps scrub starts 2024-01-21T08:24:16.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: cluster 2024-01-21T08:24:13.452894+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:16.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: audit 2024-01-21T08 2024-01-21T08:24:16.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: :24:15.183269+0000 mon.smithi150 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.150:6824/279110037,v1:172.21.15.150:6825/279110037]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T08:24:16.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: audit 2024-01-21T08:24:16.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: 2024-01-21T08:24:15.183828+0000 mon.smithi005 (mon.0) 494 : audit [INF] 2024-01-21T08:24:16.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T08:24:16.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: audit 2024-01-21T08:24:15.842773+0000 mon.smithi005 (mon 2024-01-21T08:24:16.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: .0) 495 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T08:24:16.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: cluster 2024-01-21T 2024-01-21T08:24:16.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: 08:24:15.842879+0000 mon.smithi005 (mon.0) 496 : 2024-01-21T08:24:16.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-21T08:24:16.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: audit 2024-01-21T08:24:15. 2024-01-21T08:24:16.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: 843045+0000 mon.smithi005 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:16.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: audit 2024 2024-01-21T08:24:16.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: -01-21T08:24:15.843597+0000 mon.smithi005 (mon.0) 498 : audit 2024-01-21T08:24:16.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:16.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: audit 2024-01-21T08:24:15. 2024-01-21T08:24:16.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: 843746+0000 mon.smithi150 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.150:6824/279110037,v1:172.21.15.150:6825/279110037]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:16.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: 2024-01-21T08:24:16.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: audit 2024-01-21T08:24:16.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: 2024-01-21T08:24:15.844011+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:16.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: 499 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:16.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: audit 2024-01-21T08:24:15. 2024-01-21T08:24:16.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:15 smithi150 conmon[40284]: 844497+0000 mon.smithi005 (mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2024-01-21T08:24:16.318 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:24:16.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:16 smithi005 conmon[35306]: cluster 2024-01-21T08:24:15.569328+0000 mgr.smithi005.dctvsr (mgr.14182) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T08:24:16.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:16 smithi005 conmon[35306]: audit 2024-01-21T08:24:16.316246+0000 mon.smithi005 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.5:0/3939228253' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:24:16.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:16 smithi005 conmon[35306]: audit 2024-01-21T08:24:16.615041+0000 mon.smithi005 (mon.0) 502 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:16.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:16 smithi005 conmon[35306]: audit 2024-01-21T08:24:16.615879+0000 mon.smithi005 (mon.0) 503 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T08:24:16.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:16 smithi005 conmon[35306]: audit 2024-01-21T08:24:16.616508+0000 mon.smithi005 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:16.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:16 smithi005 conmon[35306]: audit 2024-01-21T08:24:16.844171+0000 mon.smithi005 (mon.0) 505 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-01-21T08:24:16.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:16 smithi005 conmon[35306]: cluster 2024-01-21T08:24:16.844243+0000 mon.smithi005 (mon.0) 506 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-21T08:24:16.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:16 smithi005 conmon[35306]: audit 2024-01-21T08:24:16.844396+0000 mon.smithi005 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:16.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:16 smithi005 conmon[35306]: audit 2024-01-21T08:24:16.844804+0000 mon.smithi005 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:16.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:16 smithi005 conmon[35306]: audit 2024-01-21T08:24:16.845053+0000 mon.smithi005 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:16.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:16 smithi005 conmon[35306]: audit 2024-01-21T08:24:16.849382+0000 mon.smithi005 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:17.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: cluster 2024-01-21T08:24:15.569328+0000 mgr.smithi005.dctvsr (mgr.14182) 98 : cluster 2024-01-21T08:24:17.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T08:24:17.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: audit 2024-01-21T08:24:16.316246+0000 mon.smithi005 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.5:0/3939228253' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:24:17.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: audit 2024-01-21T08:24:16.615041+0000 mon.smithi005 (mon.0) 502 : 2024-01-21T08:24:17.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:17.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: audit 2024-01-21T08:24:16.615879 2024-01-21T08:24:17.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 503 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T08:24:17.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: audit 2024 2024-01-21T08:24:17.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: -01-21T08:24:16.616508+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:17.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: 504 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:17.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: audit 2024-01-21T08:24 2024-01-21T08:24:17.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: :16.844171+0000 mon.smithi005 (mon.0) 505 : audit [INF] 2024-01-21T08:24:17.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-01-21T08:24:17.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: cluster 2024-01-21T08:24:16.844243+0000 2024-01-21T08:24:17.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: mon.smithi005 (mon.0) 506 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-21T08:24:17.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: audit 2024-01-21T08:24:17.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: 2024-01-21T08:24:16.844396+0000 mon.smithi005 (mon 2024-01-21T08:24:17.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: .0) 507 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:17.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: audit 2024-01 2024-01-21T08:24:17.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: -21T08:24:16.844804+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:17.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: 508 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:17.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: audit 2024-01-21T08: 2024-01-21T08:24:17.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: 24:16.845053+0000 mon.smithi005 (mon.0) 509 : audit 2024-01-21T08:24:17.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:17.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: audit 2024-01-21T08:24:16. 2024-01-21T08:24:17.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: 849382+0000 mon.smithi005 (mon.0) 510 : audit [DBG] 2024-01-21T08:24:17.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:16 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:17.177 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1705825454,"num_in_osds":8,"osd_in_since":1705825429,"num_remapped_pgs":0} 2024-01-21T08:24:18.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:17 smithi150 conmon[40284]: cephadm 2024-01-21T08:24:16.617080+0000 mgr.smithi005.dctvsr (mgr.14182) 99 : cephadm [INF] 2024-01-21T08:24:18.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:17 smithi150 conmon[40284]: Deploying daemon osd.7 on smithi005 2024-01-21T08:24:18.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:17 smithi150 conmon[40284]: audit 2024-01-21T08:24:17.849571+0000 mon.smithi005 (mon.0) 511 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:18.178 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:24:18.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:17 smithi005 conmon[35306]: cephadm 2024-01-21T08:24:16.617080+0000 mgr.smithi005.dctvsr (mgr.14182) 99 : cephadm [INF] Deploying daemon osd.7 on smithi005 2024-01-21T08:24:18.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:17 smithi005 conmon[35306]: audit 2024-01-21T08:24:17.849571+0000 mon.smithi005 (mon.0) 511 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:19.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: cluster 2024-01-21T08:24:16.224562+0000 osd.6 (osd.6) 1 : cluster [DBG] 2024-01-21T08:24:19.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: purged_snaps scrub starts 2024-01-21T08:24:19.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: cluster 2024-01-21T08:24:16.224656+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:19.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: cluster 2024-01-21T08:24:17.569866+0000 mgr.smithi005.dctvsr (mgr.14182) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T08:24:19.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: cluster 2024- 2024-01-21T08:24:19.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: 01-21T08:24:17.857067+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:19.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: 512 : cluster [INF] osd.6 [v2:172.21.15.150:6824/279110037,v1:172.21.15.150:6825/279110037] boot 2024-01-21T08:24:19.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: cluster 2024-01-21T08:24:17 2024-01-21T08:24:19.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: .857115+0000 mon.smithi005 (mon.0) 513 : cluster [DBG] 2024-01-21T08:24:19.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: osdmap e30: 8 total, 6 up, 8 in 2024-01-21T08:24:19.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: audit 2024-01-21T08:24:17.857561+0000 mon.smithi005 ( 2024-01-21T08:24:19.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:19.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: audit 2024-01-21T08:24 2024-01-21T08:24:19.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: :17.857912+0000 mon.smithi005 (mon.0) 515 : audit [DBG] 2024-01-21T08:24:19.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:19.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: audit 2024-01-21T08:24:17.858214+0000 2024-01-21T08:24:19.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:18 smithi150 conmon[40284]: mon.smithi005 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:19.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:18 smithi005 conmon[35306]: cluster 2024-01-21T08:24:16.224562+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:24:19.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:18 smithi005 conmon[35306]: cluster 2024-01-21T08:24:16.224656+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:19.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:18 smithi005 conmon[35306]: cluster 2024-01-21T08:24:17.569866+0000 mgr.smithi005.dctvsr (mgr.14182) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T08:24:19.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:18 smithi005 conmon[35306]: cluster 2024-01-21T08:24:17.857067+0000 mon.smithi005 (mon.0) 512 : cluster [INF] osd.6 [v2:172.21.15.150:6824/279110037,v1:172.21.15.150:6825/279110037] boot 2024-01-21T08:24:19.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:18 smithi005 conmon[35306]: cluster 2024-01-21T08:24:17.857115+0000 mon.smithi005 (mon.0) 513 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-21T08:24:19.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:18 smithi005 conmon[35306]: audit 2024-01-21T08:24:17.857561+0000 mon.smithi005 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:19.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:18 smithi005 conmon[35306]: audit 2024-01-21T08:24:17.857912+0000 mon.smithi005 ( 2024-01-21T08:24:19.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:18 smithi005 conmon[35306]: mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:24:19.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:18 smithi005 conmon[35306]: audit 2024-01-21T08:24:17.858214+0000 mon.smithi005 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:20.064 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:19 smithi005 conmon[35306]: cluster 2024-01-21T08:24:18.863341+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:20.064 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:19 smithi005 conmon[35306]: 517 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-21T08:24:20.064 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:19 smithi005 conmon[35306]: audit 2024-01-21T08:24:18.863816+0000 mon.smithi005 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:20.064 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:19 smithi005 conmon[35306]: audit 2024-01-21T08:24:18.864029+0000 mon.smithi005 (mon.0) 519 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:20.064 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:19 smithi005 conmon[35306]: audit 2024-01-21T08:24:19.799358+0000 mon.smithi005 (mon.0) 520 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/25495226,v1:172.21.15.5:6819/25495226]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T08:24:20.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:19 smithi150 conmon[40284]: cluster 2024-01-21T08:24:18. 2024-01-21T08:24:20.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:19 smithi150 conmon[40284]: 863341+0000 mon.smithi005 (mon.0) 517 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-21T08:24:20.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:19 smithi150 conmon[40284]: audit 2024-01-21T08:24:20.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:19 smithi150 conmon[40284]: 2024-01-21T08:24:18.863816+0000 2024-01-21T08:24:20.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:19 smithi150 conmon[40284]: mon.smithi005 (mon.0) 518 : audit [DBG] 2024-01-21T08:24:20.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:19 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:20.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:19 smithi150 conmon[40284]: audit 2024 2024-01-21T08:24:20.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:19 smithi150 conmon[40284]: -01-21T08:24:18. 2024-01-21T08:24:20.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:19 smithi150 conmon[40284]: 864029+0000 mon.smithi005 (mon.0) 519 : audit 2024-01-21T08:24:20.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:19 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:20.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:19 smithi150 conmon[40284]: audit 2024-01-21 2024-01-21T08:24:20.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:19 smithi150 conmon[40284]: T08:24:19.799358+0000 2024-01-21T08:24:20.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:19 smithi150 conmon[40284]: mon.smithi005 (mon.0) 520 : audit [INF] 2024-01-21T08:24:20.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:19 smithi150 conmon[40284]: from='osd.5 [v2:172.21.15.5:6818/25495226,v1:172.21.15.5:6819/25495226]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T08:24:20.801 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:24:21.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:20 smithi150 conmon[40284]: cluster 2024-01-21T08:24:19.570179+0000 mgr.smithi005.dctvsr (mgr.14182) 101 : cluster [DBG] pgmap v78: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T08:24:21.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:20 smithi150 conmon[40284]: audit 2024-01-21T08:24:19.873881+0000 mon.smithi005 (mon.0) 521 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/25495226,v1:172.21.15.5:6819/25495226]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T08:24:21.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:20 smithi150 conmon[40284]: cluster 2024-01-21T08:24:19.873970+0000 mon.smithi005 (mon.0) 522 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-21T08:24:21.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:20 smithi150 conmon[40284]: audit 2024-01-21T08:24:19 2024-01-21T08:24:21.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:20 smithi150 conmon[40284]: .874122+0000 mon.smithi005 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:21.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:20 smithi150 conmon[40284]: audit 2024-01-21T 2024-01-21T08:24:21.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:20 smithi150 conmon[40284]: 08:24:19.874523+0000 mon.smithi005 (mon.0) 524 : audit [DBG] 2024-01-21T08:24:21.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:20 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:21.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:20 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:24:21.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:20 smithi150 conmon[40284]: 01-21T08:24:19.874840+0000 mon.smithi005 (mon.0) 525 : 2024-01-21T08:24:21.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:20 smithi150 conmon[40284]: audit [INF] from='osd.5 [v2:172.21.15.5:6818/25495226,v1:172.21.15.5:6819/25495226]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-01-21T08:24:21.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:20 smithi150 conmon[40284]: audit 2024-01-21T08:24:20.799551 2024-01-21T08:24:21.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:20 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.5:0/3496379321' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:24:21.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:20 smithi150 conmon[40284]: 2024-01-21T08:24:21.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:20 smithi005 conmon[35306]: cluster 2024-01-21T08:24:19 2024-01-21T08:24:21.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:20 smithi005 conmon[35306]: .570179+0000 mgr.smithi005.dctvsr (mgr.14182) 101 : cluster [DBG] pgmap v78: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T08:24:21.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:20 smithi005 conmon[35306]: audit 2024-01-21T08:24:19.873881+0000 mon.smithi005 (mon.0) 521 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/25495226,v1:172.21.15.5:6819/25495226]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T08:24:21.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:20 smithi005 conmon[35306]: cluster 2024-01-21T08:24:19.873970+0000 mon.smithi005 (mon.0) 522 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-21T08:24:21.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:20 smithi005 conmon[35306]: audit 2024-01-21T08:24:19.874122+0000 mon.smithi005 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:21.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:20 smithi005 conmon[35306]: audit 2024-01-21T08:24:19.874523+0000 mon.smithi005 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:21.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:20 smithi005 conmon[35306]: audit 2024-01-21T08:24:19.874840+0000 mon.smithi005 (mon.0) 525 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/25495226,v1:172.21.15.5:6819/25495226]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-01-21T08:24:21.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:20 smithi005 conmon[35306]: audit 2024-01-21T08:24:20.799551+0000 mon.smithi005 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.5:0/3496379321' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:24:22.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:21 smithi005 conmon[35306]: audit 2024-01-21T08:24:20.875037+0000 mon.smithi005 (mon.0) 527 2024-01-21T08:24:22.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:21 smithi005 conmon[35306]: : audit [INF] from='osd.5 [v2:172.21.15.5:6818/25495226,v1:172.21.15.5:6819/25495226]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-01-21T08:24:22.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:21 smithi005 conmon[35306]: cluster 2024-01-21T08:24:20.875123+0000 mon.smithi005 (mon.0) 528 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-21T08:24:22.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:21 smithi005 conmon[35306]: audit 2024-01-21T08:24:20.875596+0000 2024-01-21T08:24:22.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:21 smithi005 conmon[35306]: mon.smithi005 (mon.0) 529 : audit 2024-01-21T08:24:22.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:21 smithi005 conmon[35306]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:22.014 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:21 smithi005 conmon[35306]: audit 2024-01-21T08:24:22.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:21 smithi005 conmon[35306]: 2024-01-21T08:24:20.875861+0000 2024-01-21T08:24:22.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:21 smithi005 conmon[35306]: mon.smithi005 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:22.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:21 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:24:22.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:21 smithi005 conmon[35306]: 01-21T08:24:20 2024-01-21T08:24:22.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:21 smithi005 conmon[35306]: .881596+0000 mon.smithi005 (mon.0) 531 2024-01-21T08:24:22.015 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:21 smithi005 conmon[35306]: : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:22.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:21 smithi150 conmon[40284]: audit 2024-01-21T08:24:20.875037+0000 mon.smithi005 (mon.0) 527 : audit 2024-01-21T08:24:22.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:21 smithi150 conmon[40284]: [INF] from='osd.5 [v2:172.21.15.5:6818/25495226,v1:172.21.15.5:6819/25495226]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-01-21T08:24:22.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:21 smithi150 conmon[40284]: cluster 2024-01-21T08:24:20.875123+0000 mon.smithi005 (mon.0) 528 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-21T08:24:22.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:21 smithi150 conmon[40284]: audit 2024-01-21T08:24:22.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:21 smithi150 conmon[40284]: 2024-01-21T08:24:20.875596+0000 mon.smithi005 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:22.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:21 smithi150 conmon[40284]: audit 2024-01-21T08:24:22.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:21 smithi150 conmon[40284]: 2024-01-21T08:24 2024-01-21T08:24:22.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:21 smithi150 conmon[40284]: :20.875861+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:22.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:21 smithi150 conmon[40284]: 530 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:22.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:21 smithi150 conmon[40284]: audit 2024-01-21T08:24:22.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:21 smithi150 conmon[40284]: 2024-01-21T08: 2024-01-21T08:24:22.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:21 smithi150 conmon[40284]: 24:20.881596+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:22.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:21 smithi150 conmon[40284]: 531 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:22.270 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1705825457,"num_in_osds":8,"osd_in_since":1705825429,"num_remapped_pgs":0} 2024-01-21T08:24:23.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: cluster 2024-01-21T08:24:20.792907+0000 osd.5 (osd.5) 1 : cluster 2024-01-21T08:24:23.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: [DBG] purged_snaps scrub starts 2024-01-21T08:24:23.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: cluster 2024-01-21T08:24:20.792962+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:23.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: cluster 2024-01-21T08:24:21.570512+0000 mgr.smithi005.dctvsr (mgr.14182) 102 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T08:24:23.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: cluster 2024- 2024-01-21T08:24:23.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: 01-21T08:24:21.880787+0000 mon.smithi005 (mon.0) 2024-01-21T08:24:23.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: 532 : cluster [INF] osd.5 [v2:172.21.15.5:6818/25495226,v1:172.21.15.5:6819/25495226] boot 2024-01-21T08:24:23.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: cluster 2024-01-21T08 2024-01-21T08:24:23.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: :24:21.880816+0000 mon.smithi005 (mon.0) 533 : cluster 2024-01-21T08:24:23.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-21T08:24:23.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: audit 2024-01-21T08:24:21.881236 2024-01-21T08:24:23.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:23.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: 2024-01-21T08:24:23.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: audit 2024-01-21T08:24:23.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: 2024-01-21T08:24:21.881469+0000 mon.smithi005 (mon.0) 535 : audit 2024-01-21T08:24:23.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:22 smithi150 conmon[40284]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:23.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:22 smithi005 conmon[35306]: cluster 2024-01-21T08:24:20.792907+0000 osd.5 (osd 2024-01-21T08:24:23.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:22 smithi005 conmon[35306]: .5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:24:23.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:22 smithi005 conmon[35306]: cluster 2024-01-21T08:24:20.792962+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:23.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:22 smithi005 conmon[35306]: cluster 2024-01-21T08:24:21.570512+0000 mgr.smithi005.dctvsr (mgr.14182) 102 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T08:24:23.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:22 smithi005 conmon[35306]: cluster 2024-01-21T08:24:21.880787+0000 mon.smithi005 (mon.0) 532 : cluster [INF] osd.5 [v2:172.21.15.5:6818/25495226,v1:172.21.15.5:6819/25495226] boot 2024-01-21T08:24:23.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:22 smithi005 conmon[35306]: cluster 2024-01-21T08:24:21.880816+0000 mon.smithi005 (mon.0) 533 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-21T08:24:23.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:22 smithi005 conmon[35306]: audit 2024-01-21T08:24:21.881236+0000 mon.smithi005 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:24:23.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:22 smithi005 conmon[35306]: audit 2024-01-21T08:24:21.881469+0000 mon.smithi005 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:23.271 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:24:24.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:24 smithi005 conmon[35306]: audit 2024-01-21T08:24:23.018015+0000 mon.smithi005 (mon.0) 536 : audit [INF] 2024-01-21T08:24:24.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:24 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:24.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:24 smithi005 conmon[35306]: cluster 2024-01-21T08:24:23.418204+0000 mon.smithi005 (mon.0) 537 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-21T08:24:24.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:24 smithi005 conmon[35306]: audit 2024-01-21T08:24:23.418329+0000 mon.smithi005 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:24.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:24 smithi150 conmon[40284]: audit 2024-01-21T08:24:23.018015+0000 mon.smithi005 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:24.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:24 smithi150 conmon[40284]: 2024-01-21T08:24:24.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:24 smithi150 conmon[40284]: cluster 2024-01-21T08:24:23.418204+0000 mon.smithi005 (mon.0) 537 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-21T08:24:24.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:24 smithi150 conmon[40284]: audit 2024-01-21T08:24:23. 2024-01-21T08:24:24.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:24 smithi150 conmon[40284]: 418329+0000 mon.smithi005 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:25.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:25 smithi005 conmon[35306]: cluster 2024-01-21T08:24:23.570863+0000 mgr.smithi005.dctvsr (mgr.14182) 103 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T08:24:25.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:25 smithi150 conmon[40284]: cluster 2024-01-21T08:24:23.570863+0000 mgr.smithi005.dctvsr (mgr.14182) 103 : cluster 2024-01-21T08:24:25.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:25 smithi150 conmon[40284]: [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T08:24:25.985 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:24:26.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:26 smithi005 conmon[35306]: audit 2024-01-21T08:24:25.983862+0000 mon.smithi005 (mon.0 2024-01-21T08:24:26.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:26 smithi005 conmon[35306]: ) 539 : audit [DBG] from='client.? 172.21.15.5:0/507236969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:24:26.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:26 smithi005 conmon[35306]: audit 2024-01-21T08:24:26.246965+0000 mon.smithi005 (mon.0) 540 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/3384827050,v1:172.21.15.5:6827/3384827050]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T08:24:26.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:26 smithi150 conmon[40284]: audit 2024-01-21T08:24:25.983862+0000 mon.smithi005 (mon.0) 539 : 2024-01-21T08:24:26.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:26 smithi150 conmon[40284]: audit [DBG] from='client.? 172.21.15.5:0/507236969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:24:26.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:26 smithi150 conmon[40284]: audit 2024-01-21T08:24:26.246965+0000 mon.smithi005 (mon.0) 540 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/3384827050,v1:172.21.15.5:6827/3384827050]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T08:24:27.000 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1705825461,"num_in_osds":8,"osd_in_since":1705825429,"num_remapped_pgs":0} 2024-01-21T08:24:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: cluster 2024-01-21T08:24:25.571178+0000 2024-01-21T08:24:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 104 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T08:24:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: audit 2024-01-21T08:24:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: 2024-01-21T08:24:26.425037+0000 2024-01-21T08:24:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: mon.smithi005 (mon.0) 541 2024-01-21T08:24:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: : audit [INF] from='osd.7 [v2:172.21.15.5:6826/3384827050,v1:172.21.15.5:6827/3384827050]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T08:24:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: cluster 2024-01-21T08:24:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: 2024-01- 2024-01-21T08:24:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: 21T08:24:26. 2024-01-21T08:24:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: 425096+0000 mon.smithi005 (mon.0 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: ) 542 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: 01-21T08:24: 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: 26.425382+0000 mon.smithi005 (mon 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: .0) 543 : audit [DBG] 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: 01-21T08:24:26 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: .425848+0000 mon.smithi005 (mon. 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: 0) 544 : audit [INF] 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: from='osd.7 [v2:172.21.15.5:6826/3384827050,v1:172.21.15.5:6827/3384827050]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: -21T08:24:26. 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: 957248+0000 mon.smithi005 (mon.0 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: ) 545 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:27.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: audit 2024-01-21T08:24:27.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: 2024-01 2024-01-21T08:24:27.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: -21T08:24:26. 2024-01-21T08:24:27.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: 959592+0000 mon.smithi005 (mon. 2024-01-21T08:24:27.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: 0) 546 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:24:27.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:27 smithi005 conmon[35306]: 2024-01-21T08:24:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:27 smithi150 conmon[40284]: cluster 2024-01-21T08:24:25.571178+0000 mgr.smithi005.dctvsr (mgr.14182) 104 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T08:24:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:27 smithi150 conmon[40284]: audit 2024-01-21T08:24:26.425037+0000 mon.smithi005 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/3384827050,v1:172.21.15.5:6827/3384827050]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T08:24:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:27 smithi150 conmon[40284]: cluster 2024-01-21T08:24:26.425096+0000 mon.smithi005 (mon.0) 542 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-21T08:24:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:27 smithi150 conmon[40284]: audit 2024-01-21T08:24:26.425382+0000 mon.smithi005 (mon.0) 543 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:27 smithi150 conmon[40284]: audit 2024-01-21T08:24:26.425848+0000 mon.smithi005 (mon.0) 544 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/3384827050,v1:172.21.15.5:6827/3384827050]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-01-21T08:24:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:27 smithi150 conmon[40284]: audit 2024-01-21T08:24:26.957248+0000 mon.smithi005 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:27 smithi150 conmon[40284]: audit 2024-01-21T08:24:26.959592+0000 mon.smithi005 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:24:28.001 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:24:28.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:28 smithi005 conmon[35306]: audit 2024-01-21T08:24:27.426564+0000 2024-01-21T08:24:28.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:28 smithi005 conmon[35306]: mon.smithi005 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/3384827050,v1:172.21.15.5:6827/3384827050]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-01-21T08:24:28.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:28 smithi005 conmon[35306]: cluster 2024-01-21T08:24:27.426615+0000 mon.smithi005 (mon.0) 548 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-21T08:24:28.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:28 smithi005 conmon[35306]: audit 2024-01-21T08:24:27.426989+0000 mon.smithi005 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:28.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:28 smithi005 conmon[35306]: audit 2024-01-21T08:24:27.431388+0000 mon.smithi005 (mon.0) 550 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:28.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:28 smithi150 conmon[40284]: audit 2024-01-21T08:24:27.426564+0000 mon.smithi005 2024-01-21T08:24:28.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:28 smithi150 conmon[40284]: (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/3384827050,v1:172.21.15.5:6827/3384827050]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-01-21T08:24:28.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:28 smithi150 conmon[40284]: cluster 2024-01-21T08:24:27.426615+0000 mon.smithi005 (mon.0) 548 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-21T08:24:28.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:28 smithi150 conmon[40284]: audit 2024-01-21T08:24:27.426989+0000 mon.smithi005 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:28.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:28 smithi150 conmon[40284]: audit 2024-01-21T08:24:27.431388+0000 mon.smithi005 (mon.0) 550 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:29.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:29 smithi150 conmon[40284]: cluster 2024-01-21T08:24:27.249532+0000 osd.7 (osd.7) 1 : cluster 2024-01-21T08:24:29.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:29 smithi150 conmon[40284]: [DBG] purged_snaps scrub starts 2024-01-21T08:24:29.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:29 smithi150 conmon[40284]: cluster 2024-01-21T08:24:27.249586+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:29.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:29 smithi150 conmon[40284]: cluster 2024-01-21T08:24:27.571555+0000 mgr.smithi005.dctvsr (mgr.14182) 105 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T08:24:29.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:29 smithi150 conmon[40284]: cluster 2024-01-21T08:24:28.431846+0000 mon.smithi005 (mon.0) 551 : cluster [INF] osd.7 [v2:172.21.15.5:6826/3384827050,v1:172.21.15.5:6827/3384827050] boot 2024-01-21T08:24:29.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:29 smithi150 conmon[40284]: cluster 2024-01-21T08:24:28.431897+0000 mon.smithi005 (mon.0) 552 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-21T08:24:29.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:29 smithi150 conmon[40284]: audit 2024-01-21T08:24:28.432399+0000 mon.smithi005 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:29.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:29 smithi150 conmon[40284]: audit 2024-01-21T08:24:28.551060+0000 mon.smithi005 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:29 smithi005 conmon[35306]: cluster 2024-01-21T08:24:27.249532+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:24:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:29 smithi005 conmon[35306]: cluster 2024-01-21T08:24:27.249586+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:24:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:29 smithi005 conmon[35306]: cluster 2024-01-21T08:24:27.571555+0000 mgr.smithi005.dctvsr (mgr.14182) 105 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T08:24:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:29 smithi005 conmon[35306]: cluster 2024-01-21T08:24:28.431846+0000 mon.smithi005 (mon.0) 551 : cluster [INF] osd.7 [v2:172.21.15.5:6826/3384827050,v1:172.21.15.5:6827/3384827050] boot 2024-01-21T08:24:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:29 smithi005 conmon[35306]: cluster 2024-01-21T08:24:28.431897+0000 mon.smithi005 (mon.0) 552 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-21T08:24:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:29 smithi005 conmon[35306]: audit 2024-01-21T08:24:28.432399+0000 mon.smithi005 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:24:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:29 smithi005 conmon[35306]: audit 2024-01-21T08:24:28.551060+0000 mon.smithi005 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:30.282 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:24:30.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:30 smithi005 conmon[35306]: cluster 2024-01-21T08:24:29.440973+0000 mon.smithi005 (mon.0) 555 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-21T08:24:30.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:30 smithi005 conmon[35306]: audit 2024-01-21T08:24:30.280796+0000 mon.smithi005 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.5:0/2516419451' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:24:30.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:30 smithi150 conmon[40284]: cluster 2024-01-21T08:24:29.440973+0000 mon.smithi005 (mon.0) 555 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-21T08:24:30.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:30 smithi150 conmon[40284]: audit 2024-01-21T08:24:30.280796+0000 mon.smithi005 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.5:0/2516419451' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:24:30.990 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1705825468,"num_in_osds":8,"osd_in_since":1705825429,"num_remapped_pgs":0} 2024-01-21T08:24:30.991 INFO:tasks.cephadm:Setting up client nodes... 2024-01-21T08:24:30.991 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T08:24:31.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:31 smithi005 conmon[35306]: cluster 2024-01-21T08:24:29.571899+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:24:31.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:31 smithi005 conmon[35306]: .14182) 106 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:31.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:31 smithi005 conmon[35306]: cluster 2024-01-21T08:24:30.446173+0000 mon.smithi005 (mon.0) 557 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-21T08:24:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:31 smithi150 conmon[40284]: cluster 2024-01-21T08:24:29.571899+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:24:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:31 smithi150 conmon[40284]: 106 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:31 smithi150 conmon[40284]: cluster 2024-01-21T08:24:30.446173+0000 mon.smithi005 (mon.0) 557 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-21T08:24:32.572 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:32 smithi005 conmon[35306]: audit 2024-01-21T08:24:31.473005+0000 mon.smithi005 (mon.0) 558 2024-01-21T08:24:32.573 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:32 smithi005 conmon[35306]: : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:32.573 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:32 smithi005 conmon[35306]: audit 2024-01-21T08:24:31.772005+0000 mon.smithi005 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:32.573 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:32 smithi005 conmon[35306]: audit 2024-01-21T08:24:32.078550+0000 mon.smithi005 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:32.573 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:32 smithi005 conmon[35306]: audit 2024-01-21T08:24:32.079496+0000 mon.smithi005 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:32.573 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:32 smithi005 conmon[35306]: audit 2024-01-21T08:24:32.080287+0000 mon.smithi005 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:32.573 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:32 smithi005 conmon[35306]: audit 2024-01-21T08:24:32.081164+0000 mon.smithi005 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:32.573 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:32 smithi005 conmon[35306]: audit 2024-01-21T08:24:32.086477+0000 mon.smithi005 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:32.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:32 smithi150 conmon[40284]: audit 2024-01-21T08:24:31.473005+0000 mon.smithi005 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:32.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:32 smithi150 conmon[40284]: audit 2024-01-21T08:24:31.772005+0000 mon.smithi005 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:32.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:32 smithi150 conmon[40284]: audit 2024-01-21T08:24:32.078550+0000 mon.smithi005 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:32.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:32 smithi150 conmon[40284]: audit 2024-01-21T08:24:32.079496+0000 mon.smithi005 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:32.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:32 smithi150 conmon[40284]: audit 2024-01-21T08:24:32.080287+0000 mon.smithi005 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:32.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:32 smithi150 conmon[40284]: audit 2024-01-21T08:24:32.081164+0000 mon.smithi005 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:32.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:32 smithi150 conmon[40284]: audit 2024-01-21T08:24:32.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:32 smithi150 conmon[40284]: 2024-01-21T08:24:32.086477+0000 mon.smithi005 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:33.108 INFO:teuthology.orchestra.run.smithi005.stdout:[client.0] 2024-01-21T08:24:33.142 INFO:teuthology.orchestra.run.smithi005.stdout: key = AQDB1Kxlnt8rBhAAxCScZWccXlycKYktPyDBsA== 2024-01-21T08:24:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:33 smithi150 conmon[40284]: cluster 2024-01-21T08:24:31.572226+0000 mgr.smithi005.dctvsr (mgr.14182) 107 : cluster 2024-01-21T08:24:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:33 smithi150 conmon[40284]: [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:33 smithi150 conmon[40284]: cephadm 2024-01-21T08:24:31.766414+0000 mgr.smithi005.dctvsr (mgr.14182) 108 : cephadm [INF] Detected new or changed devices on smithi150 2024-01-21T08:24:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:33 smithi150 conmon[40284]: cephadm 2024-01-21T08:24:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:33 smithi150 conmon[40284]: 2024-01-21T08:24:32.081971+0000 mgr.smithi005.dctvsr (mgr.14182) 109 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 3990M 2024-01-21T08:24:33.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:33 smithi150 conmon[40284]: audit 2024-01 2024-01-21T08:24:33.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:33 smithi150 conmon[40284]: -21T08:24:33.103369+0000 mon.smithi005 (mon 2024-01-21T08:24:33.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:33 smithi150 conmon[40284]: .0) 565 : audit [INF] from='client.? 172.21.15.5:0/858927301' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:24:33.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:33 smithi150 conmon[40284]: 2024-01-21T08:24:33.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:33 smithi150 conmon[40284]: audit 2024-01 2024-01-21T08:24:33.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:33 smithi150 conmon[40284]: -21T08:24:33.106687+0000 2024-01-21T08:24:33.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:33 smithi150 conmon[40284]: mon.smithi005 (mon.0) 566 : audit [INF] 2024-01-21T08:24:33.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:33 smithi150 conmon[40284]: from='client.? 172.21.15.5:0/858927301' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T08:24:33.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:33 smithi005 conmon[35306]: cluster 2024-01-21T08:24:31.572226+0000 mgr.smithi005.dctvsr (mgr.14182) 107 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:33.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:33 smithi005 conmon[35306]: cephadm 2024-01-21T08:24:31.766414+0000 mgr.smithi005.dctvsr (mgr.14182) 108 : cephadm [INF] Detected new or changed devices on smithi150 2024-01-21T08:24:33.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:33 smithi005 conmon[35306]: cephadm 2024-01-21T08:24:32.081971+0000 mgr.smithi005.dctvsr (mgr.14182) 109 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 3990M 2024-01-21T08:24:33.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:33 smithi005 conmon[35306]: audit 2024-01-21T08:24:33.103369+0000 mon.smithi005 (mon.0) 565 : audit [INF] from='client.? 172.21.15.5:0/858927301' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:24:33.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:33 smithi005 conmon[35306]: audit 2024-01-21T08:24:33.106687+0000 mon.smithi005 (mon.0) 566 : audit [INF] from='client.? 172.21.15.5:0/858927301' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T08:24:34.017 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-01-21T08:24:34.017 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-21T08:24:34.017 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-21T08:24:34.066 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T08:24:35.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:35 smithi005 conmon[35306]: cluster 2024-01-21T08:24:33.572662+0000 mgr.smithi005.dctvsr (mgr.14182) 110 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:35.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:35 smithi150 conmon[40284]: cluster 2024-01-21T08:24:33.572662+0000 mgr.smithi005.dctvsr (mgr.14182) 110 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:35.874 INFO:teuthology.orchestra.run.smithi150.stdout:[client.1] 2024-01-21T08:24:35.874 INFO:teuthology.orchestra.run.smithi150.stdout: key = AQDD1KxlV4fYMxAA4GpFgrl4GJ80xEv0kcT1Xg== 2024-01-21T08:24:36.438 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-21T08:24:36.438 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-21T08:24:36.438 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-21T08:24:36.480 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T08:24:36.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:36 smithi150 conmon[40284]: audit 2024-01-21T08:24:35.869204+0000 mon.smithi150 (mon.1) 21 : audit [INF] 2024-01-21T08:24:36.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:36 smithi150 conmon[40284]: from='client.? 172.21.15.150:0/3809724791' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:24:36.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:36 smithi150 conmon[40284]: audit 2024-01-21T08:24:35.869630+0000 mon.smithi005 (mon.0) 567 : 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-21T08:24:36.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:36 smithi150 conmon[40284]: audit 2024-01-21T08:24:35.873256+0000 mon.smithi005 (mon.0) 568 : 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-21T08:24:36.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:36 smithi150 conmon[40284]: audit 2024-01-21T08:24:36.148915+0000 mon.smithi005 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:36.923 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:24:36.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:36 smithi005 conmon[35306]: audit 2024-01-21T08:24:35.869204+0000 mon.smithi150 (mon.1) 21 : audit 2024-01-21T08:24:36.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:36 smithi005 conmon[35306]: [INF] from='client.? 172.21.15.150:0/3809724791' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:24:36.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:36 smithi005 conmon[35306]: audit 2024-01-21T08:24:35.869630+0000 mon.smithi005 (mon.0) 567 : 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-21T08:24:36.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:36 smithi005 conmon[35306]: audit 2024-01-21T08:24:35.873256+0000 mon.smithi005 (mon.0) 568 : 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-21T08:24:36.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:36 smithi005 conmon[35306]: audit 2024-01-21T08:24:36.148915+0000 mon.smithi005 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:37.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: cluster 2024-01-21T08:24:35.573194+0000 mgr.smithi005.dctvsr (mgr.14182) 111 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:37.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: cephadm 2024-01-21T08:24:36.142973+0000 mgr.smithi005.dctvsr (mgr.14182) 112 : cephadm [INF] Detected new or changed devices on smithi005 2024-01-21T08:24:37.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: audit 2024-01-21T08:24:36.491408+0000 mon.smithi005 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:37.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: audit 2024-01-21T08:24:36.492208+0000 mon.smithi005 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:37.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: audit 2024-01-21T08:24:36.492958+0000 mon.smithi005 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:37.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: audit 2024-01-21T08:24:36.493732+0000 mon.smithi005 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:37.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: cephadm 2024-01-21T08:24:36.494260+0000 mgr.smithi005.dctvsr (mgr.14182) 113 : cephadm [INF] Adjusting osd_memory_target on smithi005 to 3223M 2024-01-21T08:24:37.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: audit 2024-01-21T08:24:36.498154+0000 mon.smithi005 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:37.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: audit 2024-01-21T08:24:36.499387+0000 mon.smithi005 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:37.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: audit 2024-01-21T08:24:36.500254+0000 mon.smithi005 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:24:37.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: audit 2024-01-21T08:24:36.504892+0000 mon.smithi005 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:37.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: audit 2024-01-21T08:24:36.508993+0000 mon.smithi005 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:24:37.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: audit 2024-01-21T08:24:36.512322+0000 mon.smithi005 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:24:37.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: audit 2024-01-21T08:24:36.513575+0000 mon.smithi005 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:24:37.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: audit 2024-01-21T08:24:36.513832+0000 mon.smithi005 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:37.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:37 smithi150 conmon[40284]: audit 2024-01-21T08:24:36.514386+0000 mon.smithi005 (mon.0) 582 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: cluster 2024-01-21T08:24:35.573194+0000 mgr.smithi005.dctvsr (mgr.14182) 111 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: cephadm 2024-01-21T08:24:36.142973+0000 mgr.smithi005.dctvsr (mgr.14182) 112 : cephadm [INF] Detected new or changed devices on smithi005 2024-01-21T08:24:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: audit 2024-01-21T08:24:36.491408+0000 mon.smithi005 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: audit 2024-01-21T08:24:36.492208+0000 mon.smithi005 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: audit 2024-01-21T08:24:36.492958+0000 mon.smithi005 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: audit 2024-01-21T08:24:36.493732+0000 mon.smithi005 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: cephadm 2024-01-21T08:24:36.494260+0000 mgr.smithi005.dctvsr (mgr.14182) 113 : cephadm [INF] Adjusting osd_memory_target on smithi005 to 3223M 2024-01-21T08:24:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: audit 2024-01-21T08:24:36.498154+0000 mon.smithi005 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:24:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: :24:36.499387+0000 mon.smithi005 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: audit 2024-01-21T08:24:36.500254+0000 mon.smithi005 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:24:37.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: audit 2024-01-21T08:24:36.504892+0000 mon.smithi005 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:37.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: audit 2024-01-21T08:24:36.508993+0000 mon.smithi005 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:24:37.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: audit 2024-01-21T08:24:36.512322+0000 mon.smithi005 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:24:37.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: audit 2024-01-21T08:24:36.513575+0000 mon.smithi005 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:24:37.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: audit 2024-01-21T08:24:36.513832+0000 mon.smithi005 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:37.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:37 smithi005 conmon[35306]: audit 2024-01-21T08:24:36.514386+0000 mon.smithi005 (mon.0) 582 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:39.030 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:24:39.030 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":40,"fsid":"d7fc424c-b835-11ee-95b0-87774f69a715","created":"2024-01-21T08:20:36.339214+0000","modified":"2024-01-21T08:24:30.439316+0000","last_up_change":"2024-01-21T08:24:28.427911+0000","last_in_change":"2024-01-21T08:23:49.010103+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-21T08:24:10.301510+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":"d0dc3870-526e-4e5c-9844-ebeff8c36293","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6800","nonce":2765551731},{"type":"v1","addr":"172.21.15.150:6801","nonce":2765551731}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":2765551731},{"type":"v1","addr":"172.21.15.150:6803","nonce":2765551731}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":2765551731},{"type":"v1","addr":"172.21.15.150:6807","nonce":2765551731}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":2765551731},{"type":"v1","addr":"172.21.15.150:6805","nonce":2765551731}]},"public_addr":"172.21.15.150:6801/2765551731","cluster_addr":"172.21.15.150:6803/2765551731","heartbeat_back_addr":"172.21.15.150:6807/2765551731","heartbeat_front_addr":"172.21.15.150:6805/2765551731","state":["exists","up"]},{"osd":1,"uuid":"abc36942-6a71-446b-a9f5-b7e64910b62a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":502615231},{"type":"v1","addr":"172.21.15.5:6803","nonce":502615231}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":502615231},{"type":"v1","addr":"172.21.15.5:6805","nonce":502615231}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":502615231},{"type":"v1","addr":"172.21.15.5:6809","nonce":502615231}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":502615231},{"type":"v1","addr":"172.21.15.5:6807","nonce":502615231}]},"public_addr":"172.21.15.5:6803/502615231","cluster_addr":"172.21.15.5:6805/502615231","heartbeat_back_addr":"172.21.15.5:6809/502615231","heartbeat_front_addr":"172.21.15.5:6807/502615231","state":["exists","up"]},{"osd":2,"uuid":"50ad8743-59ff-48a7-bee7-3cb51543442b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6808","nonce":1119737607},{"type":"v1","addr":"172.21.15.150:6809","nonce":1119737607}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":1119737607},{"type":"v1","addr":"172.21.15.150:6811","nonce":1119737607}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":1119737607},{"type":"v1","addr":"172.21.15.150:6815","nonce":1119737607}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":1119737607},{"type":"v1","addr":"172.21.15.150:6813","nonce":1119737607}]},"public_addr":"172.21.15.150:6809/1119737607","cluster_addr":"172.21.15.150:6811/1119737607","heartbeat_back_addr":"172.21.15.150:6815/1119737607","heartbeat_front_addr":"172.21.15.150:6813/1119737607","state":["exists","up"]},{"osd":3,"uuid":"142e24c5-1fbb-4201-8923-70b7167485a6","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.5:6810","nonce":3470156295},{"type":"v1","addr":"172.21.15.5:6811","nonce":3470156295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":3470156295},{"type":"v1","addr":"172.21.15.5:6813","nonce":3470156295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":3470156295},{"type":"v1","addr":"172.21.15.5:6817","nonce":3470156295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":3470156295},{"type":"v1","addr":"172.21.15.5:6815","nonce":3470156295}]},"public_addr":"172.21.15.5:6811/3470156295","cluster_addr":"172.21.15.5:6813/3470156295","heartbeat_back_addr":"172.21.15.5:6817/3470156295","heartbeat_front_addr":"172.21.15.5:6815/3470156295","state":["exists","up"]},{"osd":4,"uuid":"2daf4219-1d80-401a-b2ce-cb8d9a86fdab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6816","nonce":216176248},{"type":"v1","addr":"172.21.15.150:6817","nonce":216176248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":216176248},{"type":"v1","addr":"172.21.15.150:6819","nonce":216176248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":216176248},{"type":"v1","addr":"172.21.15.150:6823","nonce":216176248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":216176248},{"type":"v1","addr":"172.21.15.150:6821","nonce":216176248}]},"public_addr":"172.21.15.150:6817/216176248","cluster_addr":"172.21.15.150:6819/216176248","heartbeat_back_addr":"172.21.15.150:6823/216176248","heartbeat_front_addr":"172.21.15.150:6821/216176248","state":["exists","up"]},{"osd":5,"uuid":"58034ceb-317e-475d-9a15-4220c9de1036","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":25495226},{"type":"v1","addr":"172.21.15.5:6819","nonce":25495226}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":25495226},{"type":"v1","addr":"172.21.15.5:6821","nonce":25495226}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":25495226},{"type":"v1","addr":"172.21.15.5:6825","nonce":25495226}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":25495226},{"type":"v1","addr":"172.21.15.5:6823","nonce":25495226}]},"public_addr":"172.21.15.5:6819/25495226","cluster_addr":"172.21.15.5:6821/25495226","heartbeat_back_addr":"172.21.15.5:6825/25495226","heartbeat_front_addr":"172.21.15.5:6823/25495226","state":["exists","up"]},{"osd":6,"uuid":"d07ff428-cb57-4139-8392-12963e0094f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6824","nonce":279110037},{"type":"v1","addr":"172.21.15.150:6825","nonce":279110037}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":279110037},{"type":"v1","addr":"172.21.15.150:6827","nonce":279110037}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":279110037},{"type":"v1","addr":"172.21.15.150:6831","nonce":279110037}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":279110037},{"type":"v1","addr":"172.21.15.150:6829","nonce":279110037}]},"public_addr":"172.21.15.150:6825/279110037","cluster_addr":"172.21.15.150:6827/279110037","heartbeat_back_addr":"172.21.15.150:6831/279110037","heartbeat_front_addr":"172.21.15.150:6829/279110037","state":["exists","up"]},{"osd":7,"uuid":"e929590e-eaed-4979-9319-4bb08ec97306","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":3384827050},{"type":"v1","addr":"172.21.15.5:6827","nonce":3384827050}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":3384827050},{"type":"v1","addr":"172.21.15.5:6829","nonce":3384827050}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":3384827050},{"type":"v1","addr":"172.21.15.5:6833","nonce":3384827050}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":3384827050},{"type":"v1","addr":"172.21.15.5:6831","nonce":3384827050}]},"public_addr":"172.21.15.5:6827/3384827050","cluster_addr":"172.21.15.5:6829/3384827050","heartbeat_back_addr":"172.21.15.5:6833/3384827050","heartbeat_front_addr":"172.21.15.5:6831/3384827050","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-21T08:24:01.985581+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-21T08:24:07.776922+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-21T08:24:06.794074+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-21T08:24:13.452897+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-21T08:24:11.599857+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-21T08:24:20.792964+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-21T08:24:16.224661+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-21T08:24:27.249589+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/1134237925":"2024-01-22T08:22:23.546712+0000","172.21.15.5:6801/2149317286":"2024-01-22T08:22:23.546712+0000","172.21.15.5:6800/2149317286":"2024-01-22T08:22:23.546712+0000","172.21.15.5:0/1225665885":"2024-01-22T08:22:23.546712+0000","172.21.15.5:6801/3196884730":"2024-01-22T08:21:31.382635+0000","172.21.15.5:6800/3196884730":"2024-01-22T08:21:31.382635+0000","172.21.15.5:0/2371279922":"2024-01-22T08:21:31.382635+0000","172.21.15.5:0/3234819082":"2024-01-22T08:21:31.382635+0000","172.21.15.5:6801/2477005948":"2024-01-22T08:21:02.519676+0000","172.21.15.5:6800/2477005948":"2024-01-22T08:21:02.519676+0000","172.21.15.5:0/3211280538":"2024-01-22T08:21:02.519676+0000","172.21.15.5:0/831772867":"2024-01-22T08:21:02.519676+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-21T08:24:39.701 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-21T08:24:10.301510+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-21T08:24:39.701 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-21T08:24:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:39 smithi150 conmon[40284]: cluster 2024-01-21T08:24:37.573723+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:24:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:39 smithi150 conmon[40284]: mgr.14182) 114 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:39 smithi150 conmon[40284]: audit 2024-01-21T08:24:39.028125+0000 mon.smithi005 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.5:0/4169396528' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:24:39.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:39 smithi005 conmon[35306]: cluster 2024-01-21T08:24:37.573723+0000 mgr.smithi005.dctvsr (mgr.14182) 114 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:39.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:39 smithi005 conmon[35306]: audit 2024-01-21T08:24:39.028125+0000 mon.smithi005 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.5:0/4169396528' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:24:40.096 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:24:41.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:41 smithi150 conmon[40284]: cluster 2024-01-21T08:24:39.574101+0000 mgr.smithi005.dctvsr (mgr.14182) 115 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:41.681 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:41 smithi005 conmon[35306]: cluster 2024-01-21T08:24:39.574101+0000 mgr.smithi005.dctvsr (mgr.14182) 115 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:42.085 INFO:teuthology.orchestra.run.smithi005.stdout:pg_num: 1 2024-01-21T08:24:42.729 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:42 smithi150 conmon[40284]: audit 2024-01-21T08:24:42.083488+0000 mon.smithi005 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.5:0/2881297169' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T08:24:42.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:42 smithi005 conmon[35306]: audit 2024-01-21T08:24:42.083488+0000 mon.smithi005 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.5:0/2881297169' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T08:24:43.051 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-21T08:24:43.051 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-21T08:24:43.051 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph mgr dump --format=json 2024-01-21T08:24:43.438 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:24:43.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:43 smithi150 conmon[40284]: cluster 2024-01-21T08:24:41.574433+0000 mgr.smithi005.dctvsr (mgr.14182) 116 : 2024-01-21T08:24:43.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:43 smithi150 conmon[40284]: cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:43.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:43 smithi005 conmon[35306]: cluster 2024-01-21T08:24:41.574433+0000 mgr.smithi005.dctvsr (mgr.14182) 116 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:45.772 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:24:45.783 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:45 smithi005 conmon[35306]: cluster 2024-01-21T08:24:43.574740+0000 mgr.smithi005.dctvsr (mgr.14182) 117 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:45.783 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:45 smithi005 conmon[35306]: audit 2024-01-21T08:24:44.532914+0000 mon.smithi005 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:45.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:45 smithi150 conmon[40284]: cluster 2024-01-21T08:24:43.574740+0000 mgr.smithi005.dctvsr (mgr.14182) 117 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:45.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:45 smithi150 conmon[40284]: audit 2024-01-21T08:24:44.532914+0000 mon.smithi005 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:46.779 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:46 smithi005 conmon[35306]: audit 2024-01-21T08:24:45.766175+0000 mon.smithi005 (mon.0) 586 : audit 2024-01-21T08:24:46.779 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:46 smithi005 conmon[35306]: [DBG] from='client.? 172.21.15.5:0/102913318' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T08:24:46.837 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi005.dctvsr","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6800","nonce":2675631232},{"type":"v1","addr":"172.21.15.5:6801","nonce":2675631232}]},"active_addr":"172.21.15.5:6801/2675631232","active_change":"2024-01-21T08:22:23.546871+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi150.mxrmms","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.5:8443/","prometheus":"http://172.21.15.5: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.5:0","nonce":74791623}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":1319172628}]}]} 2024-01-21T08:24:46.840 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-21T08:24:46.840 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-21T08:24:46.841 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T08:24:46.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:46 smithi150 conmon[40284]: audit 2024-01-21T08:24:45.766175+0000 mon.smithi005 (mon.0) 586 : audit 2024-01-21T08:24:46.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:46 smithi150 conmon[40284]: [DBG] from='client.? 172.21.15.5:0/102913318' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T08:24:47.238 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:24:47.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:47 smithi005 conmon[35306]: cluster 2024-01-21T08:24:45.575097+0000 mgr.smithi005.dctvsr (mgr.14182) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:47 smithi150 conmon[40284]: cluster 2024-01-21T08:24:45.575097+0000 mgr.smithi005.dctvsr (mgr.14182) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:49.273 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:24:49.273 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":40,"fsid":"d7fc424c-b835-11ee-95b0-87774f69a715","created":"2024-01-21T08:20:36.339214+0000","modified":"2024-01-21T08:24:30.439316+0000","last_up_change":"2024-01-21T08:24:28.427911+0000","last_in_change":"2024-01-21T08:23:49.010103+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-21T08:24:10.301510+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":"d0dc3870-526e-4e5c-9844-ebeff8c36293","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6800","nonce":2765551731},{"type":"v1","addr":"172.21.15.150:6801","nonce":2765551731}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":2765551731},{"type":"v1","addr":"172.21.15.150:6803","nonce":2765551731}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":2765551731},{"type":"v1","addr":"172.21.15.150:6807","nonce":2765551731}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":2765551731},{"type":"v1","addr":"172.21.15.150:6805","nonce":2765551731}]},"public_addr":"172.21.15.150:6801/2765551731","cluster_addr":"172.21.15.150:6803/2765551731","heartbeat_back_addr":"172.21.15.150:6807/2765551731","heartbeat_front_addr":"172.21.15.150:6805/2765551731","state":["exists","up"]},{"osd":1,"uuid":"abc36942-6a71-446b-a9f5-b7e64910b62a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":502615231},{"type":"v1","addr":"172.21.15.5:6803","nonce":502615231}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":502615231},{"type":"v1","addr":"172.21.15.5:6805","nonce":502615231}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":502615231},{"type":"v1","addr":"172.21.15.5:6809","nonce":502615231}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":502615231},{"type":"v1","addr":"172.21.15.5:6807","nonce":502615231}]},"public_addr":"172.21.15.5:6803/502615231","cluster_addr":"172.21.15.5:6805/502615231","heartbeat_back_addr":"172.21.15.5:6809/502615231","heartbeat_front_addr":"172.21.15.5:6807/502615231","state":["exists","up"]},{"osd":2,"uuid":"50ad8743-59ff-48a7-bee7-3cb51543442b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6808","nonce":1119737607},{"type":"v1","addr":"172.21.15.150:6809","nonce":1119737607}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":1119737607},{"type":"v1","addr":"172.21.15.150:6811","nonce":1119737607}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":1119737607},{"type":"v1","addr":"172.21.15.150:6815","nonce":1119737607}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":1119737607},{"type":"v1","addr":"172.21.15.150:6813","nonce":1119737607}]},"public_addr":"172.21.15.150:6809/1119737607","cluster_addr":"172.21.15.150:6811/1119737607","heartbeat_back_addr":"172.21.15.150:6815/1119737607","heartbeat_front_addr":"172.21.15.150:6813/1119737607","state":["exists","up"]},{"osd":3,"uuid":"142e24c5-1fbb-4201-8923-70b7167485a6","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.5:6810","nonce":3470156295},{"type":"v1","addr":"172.21.15.5:6811","nonce":3470156295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":3470156295},{"type":"v1","addr":"172.21.15.5:6813","nonce":3470156295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":3470156295},{"type":"v1","addr":"172.21.15.5:6817","nonce":3470156295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":3470156295},{"type":"v1","addr":"172.21.15.5:6815","nonce":3470156295}]},"public_addr":"172.21.15.5:6811/3470156295","cluster_addr":"172.21.15.5:6813/3470156295","heartbeat_back_addr":"172.21.15.5:6817/3470156295","heartbeat_front_addr":"172.21.15.5:6815/3470156295","state":["exists","up"]},{"osd":4,"uuid":"2daf4219-1d80-401a-b2ce-cb8d9a86fdab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6816","nonce":216176248},{"type":"v1","addr":"172.21.15.150:6817","nonce":216176248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":216176248},{"type":"v1","addr":"172.21.15.150:6819","nonce":216176248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":216176248},{"type":"v1","addr":"172.21.15.150:6823","nonce":216176248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":216176248},{"type":"v1","addr":"172.21.15.150:6821","nonce":216176248}]},"public_addr":"172.21.15.150:6817/216176248","cluster_addr":"172.21.15.150:6819/216176248","heartbeat_back_addr":"172.21.15.150:6823/216176248","heartbeat_front_addr":"172.21.15.150:6821/216176248","state":["exists","up"]},{"osd":5,"uuid":"58034ceb-317e-475d-9a15-4220c9de1036","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":25495226},{"type":"v1","addr":"172.21.15.5:6819","nonce":25495226}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":25495226},{"type":"v1","addr":"172.21.15.5:6821","nonce":25495226}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":25495226},{"type":"v1","addr":"172.21.15.5:6825","nonce":25495226}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":25495226},{"type":"v1","addr":"172.21.15.5:6823","nonce":25495226}]},"public_addr":"172.21.15.5:6819/25495226","cluster_addr":"172.21.15.5:6821/25495226","heartbeat_back_addr":"172.21.15.5:6825/25495226","heartbeat_front_addr":"172.21.15.5:6823/25495226","state":["exists","up"]},{"osd":6,"uuid":"d07ff428-cb57-4139-8392-12963e0094f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6824","nonce":279110037},{"type":"v1","addr":"172.21.15.150:6825","nonce":279110037}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":279110037},{"type":"v1","addr":"172.21.15.150:6827","nonce":279110037}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":279110037},{"type":"v1","addr":"172.21.15.150:6831","nonce":279110037}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":279110037},{"type":"v1","addr":"172.21.15.150:6829","nonce":279110037}]},"public_addr":"172.21.15.150:6825/279110037","cluster_addr":"172.21.15.150:6827/279110037","heartbeat_back_addr":"172.21.15.150:6831/279110037","heartbeat_front_addr":"172.21.15.150:6829/279110037","state":["exists","up"]},{"osd":7,"uuid":"e929590e-eaed-4979-9319-4bb08ec97306","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":3384827050},{"type":"v1","addr":"172.21.15.5:6827","nonce":3384827050}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":3384827050},{"type":"v1","addr":"172.21.15.5:6829","nonce":3384827050}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":3384827050},{"type":"v1","addr":"172.21.15.5:6833","nonce":3384827050}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":3384827050},{"type":"v1","addr":"172.21.15.5:6831","nonce":3384827050}]},"public_addr":"172.21.15.5:6827/3384827050","cluster_addr":"172.21.15.5:6829/3384827050","heartbeat_back_addr":"172.21.15.5:6833/3384827050","heartbeat_front_addr":"172.21.15.5:6831/3384827050","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-21T08:24:01.985581+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-21T08:24:07.776922+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-21T08:24:06.794074+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-21T08:24:13.452897+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-21T08:24:11.599857+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-21T08:24:20.792964+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-21T08:24:16.224661+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-21T08:24:27.249589+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/1134237925":"2024-01-22T08:22:23.546712+0000","172.21.15.5:6801/2149317286":"2024-01-22T08:22:23.546712+0000","172.21.15.5:6800/2149317286":"2024-01-22T08:22:23.546712+0000","172.21.15.5:0/1225665885":"2024-01-22T08:22:23.546712+0000","172.21.15.5:6801/3196884730":"2024-01-22T08:21:31.382635+0000","172.21.15.5:6800/3196884730":"2024-01-22T08:21:31.382635+0000","172.21.15.5:0/2371279922":"2024-01-22T08:21:31.382635+0000","172.21.15.5:0/3234819082":"2024-01-22T08:21:31.382635+0000","172.21.15.5:6801/2477005948":"2024-01-22T08:21:02.519676+0000","172.21.15.5:6800/2477005948":"2024-01-22T08:21:02.519676+0000","172.21.15.5:0/3211280538":"2024-01-22T08:21:02.519676+0000","172.21.15.5:0/831772867":"2024-01-22T08:21:02.519676+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-21T08:24:49.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:49 smithi005 conmon[35306]: cluster 2024-01-21T08:24:47.575421+0000 mgr.smithi005.dctvsr (mgr.14182) 119 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:49.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:49 smithi005 conmon[35306]: audit 2024-01-21T08:24:48.459770+0000 mon.smithi005 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:49.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:49 smithi005 conmon[35306]: audit 2024-01-21T08:24:49.271035+0000 mon.smithi005 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.5:0/3574721922' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:24:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:49 smithi150 conmon[40284]: cluster 2024-01-21T08:24:47.575421+0000 mgr.smithi005.dctvsr (mgr.14182) 119 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:49 smithi150 conmon[40284]: audit 2024-01-21T08:24:48.459770+0000 mon.smithi005 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:24:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:49 smithi150 conmon[40284]: audit 2024-01-21T08:24:49.271035+0000 mon.smithi005 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.5:0/3574721922' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:24:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:49 smithi150 conmon[40284]: 2024-01-21T08:24:49.908 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-21T08:24:49.908 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T08:24:50.291 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:24:51.521 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:51 smithi005 conmon[35306]: cluster 2024-01-21T08:24:49.575817 2024-01-21T08:24:51.521 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:51 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14182) 120 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:51.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:51 smithi150 conmon[40284]: cluster 2024-01-21T08:24:49.575817+0000 mgr.smithi005.dctvsr (mgr.14182) 120 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:51.898 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:24:51.898 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":40,"fsid":"d7fc424c-b835-11ee-95b0-87774f69a715","created":"2024-01-21T08:20:36.339214+0000","modified":"2024-01-21T08:24:30.439316+0000","last_up_change":"2024-01-21T08:24:28.427911+0000","last_in_change":"2024-01-21T08:23:49.010103+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-21T08:24:10.301510+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":"d0dc3870-526e-4e5c-9844-ebeff8c36293","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6800","nonce":2765551731},{"type":"v1","addr":"172.21.15.150:6801","nonce":2765551731}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":2765551731},{"type":"v1","addr":"172.21.15.150:6803","nonce":2765551731}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":2765551731},{"type":"v1","addr":"172.21.15.150:6807","nonce":2765551731}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":2765551731},{"type":"v1","addr":"172.21.15.150:6805","nonce":2765551731}]},"public_addr":"172.21.15.150:6801/2765551731","cluster_addr":"172.21.15.150:6803/2765551731","heartbeat_back_addr":"172.21.15.150:6807/2765551731","heartbeat_front_addr":"172.21.15.150:6805/2765551731","state":["exists","up"]},{"osd":1,"uuid":"abc36942-6a71-446b-a9f5-b7e64910b62a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":502615231},{"type":"v1","addr":"172.21.15.5:6803","nonce":502615231}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":502615231},{"type":"v1","addr":"172.21.15.5:6805","nonce":502615231}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":502615231},{"type":"v1","addr":"172.21.15.5:6809","nonce":502615231}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":502615231},{"type":"v1","addr":"172.21.15.5:6807","nonce":502615231}]},"public_addr":"172.21.15.5:6803/502615231","cluster_addr":"172.21.15.5:6805/502615231","heartbeat_back_addr":"172.21.15.5:6809/502615231","heartbeat_front_addr":"172.21.15.5:6807/502615231","state":["exists","up"]},{"osd":2,"uuid":"50ad8743-59ff-48a7-bee7-3cb51543442b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6808","nonce":1119737607},{"type":"v1","addr":"172.21.15.150:6809","nonce":1119737607}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6810","nonce":1119737607},{"type":"v1","addr":"172.21.15.150:6811","nonce":1119737607}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6814","nonce":1119737607},{"type":"v1","addr":"172.21.15.150:6815","nonce":1119737607}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6812","nonce":1119737607},{"type":"v1","addr":"172.21.15.150:6813","nonce":1119737607}]},"public_addr":"172.21.15.150:6809/1119737607","cluster_addr":"172.21.15.150:6811/1119737607","heartbeat_back_addr":"172.21.15.150:6815/1119737607","heartbeat_front_addr":"172.21.15.150:6813/1119737607","state":["exists","up"]},{"osd":3,"uuid":"142e24c5-1fbb-4201-8923-70b7167485a6","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.5:6810","nonce":3470156295},{"type":"v1","addr":"172.21.15.5:6811","nonce":3470156295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":3470156295},{"type":"v1","addr":"172.21.15.5:6813","nonce":3470156295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":3470156295},{"type":"v1","addr":"172.21.15.5:6817","nonce":3470156295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":3470156295},{"type":"v1","addr":"172.21.15.5:6815","nonce":3470156295}]},"public_addr":"172.21.15.5:6811/3470156295","cluster_addr":"172.21.15.5:6813/3470156295","heartbeat_back_addr":"172.21.15.5:6817/3470156295","heartbeat_front_addr":"172.21.15.5:6815/3470156295","state":["exists","up"]},{"osd":4,"uuid":"2daf4219-1d80-401a-b2ce-cb8d9a86fdab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6816","nonce":216176248},{"type":"v1","addr":"172.21.15.150:6817","nonce":216176248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6818","nonce":216176248},{"type":"v1","addr":"172.21.15.150:6819","nonce":216176248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6822","nonce":216176248},{"type":"v1","addr":"172.21.15.150:6823","nonce":216176248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6820","nonce":216176248},{"type":"v1","addr":"172.21.15.150:6821","nonce":216176248}]},"public_addr":"172.21.15.150:6817/216176248","cluster_addr":"172.21.15.150:6819/216176248","heartbeat_back_addr":"172.21.15.150:6823/216176248","heartbeat_front_addr":"172.21.15.150:6821/216176248","state":["exists","up"]},{"osd":5,"uuid":"58034ceb-317e-475d-9a15-4220c9de1036","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":25495226},{"type":"v1","addr":"172.21.15.5:6819","nonce":25495226}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":25495226},{"type":"v1","addr":"172.21.15.5:6821","nonce":25495226}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":25495226},{"type":"v1","addr":"172.21.15.5:6825","nonce":25495226}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":25495226},{"type":"v1","addr":"172.21.15.5:6823","nonce":25495226}]},"public_addr":"172.21.15.5:6819/25495226","cluster_addr":"172.21.15.5:6821/25495226","heartbeat_back_addr":"172.21.15.5:6825/25495226","heartbeat_front_addr":"172.21.15.5:6823/25495226","state":["exists","up"]},{"osd":6,"uuid":"d07ff428-cb57-4139-8392-12963e0094f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6824","nonce":279110037},{"type":"v1","addr":"172.21.15.150:6825","nonce":279110037}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6826","nonce":279110037},{"type":"v1","addr":"172.21.15.150:6827","nonce":279110037}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6830","nonce":279110037},{"type":"v1","addr":"172.21.15.150:6831","nonce":279110037}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6828","nonce":279110037},{"type":"v1","addr":"172.21.15.150:6829","nonce":279110037}]},"public_addr":"172.21.15.150:6825/279110037","cluster_addr":"172.21.15.150:6827/279110037","heartbeat_back_addr":"172.21.15.150:6831/279110037","heartbeat_front_addr":"172.21.15.150:6829/279110037","state":["exists","up"]},{"osd":7,"uuid":"e929590e-eaed-4979-9319-4bb08ec97306","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":3384827050},{"type":"v1","addr":"172.21.15.5:6827","nonce":3384827050}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":3384827050},{"type":"v1","addr":"172.21.15.5:6829","nonce":3384827050}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":3384827050},{"type":"v1","addr":"172.21.15.5:6833","nonce":3384827050}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":3384827050},{"type":"v1","addr":"172.21.15.5:6831","nonce":3384827050}]},"public_addr":"172.21.15.5:6827/3384827050","cluster_addr":"172.21.15.5:6829/3384827050","heartbeat_back_addr":"172.21.15.5:6833/3384827050","heartbeat_front_addr":"172.21.15.5:6831/3384827050","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-21T08:24:01.985581+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-21T08:24:07.776922+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-21T08:24:06.794074+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-21T08:24:13.452897+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-21T08:24:11.599857+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-21T08:24:20.792964+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-21T08:24:16.224661+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-21T08:24:27.249589+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/1134237925":"2024-01-22T08:22:23.546712+0000","172.21.15.5:6801/2149317286":"2024-01-22T08:22:23.546712+0000","172.21.15.5:6800/2149317286":"2024-01-22T08:22:23.546712+0000","172.21.15.5:0/1225665885":"2024-01-22T08:22:23.546712+0000","172.21.15.5:6801/3196884730":"2024-01-22T08:21:31.382635+0000","172.21.15.5:6800/3196884730":"2024-01-22T08:21:31.382635+0000","172.21.15.5:0/2371279922":"2024-01-22T08:21:31.382635+0000","172.21.15.5:0/3234819082":"2024-01-22T08:21:31.382635+0000","172.21.15.5:6801/2477005948":"2024-01-22T08:21:02.519676+0000","172.21.15.5:6800/2477005948":"2024-01-22T08:21:02.519676+0000","172.21.15.5:0/3211280538":"2024-01-22T08:21:02.519676+0000","172.21.15.5:0/831772867":"2024-01-22T08:21:02.519676+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-21T08:24:52.484 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-21T08:24:52.867 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:24:52.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:52 smithi150 conmon[40284]: audit 2024-01-21T08:24:51.897080+0000 mon.smithi005 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.5:0/2907297807' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:24:52.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:52 smithi005 conmon[35306]: audit 2024-01-21T08:24:51.897080+0000 mon.smithi005 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.5:0/2907297807' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:24:53.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:53 smithi005 conmon[35306]: cluster 2024-01-21T08:24:51.576169+0000 mgr.smithi005.dctvsr (mgr.14182) 121 : 2024-01-21T08:24:53.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:53 smithi005 conmon[35306]: cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:53.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:53 smithi150 conmon[40284]: cluster 2024-01-21T08:24:51.576169+0000 mgr.smithi005.dctvsr (mgr.14182) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:54.774 INFO:teuthology.orchestra.run.smithi005.stdout:68719476749 2024-01-21T08:24:54.774 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-21T08:24:55.160 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:24:55.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:55 smithi005 conmon[35306]: cluster 2024-01-21T08:24:53.576564+0000 mgr.smithi005.dctvsr (mgr.14182) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:55.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:55 smithi150 conmon[40284]: cluster 2024-01-21T08:24:53.576564+0000 mgr.smithi005.dctvsr (mgr.14182) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:57.145 INFO:teuthology.orchestra.run.smithi005.stdout:94489280524 2024-01-21T08:24:57.146 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-21T08:24:57.524 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:24:57.758 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:57 smithi005 conmon[35306]: cluster 2024-01-21T08:24:55.577121+0000 mgr.smithi005.dctvsr (mgr.14182) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:57 smithi150 conmon[40284]: cluster 2024-01-21T08:24:55.577121+0000 mgr.smithi005.dctvsr (mgr.14182) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:59.521 INFO:teuthology.orchestra.run.smithi005.stdout:85899345932 2024-01-21T08:24:59.522 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-21T08:24:59.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:59 smithi150 conmon[40284]: cluster 2024-01-21T08:24:57.577446+0000 mgr.smithi005.dctvsr (mgr.14182) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:24:59.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:24:59 smithi150 conmon[40284]: 2024-01-21T08:24:59.907 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:24:59.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:24:59 smithi005 conmon[35306]: cluster 2024-01-21T08:24:57.577446+0000 mgr.smithi005.dctvsr (mgr.14182) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:01.745 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:01 smithi005 conmon[35306]: cluster 2024-01-21T08:24:59.577767+0000 mgr.smithi005.dctvsr (mgr.14182) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:01.746 INFO:teuthology.orchestra.run.smithi005.stdout:115964117004 2024-01-21T08:25:01.747 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-21T08:25:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:01 smithi150 conmon[40284]: cluster 2024-01-21T08:24:59.577767+0000 mgr.smithi005.dctvsr (mgr.14182) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:02.131 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:03.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:03 smithi005 conmon[35306]: cluster 2024-01-21T08:25:01.578258+0000 mgr.smithi005.dctvsr (mgr.14182) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:03.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:03 smithi150 conmon[40284]: cluster 2024-01-21T08:25:01.578258+0000 mgr.smithi005.dctvsr (mgr.14182) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:04.162 INFO:teuthology.orchestra.run.smithi005.stdout:107374182412 2024-01-21T08:25:04.162 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-21T08:25:04.545 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:05.730 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:05 smithi005 conmon[35306]: cluster 2024-01-21T08:25:03.578547+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:25:05.730 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:05 smithi005 conmon[35306]: 14182) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:05.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:05 smithi150 conmon[40284]: cluster 2024-01-21T08:25:03.578547+0000 mgr.smithi005.dctvsr (mgr.14182) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:06.553 INFO:teuthology.orchestra.run.smithi005.stdout:146028888076 2024-01-21T08:25:06.554 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-21T08:25:06.941 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:07 smithi150 conmon[40284]: cluster 2024-01-21T08:25:05.578943+0000 mgr.smithi005.dctvsr (mgr.14182) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:07.921 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:07 smithi005 conmon[35306]: cluster 2024-01-21T08:25:05.578943+0000 mgr.smithi005.dctvsr (mgr.14182) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:08.996 INFO:teuthology.orchestra.run.smithi005.stdout:128849018893 2024-01-21T08:25:08.997 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-21T08:25:09.384 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:09.769 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:09 smithi005 conmon[35306]: cluster 2024-01-21T08:25:07.579319+0000 mgr.smithi005.dctvsr (mgr.14182) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:09 smithi150 conmon[40284]: cluster 2024-01-21T08:25:07.579319+0000 mgr.smithi005.dctvsr (mgr.14182) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:09 smithi150 conmon[40284]: 2024-01-21T08:25:11.377 INFO:teuthology.orchestra.run.smithi005.stdout:163208757259 2024-01-21T08:25:11.378 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-21T08:25:11.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:11 smithi005 conmon[35306]: cluster 2024-01-21T08:25:09.579695+0000 mgr.smithi005.dctvsr (mgr.14182) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:11.765 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:11.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:11 smithi150 conmon[40284]: cluster 2024-01-21T08:25:09.579695+0000 mgr.smithi005.dctvsr (mgr.14182) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:13.299 INFO:teuthology.orchestra.run.smithi005.stdout:68719476753 2024-01-21T08:25:13.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:13 smithi005 conmon[35306]: cluster 2024-01-21T08:25:11.580067+0000 mgr.smithi005.dctvsr (mgr.14182) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:13.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:13 smithi005 conmon[35306]: audit 2024-01-21T08:25:13.297666+0000 mon.smithi005 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.5:0/1210300247' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T08:25:13.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:13 smithi150 conmon[40284]: cluster 2024-01-21T08:25:11.580067+0000 mgr.smithi005.dctvsr (mgr.14182) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:13.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:13 smithi150 conmon[40284]: audit 2024-01-21T08:25:13.297666+0000 mon.smithi005 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.5:0/1210300247' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T08:25:13.896 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476753 for osd.0 2024-01-21T08:25:13.896 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-21T08:25:14.284 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:15.853 INFO:teuthology.orchestra.run.smithi005.stdout:94489280527 2024-01-21T08:25:15.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:15 smithi005 conmon[35306]: cluster 2024-01-21T08:25:13.580488+0000 2024-01-21T08:25:15.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:15 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:15 smithi150 conmon[40284]: cluster 2024-01-21T08:25:13.580488+0000 mgr.smithi005.dctvsr (mgr.14182) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:16.427 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280524 got 94489280527 for osd.1 2024-01-21T08:25:16.427 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-21T08:25:16.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:16 smithi005 conmon[35306]: audit 2024-01-21T08:25:15.852128+0000 mon.smithi005 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.5:0/2506864959' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T08:25:16.809 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:16.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:16 smithi150 conmon[40284]: audit 2024-01-21T08:25:15.852128+0000 mon.smithi005 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.5:0/2506864959' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T08:25:17.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:17 smithi005 conmon[35306]: cluster 2024-01-21T08:25:15.580869+0000 mgr.smithi005.dctvsr (mgr.14182) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:17.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:17 smithi005 conmon[35306]: 2024-01-21T08:25:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:17 smithi150 conmon[40284]: cluster 2024-01-21T08:25:15.580869+0000 mgr.smithi005.dctvsr (mgr.14182) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:18.343 INFO:teuthology.orchestra.run.smithi005.stdout:85899345935 2024-01-21T08:25:18.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:18 smithi005 conmon[35306]: cluster 2024-01-21T08:25:17.581195+0000 mgr.smithi005.dctvsr (mgr.14182) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:18.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:18 smithi005 conmon[35306]: audit 2024-01-21T08:25:18.341962+0000 mon.smithi005 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.5:0/1902022198' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T08:25:18.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:18 smithi150 conmon[40284]: cluster 2024-01-21T08:25:17.581195+0000 mgr.smithi005.dctvsr (mgr.14182) 134 : cluster [DBG] 2024-01-21T08:25:18.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:18 smithi150 conmon[40284]: pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:18.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:18 smithi150 conmon[40284]: audit 2024-01-21T08:25:18.341962+0000 mon.smithi005 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.5:0/1902022198' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T08:25:18.942 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345932 got 85899345935 for osd.2 2024-01-21T08:25:18.943 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-21T08:25:19.326 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:20.848 INFO:teuthology.orchestra.run.smithi005.stdout:115964117007 2024-01-21T08:25:20.874 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:20 smithi005 conmon[35306]: cluster 2024-01-21T08:25:19.581786+0000 mgr.smithi005.dctvsr (mgr.14182) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:20.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:20 smithi150 conmon[40284]: cluster 2024-01-21T08:25:19.581786+0000 mgr.smithi005.dctvsr (mgr.14182) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:21.443 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117004 got 115964117007 for osd.3 2024-01-21T08:25:21.443 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-21T08:25:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:21 smithi005 conmon[35306]: audit 2024-01-21T08:25:20.847352+0000 mon.smithi005 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.5:0/3214825810' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T08:25:21.825 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:21 smithi150 conmon[40284]: audit 2024-01-21T08:25:20.847352+0000 mon.smithi005 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.5:0/3214825810' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T08:25:23.403 INFO:teuthology.orchestra.run.smithi005.stdout:107374182415 2024-01-21T08:25:23.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:23 smithi005 conmon[35306]: cluster 2024-01-21T08:25:21.582109+0000 2024-01-21T08:25:23.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:23 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:23.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:23 smithi005 conmon[35306]: audit 2024-01-21T08:25:23.402406+0000 mon.smithi005 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.5:0/1098679518' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T08:25:23.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:23 smithi150 conmon[40284]: cluster 2024-01-21T08:25:21.582109+0000 mgr.smithi005.dctvsr (mgr.14182) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:23.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:23 smithi150 conmon[40284]: audit 2024-01-21T08:25:23.402406+0000 mon.smithi005 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.5:0/1098679518' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T08:25:24.003 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182412 got 107374182415 for osd.4 2024-01-21T08:25:24.004 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-21T08:25:24.387 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:25.617 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:25 smithi005 conmon[35306]: cluster 2024-01-21T08:25:23.582449+0000 mgr.smithi005.dctvsr (mgr.14182) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:25.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:25 smithi150 conmon[40284]: cluster 2024-01-21T08:25:23.582449+0000 mgr.smithi005.dctvsr (mgr.14182) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:25.980 INFO:teuthology.orchestra.run.smithi005.stdout:146028888080 2024-01-21T08:25:26.560 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888076 got 146028888080 for osd.5 2024-01-21T08:25:26.560 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-21T08:25:26.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:26 smithi005 conmon[35306]: audit 2024-01-21T08:25:25.979640+0000 mon.smithi005 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.5:0/1786446806' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T08:25:26.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:26 smithi150 conmon[40284]: audit 2024-01-21T08:25:25.979640+0000 mon.smithi005 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.5:0/1786446806' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T08:25:26.948 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:27 smithi150 conmon[40284]: cluster 2024-01-21T08:25:25.583015+0000 mgr.smithi005.dctvsr (mgr.14182) 138 : cluster [DBG] 2024-01-21T08:25:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:27 smithi150 conmon[40284]: pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:27.895 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:27 smithi005 conmon[35306]: cluster 2024-01-21T08:25:25.583015+0000 mgr.smithi005.dctvsr (mgr.14182) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:28.547 INFO:teuthology.orchestra.run.smithi005.stdout:128849018897 2024-01-21T08:25:29.094 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018893 got 128849018897 for osd.6 2024-01-21T08:25:29.094 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-21T08:25:29.486 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:29.723 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:29 smithi005 conmon[35306]: cluster 2024-01-21T08:25:27.583535+0000 mgr.smithi005.dctvsr (mgr.14182) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:29.723 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:29 smithi005 conmon[35306]: audit 2024-01-21T08:25:28.545957+0000 mon.smithi005 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.5:0/834872023' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T08:25:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:29 smithi150 conmon[40284]: cluster 2024-01-21T08:25:27.583535+0000 mgr.smithi005.dctvsr (mgr.14182) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:29 smithi150 conmon[40284]: audit 2024-01-21T08:25:28.545957+0000 mon.smithi005 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.5:0/834872023' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T08:25:31.093 INFO:teuthology.orchestra.run.smithi005.stdout:163208757263 2024-01-21T08:25:31.704 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:31 smithi005 conmon[35306]: cluster 2024-01-21T08:25:29.583921+0000 mgr.smithi005.dctvsr (mgr.14182) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:31.704 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:31 smithi005 conmon[35306]: audit 2024-01-21T08:25:31.091279+0000 mon.smithi005 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.5:0/3679641873' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T08:25:31.724 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757259 got 163208757263 for osd.7 2024-01-21T08:25:31.724 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-21T08:25:31.725 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T08:25:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:31 smithi150 conmon[40284]: cluster 2024-01-21T08:25:29.583921+0000 mgr.smithi005.dctvsr (mgr.14182) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:31 smithi150 conmon[40284]: audit 2024-01-21T08:25:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:31 smithi150 conmon[40284]: 2024-01-21T08:25:31.091279+0000 mon.smithi005 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.5:0/3679641873' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T08:25:32.103 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:33.680 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:25:33.682 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2024-01-21T08:25:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:33 smithi005 conmon[35306]: cluster 2024-01-21T08:25:31.584337+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:25:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:33 smithi005 conmon[35306]: .14182) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:33 smithi150 conmon[40284]: cluster 2024-01-21T08:25:31.584337+0000 mgr.smithi005.dctvsr (mgr.14182) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:34.225 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":124,"stamp":"2024-01-21T08:25:33.584504+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":2379892,"kb_used_data":3124,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548556,"statfs":{"total":767926730752,"available":765489721344,"internally_reserved":0,"allocated":3198976,"data_stored":1258471,"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":40,"state":"active+clean","last_fresh":"2024-01-21T08:24:30.886789+0000","last_change":"2024-01-21T08:24:30.886789+0000","last_active":"2024-01-21T08:24:30.886789+0000","last_peered":"2024-01-21T08:24:30.886789+0000","last_clean":"2024-01-21T08:24:30.886789+0000","last_became_active":"2024-01-21T08:24:30.886325+0000","last_became_peered":"2024-01-21T08:24:30.886325+0000","last_unstale":"2024-01-21T08:24:30.886789+0000","last_undegraded":"2024-01-21T08:24:30.886789+0000","last_fullsized":"2024-01-21T08:24:30.886789+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T08:24:10.825918+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T08:24:10.825918+0000","last_clean_scrub_stamp":"2024-01-21T08:24:10.825918+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757263,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":157218,"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.502}]},{"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.55000000000000004}]},{"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.41799999999999998}]},{"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.52400000000000002}]},{"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.56599999999999995}]},{"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.67200000000000004}]},{"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.58499999999999996}]}]},{"osd":5,"up_from":34,"seq":146028888082,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157533,"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":"Sun Jan 21 08:25:21 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.83099999999999996},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.77000000000000002}]},{"osd":1,"last update":"Sun Jan 21 08:25:21 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.64200000000000002}]},{"osd":2,"last update":"Sun Jan 21 08:25:21 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.80400000000000005},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.70499999999999996}]},{"osd":3,"last update":"Sun Jan 21 08:25:21 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.66500000000000004}]},{"osd":4,"last update":"Sun Jan 21 08:25:21 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.76300000000000001},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.78700000000000003}]},{"osd":6,"last update":"Sun Jan 21 08:25:21 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.73999999999999999},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.84299999999999997}]},{"osd":7,"last update":"Sun Jan 21 08:25:31 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.71599999999999997}]}]},{"osd":2,"up_from":20,"seq":85899345938,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157533,"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":"Sun Jan 21 08:25:08 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.433},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.41299999999999998}]},{"osd":1,"last update":"Sun Jan 21 08:25:11 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":1.034,"5min":1.034,"15min":1.034},"last":0.63}]},{"osd":3,"last update":"Sun Jan 21 08:25:15 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.0549999999999999,"5min":1.0549999999999999,"15min":1.0549999999999999},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.125,"5min":1.125,"15min":1.125},"last":0.60099999999999998}]},{"osd":4,"last update":"Sun Jan 21 08:25:12 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.496}]},{"osd":5,"last update":"Sun Jan 21 08:25:23 2024","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.113,"5min":1.113,"15min":1.113},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.008,"5min":1.008,"15min":1.008},"last":0.69699999999999995}]},{"osd":6,"last update":"Sun Jan 21 08:25:20 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.70899999999999996}]},{"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.755}]}]},{"osd":0,"up_from":16,"seq":68719476757,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157533,"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":"Sun Jan 21 08:25:10 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.94599999999999995,"5min":0.94599999999999995,"15min":0.94599999999999995},"last":0.746},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.65400000000000003}]},{"osd":2,"last update":"Sun Jan 21 08:25:10 2024","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.41999999999999998}]},{"osd":3,"last update":"Sun Jan 21 08:25:16 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.66600000000000004}]},{"osd":4,"last update":"Sun Jan 21 08:25:16 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.38}]},{"osd":5,"last update":"Sun Jan 21 08:25:25 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.71899999999999997}]},{"osd":6,"last update":"Sun Jan 21 08:25:18 2024","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.90600000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"last":0.432}]},{"osd":7,"last update":"Sun Jan 21 08:25:29 2024","interfaces":[{"interface":"back","average":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.73199999999999998}]}]},{"osd":1,"up_from":22,"seq":94489280531,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157533,"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":"Sun Jan 21 08:25:12 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.495},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.63700000000000001}]},{"osd":2,"last update":"Sun Jan 21 08:25:12 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.749},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.64800000000000002}]},{"osd":3,"last update":"Sun Jan 21 08:25:16 2024","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.41699999999999998}]},{"osd":4,"last update":"Sun Jan 21 08:25:16 2024","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.621},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.73099999999999998}]},{"osd":5,"last update":"Sun Jan 21 08:25:24 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.56499999999999995}]},{"osd":6,"last update":"Sun Jan 21 08:25:19 2024","interfaces":[{"interface":"back","average":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.70599999999999996}]},{"osd":7,"last update":"Sun Jan 21 08:25:29 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.65900000000000003}]}]},{"osd":4,"up_from":25,"seq":107374182418,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157533,"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":"Sun Jan 21 08:25:12 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.307},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.505,"5min":0.505,"15min":0.505},"last":0.39300000000000002}]},{"osd":1,"last update":"Sun Jan 21 08:25:12 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.51000000000000001}]},{"osd":2,"last update":"Sun Jan 21 08:25:12 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.36399999999999999}]},{"osd":3,"last update":"Sun Jan 21 08:25:15 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.499},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.45400000000000001}]},{"osd":5,"last update":"Sun Jan 21 08:25:26 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.438}]},{"osd":6,"last update":"Sun Jan 21 08:25:26 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.42199999999999999}]},{"osd":7,"last update":"Sun Jan 21 08:25:29 2024","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.61899999999999999}]}]},{"osd":3,"up_from":27,"seq":115964117010,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":156055,"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":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.68400000000000005},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.67600000000000005}]},{"osd":1,"last update":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.37},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.39500000000000002}]},{"osd":2,"last update":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93700000000000006},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.64600000000000002}]},{"osd":4,"last update":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"last":0.63700000000000001}]},{"osd":5,"last update":"Sun Jan 21 08:25:22 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.41299999999999998}]},{"osd":6,"last update":"Sun Jan 21 08:25:22 2024","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.94999999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"last":0.621},{"interface":"front","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.70599999999999996}]},{"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.42499999999999999}]}]},{"osd":6,"up_from":30,"seq":128849018898,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157533,"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":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.60099999999999998}]},{"osd":1,"last update":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.54800000000000004}]},{"osd":2,"last update":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.42599999999999999}]},{"osd":3,"last update":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.8080000000000001,"5min":1.8080000000000001,"15min":1.8080000000000001},"last":0.56499999999999995}]},{"osd":4,"last update":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.504},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.58699999999999997}]},{"osd":5,"last update":"Sun Jan 21 08:25:23 2024","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.841,"5min":1.841,"15min":1.841},"last":0.627}]},{"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.63300000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-21T08:25:34.226 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T08:25:34.609 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:35.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:35 smithi150 conmon[40284]: cluster 2024-01-21T08:25:33.584638+0000 mgr.smithi005.dctvsr (mgr.14182) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:35.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:35 smithi150 conmon[40284]: audit 2024-01-21T08:25:33.676226+0000 mgr.smithi005.dctvsr (mgr.14182) 143 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:35.830 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:35 smithi005 conmon[35306]: cluster 2024-01-21T08:25:33.584638+0000 mgr.smithi005.dctvsr (mgr.14182) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:35.830 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:35 smithi005 conmon[35306]: audit 2024-01-21T08:25:33.676226+0000 mgr.smithi005.dctvsr (mgr.14182) 143 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:36.221 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:25:36.222 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2024-01-21T08:25:36.832 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":125,"stamp":"2024-01-21T08:25:35.584814+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":2379892,"kb_used_data":3124,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548556,"statfs":{"total":767926730752,"available":765489721344,"internally_reserved":0,"allocated":3198976,"data_stored":1258471,"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":40,"state":"active+clean","last_fresh":"2024-01-21T08:24:30.886789+0000","last_change":"2024-01-21T08:24:30.886789+0000","last_active":"2024-01-21T08:24:30.886789+0000","last_peered":"2024-01-21T08:24:30.886789+0000","last_clean":"2024-01-21T08:24:30.886789+0000","last_became_active":"2024-01-21T08:24:30.886325+0000","last_became_peered":"2024-01-21T08:24:30.886325+0000","last_unstale":"2024-01-21T08:24:30.886789+0000","last_undegraded":"2024-01-21T08:24:30.886789+0000","last_fullsized":"2024-01-21T08:24:30.886789+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T08:24:10.825918+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T08:24:10.825918+0000","last_clean_scrub_stamp":"2024-01-21T08:24:10.825918+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757264,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":157218,"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":"Sun Jan 21 08:25:30 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.45100000000000001}]},{"osd":1,"last update":"Sun Jan 21 08:25:30 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.313},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.40100000000000002}]},{"osd":2,"last update":"Sun Jan 21 08:25:30 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.441},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.495}]},{"osd":3,"last update":"Sun Jan 21 08:25:30 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.48299999999999998}]},{"osd":4,"last update":"Sun Jan 21 08:25:30 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.46700000000000003}]},{"osd":5,"last update":"Sun Jan 21 08:25:30 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.435},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.56699999999999995}]},{"osd":6,"last update":"Sun Jan 21 08:25:30 2024","interfaces":[{"interface":"back","average":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":0.95399999999999996,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":0.53400000000000003}]}]},{"osd":5,"up_from":34,"seq":146028888082,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157533,"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":"Sun Jan 21 08:25:21 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.83099999999999996},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.77000000000000002}]},{"osd":1,"last update":"Sun Jan 21 08:25:21 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.64200000000000002}]},{"osd":2,"last update":"Sun Jan 21 08:25:21 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.80400000000000005},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.70499999999999996}]},{"osd":3,"last update":"Sun Jan 21 08:25:21 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.66500000000000004}]},{"osd":4,"last update":"Sun Jan 21 08:25:21 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.76300000000000001},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.78700000000000003}]},{"osd":6,"last update":"Sun Jan 21 08:25:21 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.73999999999999999},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.84299999999999997}]},{"osd":7,"last update":"Sun Jan 21 08:25:31 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.71599999999999997}]}]},{"osd":2,"up_from":20,"seq":85899345939,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157533,"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":"Sun Jan 21 08:25:08 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.35799999999999998}]},{"osd":1,"last update":"Sun Jan 21 08:25:11 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":1.034,"5min":1.034,"15min":1.034},"last":0.54000000000000004}]},{"osd":3,"last update":"Sun Jan 21 08:25:15 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.0549999999999999,"5min":1.0549999999999999,"15min":1.0549999999999999},"last":0.627},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.125,"5min":1.125,"15min":1.125},"last":0.58199999999999996}]},{"osd":4,"last update":"Sun Jan 21 08:25:12 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.375},{"interface":"front","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.39200000000000002}]},{"osd":5,"last update":"Sun Jan 21 08:25:23 2024","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.113,"5min":1.113,"15min":1.113},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.008,"5min":1.008,"15min":1.008},"last":0.61499999999999999}]},{"osd":6,"last update":"Sun Jan 21 08:25:20 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.45800000000000002}]},{"osd":7,"last update":"Sun Jan 21 08:25:30 2024","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":1.0800000000000001,"5min":1.0800000000000001,"15min":1.0800000000000001},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.103,"5min":1.103,"15min":1.103},"last":0.65300000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476758,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157533,"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":"Sun Jan 21 08:25:10 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.94599999999999995,"5min":0.94599999999999995,"15min":0.94599999999999995},"last":0.746},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.65400000000000003}]},{"osd":2,"last update":"Sun Jan 21 08:25:10 2024","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.41999999999999998}]},{"osd":3,"last update":"Sun Jan 21 08:25:16 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.66600000000000004}]},{"osd":4,"last update":"Sun Jan 21 08:25:16 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.38}]},{"osd":5,"last update":"Sun Jan 21 08:25:25 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.71899999999999997}]},{"osd":6,"last update":"Sun Jan 21 08:25:18 2024","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.90600000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"last":0.432}]},{"osd":7,"last update":"Sun Jan 21 08:25:29 2024","interfaces":[{"interface":"back","average":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.73199999999999998}]}]},{"osd":1,"up_from":22,"seq":94489280531,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157533,"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":"Sun Jan 21 08:25:12 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.495},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.63700000000000001}]},{"osd":2,"last update":"Sun Jan 21 08:25:12 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.749},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.64800000000000002}]},{"osd":3,"last update":"Sun Jan 21 08:25:16 2024","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.41699999999999998}]},{"osd":4,"last update":"Sun Jan 21 08:25:16 2024","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.621},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.73099999999999998}]},{"osd":5,"last update":"Sun Jan 21 08:25:24 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.56499999999999995}]},{"osd":6,"last update":"Sun Jan 21 08:25:19 2024","interfaces":[{"interface":"back","average":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.70599999999999996}]},{"osd":7,"last update":"Sun Jan 21 08:25:29 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.65900000000000003}]}]},{"osd":4,"up_from":25,"seq":107374182418,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157533,"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":"Sun Jan 21 08:25:12 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.307},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.505,"5min":0.505,"15min":0.505},"last":0.39300000000000002}]},{"osd":1,"last update":"Sun Jan 21 08:25:12 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.51000000000000001}]},{"osd":2,"last update":"Sun Jan 21 08:25:12 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.36399999999999999}]},{"osd":3,"last update":"Sun Jan 21 08:25:15 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.499},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.45400000000000001}]},{"osd":5,"last update":"Sun Jan 21 08:25:26 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.438}]},{"osd":6,"last update":"Sun Jan 21 08:25:26 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.42199999999999999}]},{"osd":7,"last update":"Sun Jan 21 08:25:29 2024","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.61899999999999999}]}]},{"osd":3,"up_from":27,"seq":115964117011,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":156055,"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":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.50700000000000001}]},{"osd":1,"last update":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.38700000000000001}]},{"osd":2,"last update":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93700000000000006},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.58899999999999997}]},{"osd":4,"last update":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"last":0.621}]},{"osd":5,"last update":"Sun Jan 21 08:25:22 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.40500000000000003}]},{"osd":6,"last update":"Sun Jan 21 08:25:22 2024","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.94999999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.68000000000000005}]},{"osd":7,"last update":"Sun Jan 21 08:25:30 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.47699999999999998}]}]},{"osd":6,"up_from":30,"seq":128849018899,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157533,"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":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.35999999999999999}]},{"osd":1,"last update":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.44900000000000001}]},{"osd":2,"last update":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.442}]},{"osd":3,"last update":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.8080000000000001,"5min":1.8080000000000001,"15min":1.8080000000000001},"last":0.47799999999999998}]},{"osd":4,"last update":"Sun Jan 21 08:25:17 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.54200000000000004}]},{"osd":5,"last update":"Sun Jan 21 08:25:23 2024","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.841,"5min":1.841,"15min":1.841},"last":0.59399999999999997}]},{"osd":7,"last update":"Sun Jan 21 08:25:30 2024","interfaces":[{"interface":"back","average":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.774,"5min":1.774,"15min":1.774},"last":0.60399999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-21T08:25:36.833 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-21T08:25:36.833 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-21T08:25:36.833 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-21T08:25:36.834 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T08:25:37.217 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/mon.smithi005/config 2024-01-21T08:25:37.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:37 smithi005 conmon[35306]: cluster 2024-01-21T08:25:35.585006+0000 mgr.smithi005.dctvsr (mgr.14182) 144 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:37 smithi005 conmon[35306]: audit 2024-01-21T08:25:36.216432+0000 mgr.smithi005.dctvsr (mgr.14182) 145 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:37 smithi150 conmon[40284]: cluster 2024-01-21T08:25:35.585006+0000 mgr.smithi005.dctvsr (mgr.14182) 144 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:37 smithi150 conmon[40284]: audit 2024-01-21T08:25:36.216432+0000 mgr.smithi005.dctvsr (mgr.14182) 145 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:38.830 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:25:39.348 INFO:teuthology.orchestra.run.smithi005.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-21T08:25:39.349 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-21T08:25:39.349 INFO:tasks.cephadm:Setup complete, yielding 2024-01-21T08:25:39.349 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T08:25:39.359 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-01-21T08:25:39.360 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- bash -c 'ceph orch status' 2024-01-21T08:25:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:39 smithi005 conmon[35306]: cluster 2024-01-21T08:25:37.585350+0000 mgr.smithi005.dctvsr (mgr.14182) 146 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:39 smithi005 conmon[35306]: audit 2024-01-21T08:25:38.828957+0000 mon.smithi005 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.5:0/2475556924' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T08:25:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:39 smithi150 conmon[40284]: cluster 2024-01-21T08:25:37.585350+0000 mgr.smithi005.dctvsr (mgr.14182) 146 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:39 smithi150 conmon[40284]: audit 2024-01-21T08:25:38.828957+0000 mon.smithi005 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.5:0/2475556924' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T08:25:41.192 INFO:teuthology.orchestra.run.smithi005.stdout:Backend: cephadm 2024-01-21T08:25:41.192 INFO:teuthology.orchestra.run.smithi005.stdout:Available: Yes 2024-01-21T08:25:41.192 INFO:teuthology.orchestra.run.smithi005.stdout:Paused: No 2024-01-21T08:25:41.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:41 smithi005 conmon[35306]: cluster 2024-01-21T08:25:39.585750+0000 mgr.smithi005.dctvsr (mgr.14182) 147 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:41.774 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-21T08:25:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:41 smithi150 conmon[40284]: cluster 2024-01-21T08:25:39.585750+0000 mgr.smithi005.dctvsr (mgr.14182) 147 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:42.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:42 smithi005 conmon[35306]: audit 2024-01-21T08:25:41.190759+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:25:42.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:42 smithi005 conmon[35306]: ) 148 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:25:42.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:42 smithi150 conmon[40284]: audit 2024-01-21T08:25:41.190759+0000 mgr.smithi005.dctvsr (mgr.14182) 148 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:25:42.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:42 smithi150 conmon[40284]: 2024-01-21T08:25:43.667 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-21T08:25:43.668 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (2m) 72s ago 3m 22.2M - 0.23.0 ba2b418f427c 9eb4be079799 2024-01-21T08:25:43.668 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (3m) 72s ago 3m 7306k - 16.2.14-454-gea310589 9b28eb2d7c37 2bb1346062c3 2024-01-21T08:25:43.668 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi150 smithi150 running (2m) 75s ago 2m 7407k - 16.2.14-454-gea310589 9b28eb2d7c37 d9bd6c505bcd 2024-01-21T08:25:43.668 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (2m) 72s ago 3m 48.6M - 8.3.5 dad864ee21e9 88ee35c3714f 2024-01-21T08:25:43.668 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.dctvsr smithi005 *:9283 running (5m) 72s ago 5m 445M - 16.2.14-454-gea310589 9b28eb2d7c37 f6b95b5d4840 2024-01-21T08:25:43.668 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi150.mxrmms smithi150 *:8443,9283 running (2m) 75s ago 2m 392M - 16.2.14-454-gea310589 9b28eb2d7c37 e3aae4ca9d66 2024-01-21T08:25:43.668 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (5m) 72s ago 5m 76.8M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 2e14146594c5 2024-01-21T08:25:43.668 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi150 smithi150 running (2m) 75s ago 2m 66.0M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 17abd86db321 2024-01-21T08:25:43.668 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (3m) 72s ago 3m 25.2M - 1.3.1 1dbe0e931976 33d3cc4e501f 2024-01-21T08:25:43.668 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi150 smithi150 *:9100 running (2m) 75s ago 2m 20.0M - 1.3.1 1dbe0e931976 055a2605fd15 2024-01-21T08:25:43.668 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi150 running (106s) 75s ago 105s 32.4M 3990M 16.2.14-454-gea310589 9b28eb2d7c37 9dc876ef19e5 2024-01-21T08:25:43.668 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (100s) 72s ago 100s 32.2M 3223M 16.2.14-454-gea310589 9b28eb2d7c37 06f347f6a04b 2024-01-21T08:25:43.669 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi150 running (101s) 75s ago 101s 33.5M 3990M 16.2.14-454-gea310589 9b28eb2d7c37 150a58a89991 2024-01-21T08:25:43.669 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (94s) 72s ago 94s 32.0M 3223M 16.2.14-454-gea310589 9b28eb2d7c37 71e51d62507c 2024-01-21T08:25:43.669 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi150 running (96s) 75s ago 96s 29.0M 3990M 16.2.14-454-gea310589 9b28eb2d7c37 e7ca7d8760cb 2024-01-21T08:25:43.669 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi005 running (87s) 72s ago 87s 30.5M 3223M 16.2.14-454-gea310589 9b28eb2d7c37 4016dc51614d 2024-01-21T08:25:43.669 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi150 running (92s) 75s ago 91s 29.3M 3990M 16.2.14-454-gea310589 9b28eb2d7c37 f28367fa3614 2024-01-21T08:25:43.669 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi005 running (80s) 72s ago 80s 25.0M 3223M 16.2.14-454-gea310589 9b28eb2d7c37 04eed5b97726 2024-01-21T08:25:43.669 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (2m) 72s ago 3m 43.1M - 2.33.4 514e6a882f6e 14b066dd36a7 2024-01-21T08:25:43.690 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:43 smithi005 conmon[35306]: cluster 2024-01-21T08:25:41.586107+0000 mgr.smithi005.dctvsr (mgr.14182) 149 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:43.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:43 smithi150 conmon[40284]: cluster 2024-01-21T08:25:41.586107+0000 mgr.smithi005.dctvsr (mgr.14182) 149 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:43.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:43 smithi150 conmon[40284]: 2024-01-21T08:25:44.208 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-21T08:25:45.620 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:45 smithi005 conmon[35306]: cluster 2024-01-21T08:25:43.586432+0000 mgr.smithi005.dctvsr (mgr.14182) 150 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:45.620 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:45 smithi005 conmon[35306]: audit 2024-01-21T08:25:43.657954+0000 mgr.smithi005.dctvsr (mgr.14182) 151 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:25:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:45 smithi150 conmon[40284]: cluster 2024-01-21T08:25:43.586432+0000 mgr.smithi005.dctvsr (mgr.14182) 150 : cluster [DBG] 2024-01-21T08:25:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:45 smithi150 conmon[40284]: pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:45 smithi150 conmon[40284]: audit 2024-01-21T08:25:43.657954+0000 mgr.smithi005.dctvsr (mgr.14182) 151 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:25:46.023 INFO:teuthology.orchestra.run.smithi005.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-21T08:25:46.023 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager ?:9093,9094 1/1 74s ago 4m count:1 2024-01-21T08:25:46.024 INFO:teuthology.orchestra.run.smithi005.stdout:crash 2/2 77s ago 4m * 2024-01-21T08:25:46.024 INFO:teuthology.orchestra.run.smithi005.stdout:grafana ?:3000 1/1 74s ago 4m count:1 2024-01-21T08:25:46.024 INFO:teuthology.orchestra.run.smithi005.stdout:mgr 2/2 77s ago 4m count:2 2024-01-21T08:25:46.024 INFO:teuthology.orchestra.run.smithi005.stdout:mon 2/2 77s ago 3m smithi005:172.21.15.5=smithi005;smithi150:172.21.15.150=smithi150;count:2 2024-01-21T08:25:46.024 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter ?:9100 2/2 77s ago 4m * 2024-01-21T08:25:46.025 INFO:teuthology.orchestra.run.smithi005.stdout:osd.all-available-devices 8 77s ago 2m * 2024-01-21T08:25:46.025 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus ?:9095 1/1 74s ago 4m count:1 2024-01-21T08:25:46.582 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-21T08:25:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:47 smithi005 conmon[35306]: cluster 2024-01-21T08:25:45.586811+0000 mgr.smithi005.dctvsr (mgr.14182) 152 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:47 smithi005 conmon[35306]: audit 2024-01-21T08:25:46.018018+0000 mgr.smithi005.dctvsr (mgr.14182) 153 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:25:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:47 smithi150 conmon[40284]: cluster 2024-01-21T08:25:45.586811+0000 mgr.smithi005.dctvsr (mgr.14182) 152 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:47 smithi150 conmon[40284]: audit 2024-01-21T08:25:46.018018+0000 mgr.smithi005.dctvsr (mgr.14182) 153 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:25:48.341 INFO:teuthology.orchestra.run.smithi005.stdout:HOST ADDR LABELS STATUS 2024-01-21T08:25:48.341 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 172.21.15.5 2024-01-21T08:25:48.341 INFO:teuthology.orchestra.run.smithi005.stdout:smithi150 172.21.15.150 2024-01-21T08:25:48.341 INFO:teuthology.orchestra.run.smithi005.stdout:2 hosts in cluster 2024-01-21T08:25:48.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:48 smithi005 conmon[35306]: audit 2024-01-21T08:25:48.462309+0000 2024-01-21T08:25:48.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:48 smithi005 conmon[35306]: mon.smithi005 (mon.0) 599 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:25:48.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:48 smithi150 conmon[40284]: audit 2024-01-21T08:25:48.462309+0000 mon.smithi005 (mon.0) 599 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:25:48.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:48 smithi150 conmon[40284]: 2024-01-21T08:25:48.916 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-21T08:25:49.736 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:49 smithi005 conmon[35306]: cluster 2024-01-21T08:25:47.587172+0000 mgr.smithi005.dctvsr (mgr.14182) 154 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:49.737 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:49 smithi005 conmon[35306]: audit 2024-01-21T08:25:48.339031+0000 mgr.smithi005.dctvsr (mgr.14182) 155 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:25:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:49 smithi150 conmon[40284]: cluster 2024-01-21T08:25:47.587172+0000 mgr.smithi005.dctvsr (mgr.14182) 154 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:49 smithi150 conmon[40284]: audit 2024-01-21T08:25:48.339031+0000 mgr.smithi005.dctvsr (mgr.14182) 155 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:25:51.332 INFO:teuthology.orchestra.run.smithi005.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T08:25:51.332 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300EW480DGN 447G 75s ago Has a FileSystem, LVM detected 2024-01-21T08:25:51.332 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme1n1 ssd Linux_1eb683393e9def47414f 89.4G 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:51.332 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme2n1 ssd Linux_32e90fbcaeb134d38dc7 89.4G 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:51.332 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme3n1 ssd Linux_7775390acd1b16cef056 89.4G 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:51.332 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme4n1 ssd Linux_c0c9618dff58f1688d7e 89.4G 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:51.332 INFO:teuthology.orchestra.run.smithi005.stdout:smithi150 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GX400BGN 372G 79s ago Has a FileSystem, LVM detected 2024-01-21T08:25:51.332 INFO:teuthology.orchestra.run.smithi005.stdout:smithi150 /dev/nvme1n1 ssd Linux_53503d8867eecdefc995 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:51.332 INFO:teuthology.orchestra.run.smithi005.stdout:smithi150 /dev/nvme2n1 ssd Linux_e887043fd2ce6c38db80 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:51.332 INFO:teuthology.orchestra.run.smithi005.stdout:smithi150 /dev/nvme3n1 ssd Linux_d90591afb0b2e2d54e91 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:51.333 INFO:teuthology.orchestra.run.smithi005.stdout:smithi150 /dev/nvme4n1 ssd Linux_558dbc66b8a629aaa81a 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:51.358 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:51 smithi005 conmon[35306]: cluster 2024-01-21T08:25:49.587671+0000 mgr.smithi005.dctvsr (mgr.14182) 156 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:51.358 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:51 smithi005 conmon[35306]: audit 2024-01-21T08:25:50.041494+0000 mon.smithi005 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:25:51.392 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:51 smithi150 conmon[40284]: cluster 2024-01-21T08:25:49.587671+0000 mgr.smithi005.dctvsr (mgr.14182) 156 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:51.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:51 smithi150 conmon[40284]: audit 2024-01-21T08:25:50.041494+0000 mon.smithi005 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:25:52.130 INFO:teuthology.run_tasks:Running task vip... 2024-01-21T08:25:52.139 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-21T08:25:52.139 INFO:tasks.vip:peername 172.21.15.5 2024-01-21T08:25:52.142 INFO:tasks.vip:172.21.15.5 in 172.21.0.0/20, pos 3844 2024-01-21T08:25:52.146 INFO:tasks.vip:smithi005.front.sepia.ceph.com static 10.0.15.5, vnet 10.0.0.0/16 2024-01-21T08:25:52.146 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-21T08:25:52.146 DEBUG:teuthology.orchestra.run.smithi005:> sudo ip route ls 2024-01-21T08:25:52.182 INFO:teuthology.orchestra.run.smithi005.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-01-21T08:25:52.183 INFO:teuthology.orchestra.run.smithi005.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.5 metric 100 2024-01-21T08:25:52.184 INFO:tasks.vip:Configuring 10.0.15.5 on smithi005.front.sepia.ceph.com iface ens1f0... 2024-01-21T08:25:52.184 DEBUG:teuthology.orchestra.run.smithi005:> sudo ip addr add 10.0.15.5/16 dev ens1f0 2024-01-21T08:25:52.258 INFO:tasks.vip:peername 172.21.15.150 2024-01-21T08:25:52.261 INFO:tasks.vip:172.21.15.150 in 172.21.0.0/20, pos 3989 2024-01-21T08:25:52.264 INFO:tasks.vip:smithi150.front.sepia.ceph.com static 10.0.15.150, vnet 10.0.0.0/16 2024-01-21T08:25:52.264 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip route ls 2024-01-21T08:25:52.303 INFO:teuthology.orchestra.run.smithi150.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-21T08:25:52.303 INFO:teuthology.orchestra.run.smithi150.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.150 metric 100 2024-01-21T08:25:52.304 INFO:tasks.vip:Configuring 10.0.15.150 on smithi150.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T08:25:52.304 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip addr add 10.0.15.150/16 dev enp3s0f1 2024-01-21T08:25:52.376 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T08:25:52.385 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-01-21T08:25:52.385 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-21T08:25:52.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:52 smithi150 conmon[40284]: audit 2024-01-21T08:25:51.328171+0000 mgr.smithi005.dctvsr (mgr.14182) 157 : audit 2024-01-21T08:25:52.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:52 smithi150 conmon[40284]: [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:25:52.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:52 smithi005 conmon[35306]: audit 2024-01-21T08:25:51.328171+0000 mgr.smithi005.dctvsr (mgr.14182) 157 : audit [DBG] 2024-01-21T08:25:52.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:52 smithi005 conmon[35306]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:25:53.746 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:53 smithi005 conmon[35306]: cluster 2024-01-21T08:25:51.588157+0000 mgr.smithi005.dctvsr (mgr.14182) 158 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:53.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:53 smithi005 conmon[35306]: audit 2024-01-21T08:25:52.882079+0000 mon.smithi005 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:25:53.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:53 smithi150 conmon[40284]: cluster 2024-01-21T08:25:51.588157+0000 mgr.smithi005.dctvsr (mgr.14182) 158 : cluster [DBG] 2024-01-21T08:25:53.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:53 smithi150 conmon[40284]: pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:53.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:53 smithi150 conmon[40284]: audit 2024-01-21T08:25:52.882079+0000 mon.smithi005 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:25:54.164 INFO:teuthology.orchestra.run.smithi005.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T08:25:54.164 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300EW480DGN 447G 78s ago Has a FileSystem, LVM detected 2024-01-21T08:25:54.164 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme1n1 ssd Linux_1eb683393e9def47414f 89.4G 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:54.164 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme2n1 ssd Linux_32e90fbcaeb134d38dc7 89.4G 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:54.164 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme3n1 ssd Linux_7775390acd1b16cef056 89.4G 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:54.164 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme4n1 ssd Linux_c0c9618dff58f1688d7e 89.4G 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:54.164 INFO:teuthology.orchestra.run.smithi005.stdout:smithi150 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GX400BGN 372G 82s ago Has a FileSystem, LVM detected 2024-01-21T08:25:54.164 INFO:teuthology.orchestra.run.smithi005.stdout:smithi150 /dev/nvme1n1 ssd Linux_53503d8867eecdefc995 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:54.164 INFO:teuthology.orchestra.run.smithi005.stdout:smithi150 /dev/nvme2n1 ssd Linux_e887043fd2ce6c38db80 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:54.164 INFO:teuthology.orchestra.run.smithi005.stdout:smithi150 /dev/nvme3n1 ssd Linux_d90591afb0b2e2d54e91 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:54.164 INFO:teuthology.orchestra.run.smithi005.stdout:smithi150 /dev/nvme4n1 ssd Linux_558dbc66b8a629aaa81a 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:25:54.696 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-21T08:25:54.705 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-01-21T08:25:54.706 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T08:25:54.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:54 smithi005 conmon[35306]: audit 2024-01-21T08:25:53.469392+0000 mon.smithi005 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:25:54.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:54 smithi005 conmon[35306]: 2024-01-21T08:25:54.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:54 smithi005 conmon[35306]: audit 2024-01-21T08:25:53.470160+0000 mon.smithi005 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:25:54.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:54 smithi005 conmon[35306]: audit 2024-01-21T08:25:53.474571+0000 mon.smithi005 (mon 2024-01-21T08:25:54.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:54 smithi005 conmon[35306]: . 2024-01-21T08:25:54.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:54 smithi005 conmon[35306]: 0) 604 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:25:54.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:54 smithi005 conmon[35306]: audit 2024 2024-01-21T08:25:54.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:54 smithi005 conmon[35306]: -01-21T08:25:53.478469+0000 mon.smithi005 ( 2024-01-21T08:25:54.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:54 smithi005 conmon[35306]: mon.0) 605 : audit [DBG] 2024-01-21T08:25:54.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:54 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:25:54.741 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:54 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:25:54.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:54 smithi005 conmon[35306]: 08:25:54.198394+0000 mon.smithi005 2024-01-21T08:25:54.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:54 smithi005 conmon[35306]: (mon.0) 606 : audit [DBG] 2024-01-21T08:25:54.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:54 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:25:54.744 INFO:teuthology.orchestra.run.smithi005.stderr:+ systemctl stop nfs-server 2024-01-21T08:25:54.753 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi150.front.sepia.ceph.com 2024-01-21T08:25:54.754 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T08:25:54.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:54 smithi150 conmon[40284]: audit 2024-01-21T08:25:53.469392+0000 mon.smithi005 (mon.0) 602 : 2024-01-21T08:25:54.777 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:54 smithi150 conmon[40284]: audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:25:54.778 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:54 smithi150 conmon[40284]: audit 2024-01-21T08:25:53.470160+0000 mon.smithi005 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:25:54.778 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:54 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:25:54.778 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:54 smithi150 conmon[40284]: 21T08:25:53.474571+0000 mon.smithi005 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:25:54.778 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:54 smithi150 conmon[40284]: audit 2024-01-21T08:25:53.478469 2024-01-21T08:25:54.778 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:54 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:25:54.778 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:54 smithi150 conmon[40284]: audit 2024 2024-01-21T08:25:54.778 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:54 smithi150 conmon[40284]: -01-21T08:25:54.198394+0000 mon.smithi005 (mon.0) 606 : audit [DBG] 2024-01-21T08:25:54.778 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:54 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:25:54.780 INFO:teuthology.orchestra.run.smithi150.stderr:+ systemctl stop nfs-server 2024-01-21T08:25:54.786 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T08:25:54.795 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-01-21T08:25:54.796 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-01-21T08:25:55.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:55 smithi005 conmon[35306]: cluster 2024-01-21T08:25:53.588471+0000 mgr.smithi005.dctvsr (mgr.14182) 159 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:55.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:55 smithi005 conmon[35306]: audit 2024-01-21T08:25:54.160567+0000 mgr.smithi005.dctvsr (mgr.14182) 160 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:25:55.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:55 smithi150 conmon[40284]: cluster 2024-01-21T08:25:53.588471+0000 mgr.smithi005.dctvsr (mgr.14182) 159 2024-01-21T08:25:55.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:55 smithi150 conmon[40284]: : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:55.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:55 smithi150 conmon[40284]: audit 2024-01-21T08:25:54.160567+0000 mgr.smithi005.dctvsr (mgr.14182) 160 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:25:56.982 INFO:teuthology.orchestra.run.smithi005.stdout:Scheduled rgw.foorgw update... 2024-01-21T08:25:57.292 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:57 smithi150 conmon[40284]: cluster 2024-01-21T08:25:55.588889+0000 mgr.smithi005.dctvsr (mgr.14182) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:57.292 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:57 smithi150 conmon[40284]: audit 2024-01-21T08:25:56.112633+0000 mon.smithi005 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:25:57.292 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:57 smithi150 conmon[40284]: audit 2024-01-21T08:25:56.980556+0000 mon.smithi005 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:25:57.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:57 smithi005 conmon[35306]: cluster 2024-01-21T08:25:55.588889+0000 mgr.smithi005.dctvsr (mgr.14182) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:57.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:57 smithi005 conmon[35306]: audit 2024-01-21T08:25:56.112633+0000 mon.smithi005 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:25:57.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:57 smithi005 conmon[35306]: audit 2024-01-21T08:25:56.980556+0000 mon.smithi005 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:25:57.629 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.5/16' 2024-01-21T08:25:58.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:58 smithi150 conmon[40284]: audit 2024-01-21T08:25:56.975392+0000 mgr.smithi005.dctvsr (mgr.14182) 162 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:25:58.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:58 smithi150 conmon[40284]: cephadm 2024-01-21T08:25:56.976547+0000 mgr.smithi005.dctvsr (mgr.14182) 163 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T08:25:58.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:58 smithi005 conmon[35306]: audit 2024-01-21T08:25:56.975392+0000 2024-01-21T08:25:58.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:58 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 162 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:25:58.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:58 smithi005 conmon[35306]: cephadm 2024-01-21T08:25:56.976547+0000 mgr.smithi005.dctvsr (mgr.14182) 163 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T08:25:59.267 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:25:59 smithi005 conmon[35306]: cluster 2024-01-21T08:25:57.589257+0000 mgr.smithi005.dctvsr (mgr.14182) 164 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:25:59.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:25:59 smithi150 conmon[40284]: cluster 2024-01-21T08:25:57.589257+0000 mgr.smithi005.dctvsr (mgr.14182) 164 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:26:00.373 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:00 smithi005 conmon[35306]: audit 2024-01-21T08:25:59.231985+0000 mon.smithi005 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:00.373 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:00 smithi005 conmon[35306]: audit 2024-01-21T08:25:59.473772+0000 mon.smithi005 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:00.373 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:00 smithi005 conmon[35306]: audit 2024-01-21T08:25:59.712312+0000 mon.smithi005 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-21T08:26:00.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:00 smithi150 conmon[40284]: audit 2024-01-21T08:25:59.231985+0000 mon.smithi005 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:00.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:00 smithi150 conmon[40284]: audit 2024-01-21T08:25:59.473772+0000 mon.smithi005 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:00.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:00 smithi150 conmon[40284]: audit 2024-01-21T08:25:59.712312+0000 mon.smithi005 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-21T08:26:01.521 INFO:teuthology.orchestra.run.smithi005.stdout:NFS Cluster Created Successfully 2024-01-21T08:26:01.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:01 smithi005 conmon[35306]: cluster 2024-01-21T08:25:59.589561+0000 mgr.smithi005.dctvsr (mgr.14182) 165 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:26:01.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:01 smithi005 conmon[35306]: audit 2024-01-21T08:25:59.710900+0000 mgr.smithi005.dctvsr (mgr.14182) 166 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.5/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:26:01.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:01 smithi005 conmon[35306]: audit 2024-01-21T08:26:00.478839+0000 mon.smithi005 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-21T08:26:01.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:01 smithi005 conmon[35306]: cluster 2024-01-21T08:26:00.478897+0000 mon.smithi005 (mon.0) 613 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-21T08:26:01.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:01 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:26:01.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:01 smithi005 conmon[35306]: 01-21T08:26:00.480758+0000 mon.smithi005 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-21T08:26:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:01 smithi150 conmon[40284]: cluster 2024-01-21T08:25:59.589561+0000 mgr.smithi005.dctvsr (mgr.14182) 165 2024-01-21T08:26:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:01 smithi150 conmon[40284]: : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:26:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:01 smithi150 conmon[40284]: audit 2024-01-21T08:25:59.710900+0000 mgr.smithi005.dctvsr (mgr.14182) 166 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.5/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:26:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:01 smithi150 conmon[40284]: audit 2024-01-21T08:26:00.478839 2024-01-21T08:26:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:01 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-21T08:26:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:01 smithi150 conmon[40284]: cluster 2024-01-21T08:26:00 2024-01-21T08:26:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:01 smithi150 conmon[40284]: .478897+0000 mon.smithi005 (mon.0) 613 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-21T08:26:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:01 smithi150 conmon[40284]: audit 2024-01-21T08:26:00.480758 2024-01-21T08:26:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:01 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-21T08:26:02.236 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-21T08:26:02.246 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-01-21T08:26:02.247 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-01-21T08:26:02.284 INFO:teuthology.orchestra.run.smithi005.stderr:+ dnf install -y python3-boto3 2024-01-21T08:26:02.665 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-01-21T08:26:02.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:02 smithi150 conmon[40284]: audit 2024-01-21T08:26:01.481110+0000 mon.smithi005 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-21T08:26:02.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:02 smithi150 conmon[40284]: cluster 2024-01-21T08:26:01.481317+0000 mon.smithi005 (mon.0) 616 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T08:26:02.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:02 smithi150 conmon[40284]: cephadm 2024-01-21T08:26:01.509222+0000 mgr.smithi005.dctvsr (mgr.14182) 167 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-21T08:26:02.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:02 smithi150 conmon[40284]: audit 2024-01-21T08:26:01.512606+0000 mon.smithi005 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:02.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:02 smithi150 conmon[40284]: cephadm 2024-01- 2024-01-21T08:26:02.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:02 smithi150 conmon[40284]: 21T08:26:01.514023+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:26:02.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:02 smithi150 conmon[40284]: 14182) 168 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-21T08:26:02.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:02 smithi150 conmon[40284]: audit 2024-01-21T08: 2024-01-21T08:26:02.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:02 smithi150 conmon[40284]: 26:01.517973+0000 mon.smithi005 (mon.0) 618 2024-01-21T08:26:02.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:02 smithi150 conmon[40284]: : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:02.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:02 smithi005 conmon[35306]: audit 2024-01-21T08:26:01.481110+0000 mon.smithi005 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-21T08:26:02.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:02 smithi005 conmon[35306]: cluster 2024-01-21T08:26:01.481317+0000 mon.smithi005 (mon.0) 616 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T08:26:02.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:02 smithi005 conmon[35306]: cephadm 2024-01-21T08:26:01.509222+0000 mgr.smithi005.dctvsr (mgr.14182) 167 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-21T08:26:02.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:02 smithi005 conmon[35306]: audit 2024-01-21T08:26:01.512606+0000 mon.smithi005 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:02.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:02 smithi005 conmon[35306]: cephadm 2024-01-21T08:26:01.514023+0000 mgr.smithi005.dctvsr (mgr.14182) 168 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-21T08:26:02.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:02 smithi005 conmon[35306]: audit 2024-01-21T08:26:01.517973+0000 mon.smithi005 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:03.835 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: cluster 2024-01-21T08:26:01.589898+0000 mgr.smithi005.dctvsr (mgr.14182) 169 : cluster 2024-01-21T08:26:03.835 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: [DBG] pgmap v140: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:26:03.835 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: cluster 2024-01-21T08:26:02.490945+0000 mon.smithi005 (mon.0) 619 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T08:26:03.835 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: cluster 2024-01-21T08:26:02.525046+0000 mon.smithi005 (mon 2024-01-21T08:26:03.835 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: .0) 620 : cluster [DBG] mgrmap e19: smithi005.dctvsr(active, since 3m), standbys: smithi150.mxrmms 2024-01-21T08:26:03.835 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: audit 2024-01-21T08:26:03.302788+0000 mon.smithi005 (mon.0) 2024-01-21T08:26:03.835 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: 621 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:03.835 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: audit 2024-01-21T08:26:03.303745+0000 mon.smithi005 ( 2024-01-21T08:26:03.835 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: mon.0) 622 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:26:03.835 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: audit 2024-01-21T08: 2024-01-21T08:26:03.835 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: 26:03.304441+0000 mon.smithi005 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:26:03.835 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: audit 2024-01-21T08:26:03.835 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: 2024-01-21T08:26:03.308259+0000 mon.smithi005 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:03.836 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: audit 2024-01-21T08:26:03.312223+0000 2024-01-21T08:26:03.836 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: mon.smithi005 (mon.0) 625 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:26:03.836 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: audit 2024-01-21T08:26:03.319144+0000 mon.smithi005 (mon.0 2024-01-21T08:26:03.836 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: ) 626 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:03.836 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:26:03.836 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: 01-21T08:26:03.319639+0000 mon.smithi005 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi150.kujmja", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T08:26:03.836 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: audit 2024-01-21T08:26:03.322237+0000 mon.smithi005 ( 2024-01-21T08:26:03.836 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi150.kujmja", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T08:26:03.836 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: audit 2024-01-21T08:26:03.836 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: 2024-01-21T08:26:03.325543+0000 mon.smithi005 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:03.836 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: audit 2024-01-21T08:26:03. 2024-01-21T08:26:03.836 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:03 smithi150 conmon[40284]: 326201+0000 mon.smithi005 (mon.0) 630 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:26:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: cluster 2024-01-21T08:26:01.589898+0000 mgr.smithi005.dctvsr (mgr.14182) 169 : cluster [DBG] pgmap v140: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:26:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: cluster 2024-01-21T08:26:02.490945+0000 mon.smithi005 (mon.0) 619 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T08:26:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: cluster 2024-01-21T08:26:02.525046+0000 mon.smithi005 (mon.0) 620 : cluster [DBG] mgrmap e19: smithi005.dctvsr(active, since 3m), standbys: smithi150.mxrmms 2024-01-21T08:26:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: audit 2024-01-21T08:26:03.302788+0000 mon.smithi005 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: audit 2024-01-21T08:26:03.303745+0000 mon.smithi005 (mon.0) 622 : audit 2024-01-21T08:26:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:26:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: audit 2024-01-21T08:26:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: 2024-01-21T08:26:03.304441+0000 mon.smithi005 2024-01-21T08:26:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:26:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: audit 2024-01- 2024-01-21T08:26:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: 21T08:26:03.308259+0000 mon.smithi005 ( 2024-01-21T08:26:03.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: audit 2024-01- 2024-01-21T08:26:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: 21T08:26:03.312223+0000 mon.smithi005 2024-01-21T08:26:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: (mon.0) 625 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:26:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: 2024-01-21T08:26:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: audit 2024-01- 2024-01-21T08:26:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: 21T08:26:03.319144+0000 mon.smithi005 (mon.0) 2024-01-21T08:26:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: 626 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: audit 2024-01-21 2024-01-21T08:26:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: T08:26:03.319639+0000 mon.smithi005 (mon 2024-01-21T08:26:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: .0) 627 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi150.kujmja", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T08:26:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: 2024-01-21T08:26:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:26:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: 01-21T08:26:03.322237+0000 mon.smithi005 (mon. 2024-01-21T08:26:03.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: 0) 628 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi150.kujmja", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T08:26:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: audit 2024-01-21T08: 2024-01-21T08:26:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: 26:03.325543+0000 mon.smithi005 (mon.0 2024-01-21T08:26:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: ) 629 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: audit 2024-01-21T08:26 2024-01-21T08:26:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: :03.326201+0000 mon.smithi005 (mon.0) 630 2024-01-21T08:26:03.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:03 smithi005 conmon[35306]: : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:26:04.578 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 57 kB/s | 4.5 kB 00:00 2024-01-21T08:26:04.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:04 smithi150 conmon[40284]: cephadm 2024-01-21T08:26:03.316440+0000 mgr.smithi005.dctvsr (mgr.14182) 170 2024-01-21T08:26:04.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:04 smithi150 conmon[40284]: : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T08:26:04.788 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:04 smithi150 conmon[40284]: cephadm 2024-01-21T08:26:03.326802+0000 mgr.smithi005.dctvsr (mgr.14182) 171 : cephadm [INF] Deploying daemon rgw.foorgw.smithi150.kujmja on smithi150 2024-01-21T08:26:04.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:04 smithi005 conmon[35306]: cephadm 2024-01-21T08:26:03.316440+0000 mgr.smithi005.dctvsr (mgr.14182) 170 2024-01-21T08:26:04.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:04 smithi005 conmon[35306]: : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T08:26:04.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:04 smithi005 conmon[35306]: cephadm 2024-01-21T08:26:03.326802+0000 mgr.smithi005.dctvsr (mgr.14182) 171 : cephadm [INF] Deploying daemon rgw.foorgw.smithi150.kujmja on smithi150 2024-01-21T08:26:05.310 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-01-21T08:26:05.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:05 smithi005 conmon[35306]: cluster 2024-01-21T08:26:03.590454+0000 mgr.smithi005.dctvsr (mgr.14182) 172 : cluster 2024-01-21T08:26:05.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:05 smithi005 conmon[35306]: [DBG] pgmap v142: 33 pgs: 1 creating+peering, 8 active+clean, 24 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:26:06.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:05 smithi150 conmon[40284]: cluster 2024-01-21T08:26:03.590454+0000 mgr.smithi005.dctvsr (mgr.14182) 172 : 2024-01-21T08:26:06.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:05 smithi150 conmon[40284]: cluster [DBG] pgmap v142: 33 pgs: 1 creating+peering, 8 active+clean, 24 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:26:07.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: cluster 2024-01-21T08:26:05.590843+0000 mgr.smithi005.dctvsr (mgr.14182) 173 : cluster [DBG] pgmap v143: 33 pgs: 1 creating+peering, 32 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:26:07.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: audit 2024-01-21T08:26:05.805950+0000 mon.smithi005 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:07.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: audit 2024-01-21T08:26:05.807166+0000 mon.smithi005 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi005.vfsums", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T08:26:07.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: audit 2024-01-21T08:26:05.809958+0000 mon.smithi005 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi005.vfsums", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T08:26:07.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: audit 2024-01-21T08:26:05. 2024-01-21T08:26:07.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: 813771+0000 mon.smithi005 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:07.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: audit 2024-01-21T08:26:05.814462 2024-01-21T08:26:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 635 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:26:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: cephadm 2024-01-21T08:26:05. 2024-01-21T08:26:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: 815124+0000 mgr.smithi005.dctvsr (mgr.14182) 174 : cephadm [INF] Deploying daemon rgw.foorgw.smithi005.vfsums on smithi005 2024-01-21T08:26:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: cluster 2024- 2024-01-21T08:26:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: 01-21T08:26:05.853274+0000 mon.smithi005 (mon.0) 636 : cluster 2024-01-21T08:26:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T08:26:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: audit 2024-01-21 2024-01-21T08:26:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: T08:26:05.854914+0000 mon.smithi150 (mon.1) 22 : audit 2024-01-21T08:26:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: [INF] from='client.? 172.21.15.150:0/2419399930' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T08:26:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: audit 2024-01-21T08:26:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: 2024-01-21T08:26:05.861699+0000 mon.smithi005 (mon.0 2024-01-21T08:26:07.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:06 smithi150 conmon[40284]: ) 637 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T08:26:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:06 smithi005 conmon[35306]: cluster 2024-01-21T08:26:05.590843+0000 mgr.smithi005.dctvsr (mgr.14182) 173 : cluster [DBG] pgmap v143: 33 pgs: 1 creating+peering, 32 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:26:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:06 smithi005 conmon[35306]: audit 2024-01-21T08:26:05.805950+0000 mon.smithi005 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:06 smithi005 conmon[35306]: audit 2024-01-21T08:26:05.807166+0000 mon.smithi005 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi005.vfsums", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T08:26:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:06 smithi005 conmon[35306]: audit 2024-01-21T08:26:05.809958+0000 mon.smithi005 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi005.vfsums", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T08:26:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:06 smithi005 conmon[35306]: audit 2024-01-21T08:26:05.813771+0000 mon.smithi005 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:06 smithi005 conmon[35306]: audit 2024-01-21T08:26:05.814462+0000 mon.smithi005 (mon.0) 635 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:26:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:06 smithi005 conmon[35306]: cephadm 2024-01-21T08:26:05.815124+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:26:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:06 smithi005 conmon[35306]: ) 174 : cephadm [INF] Deploying daemon rgw.foorgw.smithi005.vfsums on smithi005 2024-01-21T08:26:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:06 smithi005 conmon[35306]: cluster 2024-01-21T08:26:05.853274+0000 mon.smithi005 (mon.0) 636 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T08:26:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:06 smithi005 conmon[35306]: audit 2024-01-21T08:26:05.854914+0000 mon.smithi150 (mon.1) 22 : audit [INF] from='client.? 172.21.15.150:0/2419399930' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T08:26:07.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:06 smithi005 conmon[35306]: audit 2024-01-21T08:26:05.861699+0000 mon.smithi005 (mon.0) 637 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T08:26:07.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:07 smithi005 conmon[35306]: audit 2024-01-21T08:26:06.854843+0000 2024-01-21T08:26:07.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:07 smithi005 conmon[35306]: mon.smithi005 (mon.0) 638 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-21T08:26:07.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:07 smithi005 conmon[35306]: cluster 2024-01-21T08:26:06.854990+0000 mon.smithi005 (mon.0) 639 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T08:26:07.980 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-01-21T08:26:07.982 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-01-21T08:26:07.982 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-01-21T08:26:07.982 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-01-21T08:26:07.982 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-01-21T08:26:07.982 INFO:teuthology.orchestra.run.smithi005.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2024-01-21T08:26:07.982 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-01-21T08:26:07.982 INFO:teuthology.orchestra.run.smithi005.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2024-01-21T08:26:07.982 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2024-01-21T08:26:07.982 INFO:teuthology.orchestra.run.smithi005.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2024-01-21T08:26:07.982 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:26:07.983 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-01-21T08:26:07.983 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-01-21T08:26:07.983 INFO:teuthology.orchestra.run.smithi005.stdout:Install 4 Packages 2024-01-21T08:26:07.983 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:26:07.983 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 4.8 M 2024-01-21T08:26:07.983 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 49 M 2024-01-21T08:26:07.983 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-01-21T08:26:08.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:07 smithi150 conmon[40284]: audit 2024-01-21T08:26:06.854843+0000 mon.smithi005 (mon.0) 638 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-21T08:26:08.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:07 smithi150 conmon[40284]: 2024-01-21T08:26:08.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:07 smithi150 conmon[40284]: cluster 2024-01-21T08:26:06.854990+0000 mon.smithi005 (mon.0) 639 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T08:26:09.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: cluster 2024-01-21T08:26:07.591186+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:26:09.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: ) 175 : cluster [DBG] pgmap v146: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:26:09.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: cluster 2024-01-21T08:26:07.862273+0000 mon.smithi005 (mon.0) 640 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T08:26:09.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01-21T08:26:07.867957+0000 2024-01-21T08:26:09.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: mon.smithi150 (mon.1) 23 : audit [INF] from='client.? 172.21.15.150:0/2419399930' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T08:26:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01-21T08:26:07.868781+0000 mon.smithi005 2024-01-21T08:26:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T08:26:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01-21T08 2024-01-21T08:26:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: :26:08.331535+0000 mon.smithi005 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01-21T08:26:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: 2024-01-21T08:26:08.335986+0000 mon.smithi005 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: cephadm 2024-01-21T08:26:08.353531+0000 2024-01-21T08:26:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: mgr.smithi005.dctvsr (mgr.14182) 176 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi005.iagsvy 2024-01-21T08:26:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01-21T08:26:08.353845+0000 mon.smithi005 (mon.0) 2024-01-21T08:26:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: 644 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.iagsvy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T08:26:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:26:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: 21T08:26:08.357162+0000 mon.smithi005 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.iagsvy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T08:26:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: cephadm 2024-01-21T08:26: 2024-01-21T08:26:09.144 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: 08.357769+0000 mgr.smithi005.dctvsr (mgr.14182) 177 : cephadm [INF] 2024-01-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: 2024-01-21T08:26:08.358013+0000 mon.smithi005 (mon.0) 646 : audit 2024-01-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 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-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: 2024-01-21T08:26:08.362202+0000 mon.smithi005 (mon.0) 647 : audit [INF] 2024-01-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 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-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01-21T08: 2024-01-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: 26:08.363522+0000 mon.smithi005 (mon 2024-01-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: .0) 648 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01-21T08:26 2024-01-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: :08.405285+0000 mon.smithi005 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01-21T08:26 2024-01-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: :08.409207+0000 mon.smithi005 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T08:26:09.145 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: cephadm 2024-01-21T08:26:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: 2024-01-21T08:26:08.455875+0000 mgr.smithi005.dctvsr (mgr.14182) 178 : cephadm [INF] 2024-01-21T08:26:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: Rados config object exists: conf-nfs.foo 2024-01-21T08:26:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: cephadm 2024-01-21T08 2024-01-21T08:26:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: :26:08.455999+0000 mgr.smithi005.dctvsr (mgr.14182) 179 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi005.iagsvy-rgw 2024-01-21T08:26:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01-21T08:26:08.456380+0000 mon.smithi005 ( 2024-01-21T08:26:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.iagsvy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T08:26:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01-21T08:26:08.459770+0000 2024-01-21T08:26:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: mon.smithi005 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.iagsvy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T08:26:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01-21T08:26:08.463563+0000 mon.smithi005 ( 2024-01-21T08:26:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: mon.0) 653 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:26:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: cephadm 2024-01-21T08:26:08.464409+0000 mgr.smithi005.dctvsr (mgr.14182) 180 2024-01-21T08:26:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi005.iagsvy on smithi005 2024-01-21T08:26:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: audit 2024-01-21T08:26:08.771396 2024-01-21T08:26:09.146 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:08 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:09.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: cluster 2024-01-21T08:26:07.591186+0000 mgr.smithi005.dctvsr (mgr.14182) 175 : cluster [DBG] pgmap v146: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: cluster 2024-01-21T08:26:07.862273+0000 mon.smithi005 (mon.0) 640 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024 2024-01-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: -01-21T08:26:07.867957+0000 mon.smithi150 (mon.1) 23 : audit [INF] from='client.? 172.21.15.150:0/2419399930' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024-01-21T08:26:07.868781+0000 mon.smithi005 (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024-01-21T08:26:08.331535+0000 mon.smithi005 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024-01-21T08:26:08.335986+0000 mon.smithi005 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: cephadm 2024-01-21T08:26:08.353531+0000 mgr.smithi005.dctvsr (mgr.14182) 176 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi005.iagsvy 2024-01-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024-01-21T08:26:08.353845+0000 mon.smithi005 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.iagsvy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024-01-21T08:26:08.357162+0000 mon.smithi005 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.iagsvy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: cephadm 2024-01-21T08:26:08.357769+0000 mgr.smithi005.dctvsr (mgr.14182) 177 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024-01-21T08:26:08.358013+0000 mon.smithi005 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 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-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024-01-21T08:26:08.362202+0000 mon.smithi005 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 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-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024-01-21T08:26:08.363522+0000 mon.smithi005 (mon.0) 648 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024-01-21T08:26:08.405285+0000 mon.smithi005 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T08:26:09.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024-01-21T08:26:08.409207+0000 mon.smithi005 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T08:26:09.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: cephadm 2024-01-21T08:26:08.455875+0000 mgr.smithi005.dctvsr (mgr.14182) 178 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-21T08:26:09.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: cephadm 2024-01-21T08:26:08.455999+0000 mgr.smithi005.dctvsr (mgr.14182) 179 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi005.iagsvy-rgw 2024-01-21T08:26:09.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024-01-21T08:26:08.456380+0000 mon.smithi005 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.iagsvy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T08:26:09.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024-01-21T08:26:08.459770+0000 mon.smithi005 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.iagsvy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T08:26:09.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024-01-21T08:26:08.463563+0000 mon.smithi005 ( 2024-01-21T08:26:09.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: mon.0) 653 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:26:09.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: cephadm 2024-01-21T08:26:08.464409+0000 mgr.smithi005.dctvsr (mgr.14182) 180 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi005.iagsvy on smithi005 2024-01-21T08:26:09.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:08 smithi005 conmon[35306]: audit 2024-01-21T08:26:08.771396+0000 mon.smithi005 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:09.367 INFO:teuthology.orchestra.run.smithi005.stdout:(1/4): python3-boto3-1.15.15-1.el8.noarch.rpm 115 kB/s | 152 kB 00:01 2024-01-21T08:26:09.408 INFO:teuthology.orchestra.run.smithi005.stdout:(2/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 79 kB/s | 108 kB 00:01 2024-01-21T08:26:09.810 INFO:teuthology.orchestra.run.smithi005.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 101 kB/s | 45 kB 00:00 2024-01-21T08:26:10.132 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:09 smithi005 conmon[35306]: audit 2024-01-21T08:26 2024-01-21T08:26:10.132 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:09 smithi005 conmon[35306]: :08.862709+0000 mon.smithi005 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T08:26:10.132 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:09 smithi005 conmon[35306]: cluster 2024-01-21T08:26:08.862871+0000 mon.smithi005 (mon.0) 656 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T08:26:10.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:09 smithi150 conmon[40284]: audit 2024-01-21T08:26:08.862709+0000 mon.smithi005 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T08:26:10.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:09 smithi150 conmon[40284]: cluster 2024-01-21T08:26:08.862871+0000 mon.smithi005 (mon.0) 656 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T08:26:11.072 INFO:teuthology.orchestra.run.smithi005.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 1.5 MB/s | 4.5 MB 00:03 2024-01-21T08:26:11.074 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-01-21T08:26:11.074 INFO:teuthology.orchestra.run.smithi005.stdout:Total 1.5 MB/s | 4.8 MB 00:03 2024-01-21T08:26:11.089 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-01-21T08:26:11.098 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-01-21T08:26:11.098 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-01-21T08:26:11.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:10 smithi150 conmon[40284]: cluster 2024-01-21T08:26:09.591586+0000 mgr.smithi005.dctvsr (mgr.14182) 181 : cluster [DBG] pgmap v149: 97 pgs: 10 creating+peering, 33 unknown, 54 active+clean; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 767 B/s wr, 3 op/s 2024-01-21T08:26:11.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:10 smithi150 conmon[40284]: cluster 2024-01-21T08:26:09.874125+0000 mon.smithi005 (mon.0) 657 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-21T08:26:11.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:10 smithi150 conmon[40284]: audit 2024-01-21T08:26:09.875725+0000 mon.smithi005 (mon.0) 658 : audit [INF] from='client.? 172.21.15.5:0/3944659647' entity='client.rgw.foorgw.smithi005.vfsums' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T08:26:11.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:10 smithi150 conmon[40284]: audit 2024-01-21T08:26:09.880975+0000 mon.smithi150 (mon. 2024-01-21T08:26:11.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:10 smithi150 conmon[40284]: 1) 24 : audit [INF] from='client.? 172.21.15.150:0/2419399930' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T08:26:11.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:10 smithi150 conmon[40284]: audit 2024-01-21T08:26:09.881809 2024-01-21T08:26:11.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:10 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 659 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T08:26:11.187 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-01-21T08:26:11.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:10 smithi005 conmon[35306]: cluster 2024-01-21T08:26:09.591586+0000 mgr.smithi005.dctvsr (mgr.14182) 181 : cluster [DBG] pgmap v149: 97 pgs: 10 creating+peering, 33 unknown, 54 active+clean; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 767 B/s wr, 3 op/s 2024-01-21T08:26:11.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:10 smithi005 conmon[35306]: cluster 2024-01-21T08:26:09.874125+0000 mon.smithi005 (mon.0) 657 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-21T08:26:11.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:10 smithi005 conmon[35306]: audit 2024-01-21T08:26:09. 2024-01-21T08:26:11.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:10 smithi005 conmon[35306]: 875725+0000 mon.smithi005 (mon.0) 658 : audit [INF] from='client.? 172.21.15.5:0/3944659647' entity='client.rgw.foorgw.smithi005.vfsums' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T08:26:11.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:10 smithi005 conmon[35306]: audit 2024-01-21T08:26:09.880975+0000 mon.smithi150 (mon.1) 24 : audit [INF] from='client.? 172.21.15.150:0/2419399930' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T08:26:11.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:10 smithi005 conmon[35306]: audit 2024-01-21T08:26:09. 2024-01-21T08:26:11.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:10 smithi005 conmon[35306]: 881809+0000 mon.smithi005 (mon.0) 659 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T08:26:11.197 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-01-21T08:26:11.451 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-01-21T08:26:12.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:11 smithi005 conmon[35306]: audit 2024-01-21T08:26:10.875941+0000 2024-01-21T08:26:12.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:11 smithi005 conmon[35306]: mon.smithi005 (mon.0) 660 : audit [INF] from='client.? 172.21.15.5:0/3944659647' entity='client.rgw.foorgw.smithi005.vfsums' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T08:26:12.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:11 smithi005 conmon[35306]: audit 2024-01-21T08:26:10.876105+0000 mon.smithi005 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T08:26:12.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:11 smithi005 conmon[35306]: cluster 2024-01-21T08:26:10.876270+0000 mon.smithi005 (mon.0) 662 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-21T08:26:12.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:11 smithi005 conmon[35306]: audit 2024-01-21T08:26:10.970340+0000 mon.smithi005 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:12.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:11 smithi150 conmon[40284]: audit 2024-01-21T08:26:10.875941+0000 mon.smithi005 (mon.0) 660 : audit [INF] 2024-01-21T08:26:12.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:11 smithi150 conmon[40284]: from='client.? 172.21.15.5:0/3944659647' entity='client.rgw.foorgw.smithi005.vfsums' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T08:26:12.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:11 smithi150 conmon[40284]: audit 2024-01-21T08:26:10.876105+0000 mon.smithi005 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T08:26:12.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:11 smithi150 conmon[40284]: cluster 2024- 2024-01-21T08:26:12.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:11 smithi150 conmon[40284]: 01-21T08:26:10.876270+0000 mon.smithi005 (mon 2024-01-21T08:26:12.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:11 smithi150 conmon[40284]: .0) 662 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-21T08:26:12.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:11 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:26:12.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:11 smithi150 conmon[40284]: 01-21T08:26:10.970340+0000 mon.smithi005 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:12.759 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2024-01-21T08:26:13.076 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-01-21T08:26:13.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: cluster 2024-01-21T08:26:11.592151+0000 mgr.smithi005.dctvsr (mgr.14182) 182 : cluster [DBG] pgmap v152: 129 pgs: 14 creating+peering, 31 unknown, 84 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-01-21T08:26:13.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: audit 2024-01-21T08:26:11.896481+0000 mon.smithi005 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:13.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: cluster 2024-01-21T08:26: 2024-01-21T08:26:13.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: 11.901072+0000 mon.smithi005 (mon.0) 665 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-21T08:26:13.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: audit 2024-01-21T08:26:13.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: 2024-01 2024-01-21T08:26:13.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: -21T08:26:11 2024-01-21T08:26:13.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: .903418+0000 mon.smithi005 (mon.0) 666 : 2024-01-21T08:26:13.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: audit [INF] from='client.? 172.21.15.5:0/2662495442' entity='client.rgw.foorgw.smithi005.vfsums' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T08:26:13.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: audit 2024-01-21T08:26:13.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: 2024-01-21T08:26 2024-01-21T08:26:13.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: :11.906271+0000 mon.smithi150 (mon 2024-01-21T08:26:13.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: .1) 25 : audit [INF] from='client.? 172.21.15.150:0/1368205592' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T08:26:13.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:26:13.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: 01-21T08:26:11.906715+0000 2024-01-21T08:26:13.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: mon.smithi005 (mon.0) 667 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T08:26:13.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: 2024-01-21T08:26:13.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: cephadm 2024-01-21T 2024-01-21T08:26:13.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: 08:26:11.912308+0000 2024-01-21T08:26:13.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 183 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.gmuhpv on smithi150 2024-01-21T08:26:13.195 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:12 smithi005 conmon[35306]: 2024-01-21T08:26:13.295 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-01-21T08:26:13.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:12 smithi150 conmon[40284]: cluster 2024-01-21T08:26:11.592151+0000 mgr.smithi005.dctvsr (mgr.14182) 182 : cluster [DBG] pgmap v152: 129 pgs: 14 creating+peering, 31 unknown, 84 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-01-21T08:26:13.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:12 smithi150 conmon[40284]: audit 2024-01-21T08:26:11.896481+0000 mon.smithi005 (mon.0) 664 : audit 2024-01-21T08:26:13.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:12 smithi150 conmon[40284]: [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:13.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:12 smithi150 conmon[40284]: cluster 2024-01-21T08:26:11.901072+0000 mon.smithi005 (mon.0) 665 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-21T08:26:13.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:12 smithi150 conmon[40284]: audit 2024-01-21T08:26:11.903418+0000 mon.smithi005 (mon.0) 666 : audit [INF] from='client.? 172.21.15.5:0/2662495442' entity='client.rgw.foorgw.smithi005.vfsums' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T08:26:13.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:12 smithi150 conmon[40284]: audit 2024-01-21T08:26:11.906271+0000 mon.smithi150 (mon.1) 25 : audit [INF] from='client.? 172.21.15.150:0/1368205592' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T08:26:13.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:12 smithi150 conmon[40284]: audit 2024-01-21T08:26:11.906715+0000 mon.smithi005 (mon.0) 667 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T08:26:13.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:12 smithi150 conmon[40284]: cephadm 2024-01-21T08:26:11.912308+0000 mgr.smithi005.dctvsr (mgr.14182) 183 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.gmuhpv on smithi150 2024-01-21T08:26:13.520 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2024-01-21T08:26:13.811 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2024-01-21T08:26:13.811 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2024-01-21T08:26:13.811 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-01-21T08:26:13.812 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-01-21T08:26:14.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:13 smithi005 conmon[35306]: audit 2024-01-21T08:26:12.906861+0000 mon.smithi005 (mon.0 2024-01-21T08:26:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:13 smithi005 conmon[35306]: ) 668 : audit [INF] from='client.? 172.21.15.5:0/2662495442' entity='client.rgw.foorgw.smithi005.vfsums' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T08:26:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:13 smithi005 conmon[35306]: audit 2024-01-21T08:26:12.907048+0000 mon.smithi005 (mon.0) 669 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T08:26:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:13 smithi005 conmon[35306]: cluster 2024-01-21T08:26:12.907184+0000 mon.smithi005 (mon.0) 670 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-21T08:26:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:13 smithi005 conmon[35306]: audit 2024-01-21T08:26:12.908575+0000 mon.smithi005 (mon.0) 671 : audit [INF] from='client.? 172.21.15.5:0/2662495442' entity='client.rgw.foorgw.smithi005.vfsums' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:26:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:13 smithi005 conmon[35306]: audit 2024-01-21T08:26:12.915264+0000 mon.smithi150 (mon.1) 26 : audit [INF] from='client.? 172.21.15.150:0/1368205592' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:26:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:13 smithi005 conmon[35306]: audit 2024-01-21T08:26:12.915765+0000 mon.smithi005 (mon.0) 672 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:26:14.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:13 smithi005 conmon[35306]: audit 2024-01-21T08:26:13.779122+0000 mon.smithi005 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:14.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:13 smithi150 conmon[40284]: audit 2024-01-21T08:26:12.906861+0000 mon.smithi005 (mon.0) 668 : 2024-01-21T08:26:14.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:13 smithi150 conmon[40284]: audit [INF] from='client.? 172.21.15.5:0/2662495442' entity='client.rgw.foorgw.smithi005.vfsums' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T08:26:14.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:13 smithi150 conmon[40284]: audit 2024-01-21T08:26:12.907048+0000 mon.smithi005 (mon.0) 669 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T08:26:14.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:13 smithi150 conmon[40284]: cluster 2024-01-21T08:26:14.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:13 smithi150 conmon[40284]: 2024-01-21T08:26:12.907184+0000 mon.smithi005 (mon.0) 670 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-21T08:26:14.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:13 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:26:14.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:13 smithi150 conmon[40284]: 01-21T08:26:12.908575+0000 mon.smithi005 (mon.0) 671 : audit [INF] from='client.? 172.21.15.5:0/2662495442' entity='client.rgw.foorgw.smithi005.vfsums' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:26:14.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:13 smithi150 conmon[40284]: audit 2024-01-21T08:26:12.915264+0000 mon.smithi150 (mon.1) 26 : audit [INF] from='client.? 172.21.15.150:0/1368205592' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:26:14.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:13 smithi150 conmon[40284]: 2024-01-21T08:26:14.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:13 smithi150 conmon[40284]: audit 2024-01-21T08:26:12.915765+0000 mon.smithi005 (mon.0 2024-01-21T08:26:14.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:13 smithi150 conmon[40284]: ) 672 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:26:14.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:13 smithi150 conmon[40284]: audit 2024-01-21T08:26:13.779122 2024-01-21T08:26:14.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:13 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:15.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:14 smithi005 conmon[35306]: cluster 2024-01-21T08:26:13.592653+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:26:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:14 smithi005 conmon[35306]: 14182) 184 : cluster [DBG] pgmap v155: 161 pgs: 21 creating+peering, 42 unknown, 98 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-01-21T08:26:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:14 smithi005 conmon[35306]: audit 2024-01-21T08:26:13.911841+0000 mon.smithi005 (mon.0) 674 : audit [INF] from='client.? 172.21.15.5:0/2662495442' entity='client.rgw.foorgw.smithi005.vfsums' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T08:26:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:14 smithi005 conmon[35306]: audit 2024-01-21T08:26:13.911903+0000 mon.smithi005 (mon.0) 675 : 2024-01-21T08:26:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:14 smithi005 conmon[35306]: audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T08:26:15.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:14 smithi005 conmon[35306]: cluster 2024-01-21T08:26:13.911948+0000 mon.smithi005 (mon.0) 676 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-21T08:26:15.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:14 smithi150 conmon[40284]: cluster 2024-01-21T08:26:13.592653+0000 mgr.smithi005.dctvsr (mgr.14182) 184 : cluster 2024-01-21T08:26:15.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:14 smithi150 conmon[40284]: [DBG] pgmap v155: 161 pgs: 21 creating+peering, 42 unknown, 98 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-01-21T08:26:15.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:14 smithi150 conmon[40284]: audit 2024-01-21T08:26:13.911841+0000 mon.smithi005 (mon.0) 674 : audit [INF] from='client.? 172.21.15.5:0/2662495442' entity='client.rgw.foorgw.smithi005.vfsums' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T08:26:15.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:14 smithi150 conmon[40284]: audit 2024-01-21T08:26:13.911903+0000 mon.smithi005 (mon.0) 675 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi150.kujmja' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T08:26:15.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:14 smithi150 conmon[40284]: 2024-01-21T08:26:15.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:14 smithi150 conmon[40284]: cluster 2024-01-21T08:26:15.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:14 smithi150 conmon[40284]: 2024-01-21T08:26:13.911948+0000 mon.smithi005 (mon.0 2024-01-21T08:26:15.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:14 smithi150 conmon[40284]: ) 676 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-21T08:26:17.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:16 smithi005 conmon[35306]: cluster 2024-01-21T08:26:15.593299+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:26:17.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:16 smithi005 conmon[35306]: .14182) 185 : cluster [DBG] pgmap v157: 161 pgs: 13 creating+peering, 2 unknown, 146 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 KiB/s rd, 4.7 KiB/s wr, 200 op/s 2024-01-21T08:26:17.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:16 smithi150 conmon[40284]: cluster 2024-01-21T08:26:15.593299+0000 mgr.smithi005.dctvsr (mgr.14182) 185 : cluster [DBG] pgmap v157: 161 pgs: 13 creating+peering, 2 unknown, 146 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 KiB/s rd, 4.7 KiB/s wr, 200 op/s 2024-01-21T08:26:19.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:18 smithi005 conmon[35306]: cluster 2024-01-21T08:26:17.593782+0000 mgr.smithi005.dctvsr (mgr.14182) 186 : cluster 2024-01-21T08:26:19.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:18 smithi005 conmon[35306]: [DBG] pgmap v158: 161 pgs: 9 creating+peering, 152 active+clean; 3.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 4.3 KiB/s wr, 206 op/s 2024-01-21T08:26:19.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:18 smithi150 conmon[40284]: cluster 2024-01-21T08:26:17.593782+0000 mgr.smithi005.dctvsr (mgr.14182) 186 : cluster [DBG] 2024-01-21T08:26:19.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:18 smithi150 conmon[40284]: pgmap v158: 161 pgs: 9 creating+peering, 152 active+clean; 3.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 4.3 KiB/s wr, 206 op/s 2024-01-21T08:26:21.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:20 smithi005 conmon[35306]: cluster 2024-01-21T08:26:19.594470+0000 mgr.smithi005.dctvsr 2024-01-21T08:26:21.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:20 smithi005 conmon[35306]: (mgr.14182) 187 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 138 KiB/s rd, 5.2 KiB/s wr, 268 op/s 2024-01-21T08:26:21.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:20 smithi150 conmon[40284]: cluster 2024-01-21T08:26:19.594470+0000 mgr.smithi005.dctvsr (mgr.14182) 187 : cluster [DBG] 2024-01-21T08:26:21.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:20 smithi150 conmon[40284]: pgmap v159: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 138 KiB/s rd, 5.2 KiB/s wr, 268 op/s 2024-01-21T08:26:23.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:22 smithi005 conmon[35306]: cluster 2024-01-21T08:26:21.595414+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:26:23.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:22 smithi005 conmon[35306]: 188 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 KiB/s rd, 4.6 KiB/s wr, 238 op/s 2024-01-21T08:26:23.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:22 smithi150 conmon[40284]: cluster 2024-01-21T08:26:21.595414+0000 mgr.smithi005.dctvsr (mgr.14182) 188 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 KiB/s rd, 4.6 KiB/s wr, 238 op/s 2024-01-21T08:26:23.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:22 smithi150 conmon[40284]: 2024-01-21T08:26:24.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:23 smithi005 conmon[35306]: audit 2024-01-21T08:26:23.576793+0000 mon.smithi005 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 6]}]: dispatch 2024-01-21T08:26:24.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:23 smithi150 conmon[40284]: audit 2024-01-21T08:26:23.576793+0000 mon.smithi005 (mon.0 2024-01-21T08:26:24.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:23 smithi150 conmon[40284]: ) 677 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 6]}]: dispatch 2024-01-21T08:26:25.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:24 smithi005 conmon[35306]: cluster 2024-01-21T08:26:23.596158+0000 mgr.smithi005.dctvsr (mgr.14182) 189 : cluster 2024-01-21T08:26:25.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:24 smithi005 conmon[35306]: [DBG] pgmap v161: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 4.0 KiB/s wr, 206 op/s 2024-01-21T08:26:25.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:24 smithi005 conmon[35306]: audit 2024-01-21T08:26:23.930948+0000 mon.smithi005 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 6]}]': finished 2024-01-21T08:26:25.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:24 smithi005 conmon[35306]: cluster 2024-01-21T08:26:25.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:24 smithi005 conmon[35306]: 2024-01-21T08:26:23.931008+0000 mon.smithi005 (mon.0) 679 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-21T08:26:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:24 smithi150 conmon[40284]: cluster 2024-01-21T08:26:23.596158+0000 mgr.smithi005.dctvsr (mgr.14182) 189 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 4.0 KiB/s wr, 206 op/s 2024-01-21T08:26:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:24 smithi150 conmon[40284]: audit 2024-01-21T08:26:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:24 smithi150 conmon[40284]: 2024-01-21T08:26:23.930948+0000 mon.smithi005 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.18", "id": [4, 6]}]': finished 2024-01-21T08:26:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:24 smithi150 conmon[40284]: cluster 2024-01-21T08:26:23.931008+0000 mon.smithi005 (mon.0) 679 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-21T08:26:26.070 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2024-01-21T08:26:26.070 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2024-01-21T08:26:26.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:25 smithi150 conmon[40284]: cluster 2024-01-21T08:26:24.936356+0000 mon.smithi005 (mon.0) 680 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-01-21T08:26:26.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:25 smithi005 conmon[35306]: cluster 2024-01-21T08:26:24.936356+0000 mon.smithi005 (mon.0) 680 2024-01-21T08:26:26.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:25 smithi005 conmon[35306]: : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-01-21T08:26:26.664 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:26:26.664 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-01-21T08:26:26.664 INFO:teuthology.orchestra.run.smithi005.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2024-01-21T08:26:26.664 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2024-01-21T08:26:26.664 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:26:26.664 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-01-21T08:26:26.861 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:26:26.935 INFO:teuthology.orchestra.run.smithi005.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-01-21T08:26:27.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:26 smithi005 conmon[35306]: cluster 2024-01-21T08:26:25.596623+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:26:27.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:26 smithi005 conmon[35306]: ) 190 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 1.7 KiB/s wr, 103 op/s 2024-01-21T08:26:27.296 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring fsid d7fc424c-b835-11ee-95b0-87774f69a715 2024-01-21T08:26:27.352 INFO:teuthology.orchestra.run.smithi005.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:1b24450ab6fb489afb5fe4805ef16395673dc2aab2108084613a229213867b24 2024-01-21T08:26:27.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:26 smithi150 conmon[40284]: cluster 2024-01-21T08:26:25.596623+0000 mgr.smithi005.dctvsr (mgr.14182) 190 : cluster [DBG] 2024-01-21T08:26:27.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:26 smithi150 conmon[40284]: pgmap v164: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 1.7 KiB/s wr, 103 op/s 2024-01-21T08:26:29.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:28 smithi150 conmon[40284]: cluster 2024-01-21T08:26:27.597142+0000 mgr.smithi005.dctvsr (mgr.14182) 191 : cluster [DBG] pgmap v165: 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-21T08:26:29.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:28 smithi150 conmon[40284]: audit 2024-01-21T08:26:28.791454+0000 mon.smithi005 2024-01-21T08:26:29.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:28 smithi150 conmon[40284]: (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:29.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:28 smithi005 conmon[35306]: cluster 2024-01-21T08:26:27.597142+0000 mgr.smithi005.dctvsr (mgr.14182) 191 : cluster [DBG] pgmap v165: 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-21T08:26:29.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:28 smithi005 conmon[35306]: audit 2024-01-21T08:26:28.791454+0000 mon.smithi005 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:30.482 INFO:teuthology.run_tasks:Running task python... 2024-01-21T08:26:30.493 INFO:tasks.python:Running python on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-01-21T08:26:30.493 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-21T08:26:30.493 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-01-21T08:26:31.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:31 smithi150 conmon[40284]: cluster 2024-01-21T08:26:29.598152+0000 mgr.smithi005.dctvsr (mgr.14182) 192 : cluster [DBG] pgmap v166: 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-21T08:26:31.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:31 smithi005 conmon[35306]: cluster 2024-01-21T08:26:29.598152+0000 mgr.smithi005.dctvsr (mgr.14182) 192 : cluster [DBG] pgmap v166: 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-21T08:26:32.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:32 smithi150 conmon[40284]: cluster 2024-01-21T08:26:31.282807+0000 mon.smithi005 (mon.0) 682 : cluster 2024-01-21T08:26:32.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:32 smithi150 conmon[40284]: [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-01-21T08:26:32.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:32 smithi150 conmon[40284]: audit 2024-01-21T08:26:31.284256+0000 mon.smithi005 (mon.0) 683 : audit [INF] from='client.? 172.21.15.5:0/3944659647' entity='client.rgw.foorgw.smithi005.vfsums' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-21T08:26:32.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:32 smithi005 conmon[35306]: cluster 2024-01-21T08:26:31.282807+0000 2024-01-21T08:26:32.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:32 smithi005 conmon[35306]: mon.smithi005 (mon.0) 682 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-01-21T08:26:32.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:32 smithi005 conmon[35306]: audit 2024-01-21 2024-01-21T08:26:32.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:32 smithi005 conmon[35306]: T08:26:31.284256+0000 mon.smithi005 (mon.0) 683 : audit [INF] from='client.? 172.21.15.5:0/3944659647' entity='client.rgw.foorgw.smithi005.vfsums' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-21T08:26:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:33 smithi150 conmon[40284]: cluster 2024-01-21T08:26:31.598778+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:26:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:33 smithi150 conmon[40284]: ) 193 : cluster [DBG] pgmap v168: 193 pgs: 32 unknown, 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 133 B/s rd, 0 op/s 2024-01-21T08:26:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:33 smithi150 conmon[40284]: audit 2024-01-21T08:26:32.288360+0000 mon.smithi005 (mon.0) 684 : audit [INF] from='client.? 172.21.15.5:0/3944659647' entity='client.rgw.foorgw.smithi005.vfsums' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-21T08:26:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:33 smithi150 conmon[40284]: cluster 2024-01-21T08:26:32.288630+0000 mon.smithi005 (mon.0) 685 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-01-21T08:26:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:33 smithi150 conmon[40284]: audit 2024-01-21 2024-01-21T08:26:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:33 smithi150 conmon[40284]: T08:26:32.290835+0000 mon.smithi005 (mon.0 2024-01-21T08:26:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:33 smithi150 conmon[40284]: ) 686 : audit [INF] from='client.? 172.21.15.5:0/3944659647' entity='client.rgw.foorgw.smithi005.vfsums' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:26:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:33 smithi005 conmon[35306]: cluster 2024-01-21T08:26:31.598778+0000 mgr.smithi005.dctvsr (mgr.14182) 193 : cluster [DBG] pgmap v168: 193 pgs: 32 unknown, 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 133 B/s rd, 0 op/s 2024-01-21T08:26:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:33 smithi005 conmon[35306]: audit 2024-01-21T08:26:32.288360+0000 mon.smithi005 (mon.0) 684 : audit [INF] from='client.? 172.21.15.5:0/3944659647' entity='client.rgw.foorgw.smithi005.vfsums' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-21T08:26:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:33 smithi005 conmon[35306]: cluster 2024-01-21T08:26:32.288630+0000 mon.smithi005 (mon 2024-01-21T08:26:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:33 smithi005 conmon[35306]: .0) 685 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-01-21T08:26:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:33 smithi005 conmon[35306]: audit 2024 2024-01-21T08:26:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:33 smithi005 conmon[35306]: -01-21T08:26:32.290835+0000 mon.smithi005 (mon.0 2024-01-21T08:26:33.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:33 smithi005 conmon[35306]: ) 686 : audit [INF] from='client.? 172.21.15.5:0/3944659647' entity='client.rgw.foorgw.smithi005.vfsums' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:26:34.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:34 smithi150 conmon[40284]: audit 2024-01-21T08:26:33.290497+0000 mon.smithi005 (mon.0) 687 : audit 2024-01-21T08:26:34.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:34 smithi150 conmon[40284]: [INF] from='client.? 172.21.15.5:0/3944659647' entity='client.rgw.foorgw.smithi005.vfsums' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T08:26:34.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:34 smithi150 conmon[40284]: cluster 2024-01-21T08:26:33.290570+0000 mon.smithi005 (mon.0) 688 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-01-21T08:26:34.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:34 smithi005 conmon[35306]: audit 2024-01-21T08:26:33.290497+0000 mon.smithi005 (mon.0) 687 : audit 2024-01-21T08:26:34.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:34 smithi005 conmon[35306]: [INF] from='client.? 172.21.15.5:0/3944659647' entity='client.rgw.foorgw.smithi005.vfsums' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T08:26:34.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:34 smithi005 conmon[35306]: cluster 2024-01-21T08:26:33.290570+0000 mon.smithi005 ( 2024-01-21T08:26:34.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:34 smithi005 conmon[35306]: mon.0) 688 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-01-21T08:26:35.379 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T08:26:35.391 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-01-21T08:26:35.391 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2024-01-21T08:26:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:35 smithi150 conmon[40284]: cluster 2024-01-21T08:26:33.599162+0000 mgr.smithi005.dctvsr (mgr.14182) 194 : cluster [DBG] pgmap v171: 193 pgs: 24 unknown, 169 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-01-21T08:26:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:35 smithi150 conmon[40284]: cluster 2024-01-21T08:26:34.309262+0000 mon.smithi005 (mon.0) 689 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-21T08:26:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:35 smithi150 conmon[40284]: audit 2024-01-21T08:26:34.310844+0000 mon.smithi005 (mon.0) 690 : audit [INF] from='client.? 172.21.15.5:0/2662495442' entity='client.rgw.foorgw.smithi005.vfsums' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-21T08:26:35.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:35 smithi005 conmon[35306]: cluster 2024-01-21T08:26:33.599162+0000 mgr.smithi005.dctvsr (mgr.14182) 194 : cluster [DBG] pgmap v171: 193 pgs: 24 unknown, 169 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-01-21T08:26:35.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:35 smithi005 conmon[35306]: cluster 2024-01-21T08:26:34.309262+0000 mon.smithi005 (mon.0) 689 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-21T08:26:35.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:35 smithi005 conmon[35306]: audit 2024-01-21T08:26:34.310844+0000 mon.smithi005 (mon.0) 690 : audit [INF] from='client.? 172.21.15.5:0/2662495442' entity='client.rgw.foorgw.smithi005.vfsums' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-21T08:26:36.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:36 smithi150 conmon[40284]: audit 2024-01-21T08:26:35.311174+0000 mon.smithi005 (mon.0) 691 : audit [INF] from='client.? 172.21.15.5:0/2662495442' entity='client.rgw.foorgw.smithi005.vfsums' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-21T08:26:36.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:36 smithi150 conmon[40284]: cluster 2024-01-21T08:26:35.311437+0000 mon.smithi005 (mon.0) 692 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-21T08:26:36.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:36 smithi005 conmon[35306]: audit 2024-01-21T08:26:35.311174+0000 mon.smithi005 (mon.0) 691 : audit [INF] from='client.? 172.21.15.5:0/2662495442' entity='client.rgw.foorgw.smithi005.vfsums' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-21T08:26:36.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:36 smithi005 conmon[35306]: cluster 2024-01-21T08:26:35.311437+0000 mon.smithi005 (mon.0) 692 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-21T08:26:37.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:37 smithi005 conmon[35306]: cluster 2024-01-21T08:26:35.599560+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:26:37.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:37 smithi005 conmon[35306]: .14182) 195 : cluster [DBG] pgmap v174: 225 pgs: 13 creating+peering, 22 unknown, 190 active+clean; 6.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1023 B/s wr, 6 op/s 2024-01-21T08:26:37.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:37 smithi005 conmon[35306]: cluster 2024-01-21T08:26:36.321590+0000 mon.smithi005 (mon.0) 693 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-21T08:26:37.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:37 smithi150 conmon[40284]: cluster 2024-01-21T08:26:35.599560+0000 mgr.smithi005.dctvsr (mgr.14182) 195 : cluster [DBG] pgmap v174: 225 pgs: 13 creating+peering, 22 unknown, 190 active+clean; 6.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1023 B/s wr, 6 op/s 2024-01-21T08:26:37.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:37 smithi150 conmon[40284]: cluster 2024-01-21T08:26:36.321590+0000 mon.smithi005 (mon.0) 693 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-21T08:26:37.654 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2024-01-21T08:26:37.654 INFO:teuthology.orchestra.run.smithi005.stdout: "bind": "/foouser", 2024-01-21T08:26:37.654 INFO:teuthology.orchestra.run.smithi005.stdout: "path": "/", 2024-01-21T08:26:37.654 INFO:teuthology.orchestra.run.smithi005.stdout: "cluster": "foo", 2024-01-21T08:26:37.654 INFO:teuthology.orchestra.run.smithi005.stdout: "mode": "RW", 2024-01-21T08:26:37.655 INFO:teuthology.orchestra.run.smithi005.stdout: "squash": "none" 2024-01-21T08:26:37.655 INFO:teuthology.orchestra.run.smithi005.stdout:} 2024-01-21T08:26:38.206 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T08:26:38.216 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-21T08:26:38.216 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:38.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:38 smithi005 conmon[35306]: audit 2024-01-21T08:26:37.517961+0000 mgr.smithi005.dctvsr (mgr.14182) 196 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:26:38.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:38 smithi150 conmon[40284]: audit 2024-01-21T08:26:37.517961+0000 mgr.smithi005.dctvsr (mgr.14182) 196 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:26:38.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:38 smithi150 conmon[40284]: 2024-01-21T08:26:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:39 smithi150 conmon[40284]: cluster 2024-01-21T08:26:37.600040+0000 mgr.smithi005.dctvsr (mgr.14182) 197 : cluster [DBG] pgmap v176: 225 pgs: 13 creating+peering, 14 unknown, 198 active+clean; 6.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 949 B/s wr, 7 op/s 2024-01-21T08:26:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:39 smithi150 conmon[40284]: audit 2024-01-21T08:26:38.805796+0000 mon.smithi005 (mon.0) 2024-01-21T08:26:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:39 smithi150 conmon[40284]: 694 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:39.646 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:39 smithi005 conmon[35306]: cluster 2024-01-21T08:26:37.600040+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:26:39.646 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:39 smithi005 conmon[35306]: 14182) 197 : cluster [DBG] pgmap v176: 225 pgs: 13 creating+peering, 14 unknown, 198 active+clean; 6.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 949 B/s wr, 7 op/s 2024-01-21T08:26:39.646 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:39 smithi005 conmon[35306]: audit 2024-01-21T08:26:38.805796+0000 mon.smithi005 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:40.045 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:26:40.046 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:26:40.557 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:26:41.558 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:41.608 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:41 smithi005 conmon[35306]: cluster 2024-01-21T08:26:39.600992+0000 mgr.smithi005.dctvsr (mgr.14182) 198 : cluster [DBG] pgmap v177: 225 pgs: 10 creating+peering, 215 active+clean; 6.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 1.2 KiB/s wr, 18 op/s 2024-01-21T08:26:41.608 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:41 smithi005 conmon[35306]: audit 2024-01-21T08:26:40.039485+0000 mgr.smithi005.dctvsr (mgr.14182) 199 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:41.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:41 smithi150 conmon[40284]: cluster 2024-01-21T08:26:39.600992+0000 mgr.smithi005.dctvsr (mgr.14182) 198 : cluster [DBG] pgmap v177: 225 pgs: 10 creating+peering, 215 active+clean; 6.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 1.2 KiB/s wr, 18 op/s 2024-01-21T08:26:41.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:41 smithi150 conmon[40284]: 2024-01-21T08:26:41.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:41 smithi150 conmon[40284]: audit 2024-01-21T08:26:40.039485+0000 mgr.smithi005.dctvsr (mgr.14182) 199 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:43.445 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:26:43.445 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:26:43.616 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:43 smithi005 conmon[35306]: cluster 2024-01-21T08:26:41.601737+0000 mgr.smithi005.dctvsr (mgr.14182) 200 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 1.2 KiB/s wr, 23 op/s 2024-01-21T08:26:43.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:43 smithi150 conmon[40284]: cluster 2024-01-21T08:26:41.601737+0000 mgr.smithi005.dctvsr (mgr.14182) 200 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 1.2 KiB/s wr, 23 op/s 2024-01-21T08:26:44.005 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:26:44.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:44 smithi150 conmon[40284]: audit 2024-01-21T08:26:43.439671+0000 mgr.smithi005.dctvsr (mgr.14182) 201 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:44.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:44 smithi150 conmon[40284]: 2024-01-21T08:26:44.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:44 smithi005 conmon[35306]: audit 2024-01-21T08:26:43.439671+0000 mgr.smithi005.dctvsr (mgr.14182) 201 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:45.006 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:45.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:45 smithi150 conmon[40284]: cluster 2024-01-21T08:26:43.602392+0000 mgr.smithi005.dctvsr (mgr.14182) 202 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 987 B/s wr, 18 op/s 2024-01-21T08:26:45.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:45 smithi150 conmon[40284]: 2024-01-21T08:26:45.656 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:45 smithi005 conmon[35306]: cluster 2024-01-21T08:26:43.602392+0000 mgr.smithi005.dctvsr (mgr.14182) 202 : cluster 2024-01-21T08:26:45.656 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:45 smithi005 conmon[35306]: [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 987 B/s wr, 18 op/s 2024-01-21T08:26:46.887 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:26:46.887 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:26:47.440 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:26:47.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:47 smithi150 conmon[40284]: cluster 2024-01-21T08:26:45.603277+0000 mgr.smithi005.dctvsr (mgr.14182) 203 : cluster 2024-01-21T08:26:47.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:47 smithi150 conmon[40284]: [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 818 B/s wr, 15 op/s 2024-01-21T08:26:47.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:47 smithi005 conmon[35306]: cluster 2024-01-21T08:26:45.603277+0000 mgr.smithi005.dctvsr (mgr.14182) 203 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 818 B/s wr, 15 op/s 2024-01-21T08:26:48.442 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:48.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:48 smithi150 conmon[40284]: audit 2024-01-21T08:26:46.882086+0000 mgr.smithi005.dctvsr (mgr.14182) 204 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:48.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:48 smithi150 conmon[40284]: 2024-01-21T08:26:48.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:48 smithi005 conmon[35306]: audit 2024-01-21T08:26:46.882086+0000 mgr.smithi005.dctvsr (mgr.14182) 204 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:49.642 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:49 smithi005 conmon[35306]: cluster 2024-01-21T08:26:47.603887+0000 mgr.smithi005.dctvsr (mgr.14182) 205 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 635 B/s wr, 13 op/s 2024-01-21T08:26:49.643 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:49 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:26:49.643 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:49 smithi005 conmon[35306]: -21T08:26:48.823074+0000 mon.smithi005 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:49.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:49 smithi150 conmon[40284]: cluster 2024-01-21T08:26:47.603887+0000 mgr.smithi005.dctvsr (mgr.14182) 205 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 635 B/s wr, 13 op/s 2024-01-21T08:26:49.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:49 smithi150 conmon[40284]: audit 2024-01-21T08:26:48.823074+0000 mon.smithi005 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:26:50.270 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:26:50.270 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:26:50.789 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:26:51.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:51 smithi150 conmon[40284]: cluster 2024-01-21T08:26:49.604717+0000 mgr.smithi005.dctvsr (mgr.14182) 206 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 767 B/s wr, 12 op/s 2024-01-21T08:26:51.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:51 smithi150 conmon[40284]: audit 2024-01-21T08:26:50.264604+0000 mgr.smithi005.dctvsr (mgr.14182) 207 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:51.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:51 smithi005 conmon[35306]: cluster 2024-01-21T08:26:49.604717+0000 mgr.smithi005.dctvsr (mgr.14182) 206 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 767 B/s wr, 12 op/s 2024-01-21T08:26:51.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:51 smithi005 conmon[35306]: audit 2024-01-21T08:26:50.264604+0000 mgr.smithi005.dctvsr (mgr.14182) 207 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:51.790 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:53.633 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:26:53.634 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:26:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:53 smithi150 conmon[40284]: cluster 2024-01-21T08:26:51.605578+0000 mgr.smithi005.dctvsr (mgr.14182) 208 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 511 B/s wr, 6 op/s 2024-01-21T08:26:53.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:53 smithi005 conmon[35306]: cluster 2024-01-21T08:26:51.605578+0000 mgr.smithi005.dctvsr (mgr.14182) 208 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 511 B/s wr, 6 op/s 2024-01-21T08:26:54.236 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:26:55.237 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:55.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:55 smithi150 conmon[40284]: cluster 2024-01-21T08:26:53.606289+0000 mgr.smithi005.dctvsr (mgr.14182) 209 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:26:55.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:55 smithi150 conmon[40284]: audit 2024-01-21T08:26:53.628280+0000 mgr.smithi005.dctvsr (mgr.14182) 210 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:55.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:55 smithi005 conmon[35306]: cluster 2024-01-21T08:26:53.606289+0000 mgr.smithi005.dctvsr (mgr.14182) 209 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:26:55.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:55 smithi005 conmon[35306]: 2024-01-21T08:26:55.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:55 smithi005 conmon[35306]: audit 2024-01-21T08:26:53.628280+0000 mgr.smithi005.dctvsr (mgr.14182) 210 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:57.098 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:26:57.098 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:26:57.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:57 smithi005 conmon[35306]: cluster 2024-01-21T08:26:55.607086+0000 mgr.smithi005.dctvsr (mgr.14182) 211 : cluster [DBG] pgmap v185: 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-21T08:26:57.642 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:57 smithi150 conmon[40284]: cluster 2024-01-21T08:26:55.607086+0000 mgr.smithi005.dctvsr (mgr.14182) 211 : cluster [DBG] pgmap v185: 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-21T08:26:57.706 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:26:58.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:58 smithi150 conmon[40284]: audit 2024-01-21T08:26:57.093183+0000 mgr.smithi005.dctvsr (mgr.14182) 212 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:58.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:58 smithi005 conmon[35306]: audit 2024-01-21T08:26:57.093183+0000 mgr.smithi005.dctvsr (mgr.14182) 212 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:58.707 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:59.514 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:59 smithi005 conmon[35306]: cluster 2024-01-21T08:26:57.607630+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:26:59.514 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:26:59 smithi005 conmon[35306]: 213 : 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, 170 B/s wr, 0 op/s 2024-01-21T08:26:59.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:26:59 smithi150 conmon[40284]: cluster 2024-01-21T08:26:57.607630+0000 mgr.smithi005.dctvsr (mgr.14182) 213 : 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, 170 B/s wr, 0 op/s 2024-01-21T08:27:00.548 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:00.548 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:01.163 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:01.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:01 smithi005 conmon[35306]: cluster 2024-01-21T08:26:59.608478+0000 mgr.smithi005.dctvsr (mgr.14182) 214 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:27:01.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:01 smithi150 conmon[40284]: cluster 2024-01-21T08:26:59.608478+0000 mgr.smithi005.dctvsr (mgr.14182) 214 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:27:02.163 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:02.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:02 smithi005 conmon[35306]: audit 2024-01-21T08:27:00.543657+0000 mgr.smithi005.dctvsr (mgr.14182) 215 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:02.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:02 smithi150 conmon[40284]: audit 2024-01-21T08:27:00.543657+0000 mgr.smithi005.dctvsr (mgr.14182) 215 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:03.624 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:03 smithi005 conmon[35306]: cluster 2024-01-21T08:27:01.609276+0000 mgr.smithi005.dctvsr (mgr.14182) 216 : 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-21T08:27:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:03 smithi150 conmon[40284]: cluster 2024-01-21T08:27:01.609276+0000 mgr.smithi005.dctvsr (mgr.14182) 216 : 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-21T08:27:03.996 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:03.996 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:04.560 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:05.562 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:05.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:05 smithi150 conmon[40284]: cluster 2024-01-21T08:27:03.610078+0000 mgr.smithi005.dctvsr (mgr.14182) 217 : 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-21T08:27:05.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:05 smithi150 conmon[40284]: audit 2024-01-21T08:27:03.990756+0000 mgr.smithi005.dctvsr (mgr.14182) 218 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:05.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:05 smithi005 conmon[35306]: cluster 2024-01-21T08:27:03.610078+0000 mgr.smithi005.dctvsr (mgr.14182) 217 : 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-21T08:27:05.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:05 smithi005 conmon[35306]: audit 2024-01-21T08:27:03.990756+0000 mgr.smithi005.dctvsr (mgr.14182) 218 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:07.470 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:07.470 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:07 smithi150 conmon[40284]: cluster 2024-01-21T08:27:05.611169+0000 mgr.smithi005.dctvsr (mgr.14182) 219 : cluster [DBG] pgmap v190: 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-21T08:27:07.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:07 smithi005 conmon[35306]: cluster 2024-01-21T08:27:05.611169+0000 mgr.smithi005.dctvsr (mgr.14182) 219 : cluster [DBG] pgmap v190: 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-21T08:27:08.001 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:08.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:08 smithi005 conmon[35306]: audit 2024-01-21T08:27:07.463992+0000 mgr.smithi005.dctvsr (mgr.14182) 220 : 2024-01-21T08:27:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:08 smithi005 conmon[35306]: audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:08.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:08 smithi150 conmon[40284]: audit 2024-01-21T08:27:07.463992+0000 mgr.smithi005.dctvsr (mgr.14182) 220 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:09.002 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:09.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:09 smithi005 conmon[35306]: cluster 2024-01-21T08:27:07.611691+0000 mgr.smithi005.dctvsr (mgr.14182) 221 2024-01-21T08:27:09.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:09 smithi005 conmon[35306]: : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:09 smithi150 conmon[40284]: cluster 2024-01-21T08:27:07.611691+0000 mgr.smithi005.dctvsr (mgr.14182) 221 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:10.835 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:10.835 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:11.410 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:11.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:11 smithi005 conmon[35306]: cluster 2024-01-21T08:27:09.612543+0000 mgr.smithi005.dctvsr (mgr.14182) 222 : 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-21T08:27:11.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:11 smithi150 conmon[40284]: cluster 2024-01-21T08:27:09.612543+0000 mgr.smithi005.dctvsr (mgr.14182) 222 : 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-21T08:27:12.411 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:12.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:12 smithi005 conmon[35306]: audit 2024-01-21T08:27:10.829972+0000 mgr.smithi005.dctvsr (mgr.14182) 223 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:12.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:12 smithi150 conmon[40284]: audit 2024-01-21T08:27:10.829972+0000 mgr.smithi005.dctvsr (mgr.14182) 223 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:13.591 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:13 smithi005 conmon[35306]: cluster 2024-01-21T08:27:11.613545+0000 mgr.smithi005.dctvsr (mgr.14182) 224 2024-01-21T08:27:13.591 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:13 smithi005 conmon[35306]: : 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-21T08:27:13.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:13 smithi150 conmon[40284]: cluster 2024-01-21T08:27:11.613545+0000 mgr.smithi005.dctvsr (mgr.14182) 224 : 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-21T08:27:14.230 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:14.230 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:14.828 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:15.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:15 smithi005 conmon[35306]: cluster 2024-01-21T08:27:13.614182+0000 mgr.smithi005.dctvsr (mgr.14182) 225 : 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-21T08:27:15.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:15 smithi005 conmon[35306]: audit 2024-01-21T08:27:14.224422+0000 mgr.smithi005.dctvsr (mgr.14182) 226 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:15.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:15 smithi150 conmon[40284]: cluster 2024-01-21T08:27:13.614182+0000 mgr.smithi005.dctvsr (mgr.14182) 225 : 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-21T08:27:15.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:15 smithi150 conmon[40284]: audit 2024-01-21T08:27:14.224422+0000 mgr.smithi005.dctvsr (mgr.14182) 226 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:15.830 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:17.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:17 smithi005 conmon[35306]: cluster 2024-01-21T08:27:15.615263+0000 mgr.smithi005.dctvsr (mgr.14182) 227 : cluster [DBG] pgmap v195: 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-21T08:27:17.740 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:17.740 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:17 smithi150 conmon[40284]: cluster 2024-01-21T08:27:15.615263+0000 mgr.smithi005.dctvsr (mgr.14182) 227 : cluster [DBG] pgmap v195: 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-21T08:27:18.316 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:19.317 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:19.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:19 smithi005 conmon[35306]: cluster 2024-01-21T08:27:17.615716+0000 mgr.smithi005.dctvsr (mgr.14182) 228 : cluster 2024-01-21T08:27:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:19 smithi005 conmon[35306]: [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:19 smithi005 conmon[35306]: audit 2024-01-21T08:27:17.734809+0000 mgr.smithi005.dctvsr (mgr.14182) 229 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:19 smithi150 conmon[40284]: cluster 2024-01-21T08:27:17.615716+0000 mgr.smithi005.dctvsr (mgr.14182) 228 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:19 smithi150 conmon[40284]: audit 2024-01-21T08:27:17.734809+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:27:19.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:19 smithi150 conmon[40284]: ) 229 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:21.191 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:21.191 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:21 smithi005 conmon[35306]: cluster 2024-01-21T08:27:19.616453+0000 mgr.smithi005.dctvsr (mgr.14182) 230 : 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-21T08:27:21.792 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:21 smithi150 conmon[40284]: cluster 2024-01-21T08:27:19.616453+0000 mgr.smithi005.dctvsr (mgr.14182) 230 : 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-21T08:27:22.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:22 smithi005 conmon[35306]: audit 2024-01-21T08:27:21.185432+0000 mgr.smithi005.dctvsr (mgr.14182) 231 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:22.793 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:22.892 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:22 smithi150 conmon[40284]: audit 2024-01-21T08:27:21.185432+0000 mgr.smithi005.dctvsr (mgr.14182) 231 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:23.644 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:23 smithi005 conmon[35306]: cluster 2024-01-21T08:27:21.617332+0000 mgr.smithi005.dctvsr (mgr.14182) 232 : 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-21T08:27:23.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:23 smithi150 conmon[40284]: cluster 2024-01-21T08:27:21.617332+0000 mgr.smithi005.dctvsr (mgr.14182) 232 : 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-21T08:27:24.651 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:24.651 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:24.679 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:24 smithi005 conmon[35306]: audit 2024-01-21T08:27:23.935390+0000 mon.smithi005 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.11", "id": [5, 6]}]: dispatch 2024-01-21T08:27:24.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:24 smithi150 conmon[40284]: audit 2024-01-21T08:27:23.935390+0000 mon.smithi005 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.11", "id": [5, 6]}]: dispatch 2024-01-21T08:27:25.257 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:25.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:25 smithi005 conmon[35306]: cluster 2024-01-21T08:27:23.618100+0000 mgr.smithi005.dctvsr (mgr.14182) 233 : 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-21T08:27:25.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:25 smithi005 conmon[35306]: audit 2024-01-21T08:27:24.434146+0000 mon.smithi005 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.11", "id": [5, 6]}]': finished 2024-01-21T08:27:25.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:25 smithi005 conmon[35306]: cluster 2024-01-21T08:27:24.434220+0000 mon.smithi005 (mon.0) 698 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-21T08:27:25.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:25 smithi150 conmon[40284]: cluster 2024-01-21T08:27:23.618100+0000 mgr.smithi005.dctvsr (mgr.14182) 233 : 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-21T08:27:25.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:25 smithi150 conmon[40284]: audit 2024-01-21T08:27:24.434146+0000 mon.smithi005 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.11", "id": [5, 6]}]': finished 2024-01-21T08:27:25.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:25 smithi150 conmon[40284]: cluster 2024-01-21T08:27:24.434220+0000 mon.smithi005 (mon.0) 698 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-21T08:27:26.258 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:26.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:26 smithi005 conmon[35306]: audit 2024-01-21T08:27:24.646126+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:27:26.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:26 smithi005 conmon[35306]: 234 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:26.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:26 smithi005 conmon[35306]: cluster 2024-01-21T08:27:25.436724+0000 mon.smithi005 (mon.0) 699 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-21T08:27:26.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:26 smithi150 conmon[40284]: audit 2024-01-21T08:27:24.646126+0000 mgr.smithi005.dctvsr (mgr.14182) 234 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:26.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:26 smithi150 conmon[40284]: cluster 2024-01-21T08:27:25.436724+0000 mon.smithi005 (mon.0) 699 : cluster 2024-01-21T08:27:26.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:26 smithi150 conmon[40284]: [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-21T08:27:27.739 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:27 smithi005 conmon[35306]: cluster 2024-01-21T08:27:25.618597+0000 mgr.smithi005.dctvsr (mgr.14182) 235 2024-01-21T08:27:27.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:27 smithi005 conmon[35306]: : cluster [DBG] pgmap v202: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T08:27:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:27 smithi150 conmon[40284]: cluster 2024-01-21T08:27:25.618597+0000 mgr.smithi005.dctvsr (mgr.14182) 235 : cluster [DBG] pgmap v202: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T08:27:28.157 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:28.157 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:28.759 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:29.760 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:29.795 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:29 smithi005 conmon[35306]: cluster 2024-01-21T08:27:27.619076+0000 mgr.smithi005.dctvsr (mgr.14182) 236 : cluster [DBG] pgmap v203: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T08:27:29.795 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:29 smithi005 conmon[35306]: audit 2024-01-21T08:27:28.151837+0000 mgr.smithi005.dctvsr (mgr.14182) 237 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:29 smithi150 conmon[40284]: cluster 2024-01-21T08:27:27.619076+0000 mgr.smithi005.dctvsr (mgr.14182) 236 : cluster [DBG] pgmap v203: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T08:27:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:29 smithi150 conmon[40284]: audit 2024-01-21T08:27:28.151837+0000 mgr.smithi005.dctvsr 2024-01-21T08:27:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:29 smithi150 conmon[40284]: (mgr.14182) 237 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:31.622 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:31.623 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:31.817 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:31 smithi005 conmon[35306]: cluster 2024-01-21T08:27:29.619925+0000 mgr.smithi005.dctvsr (mgr.14182) 238 : cluster [DBG] pgmap v204: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T08:27:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:31 smithi150 conmon[40284]: cluster 2024-01-21T08:27:29.619925+0000 mgr.smithi005.dctvsr (mgr.14182) 238 : cluster [DBG] pgmap v204: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T08:27:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:31 smithi150 conmon[40284]: 2024-01-21T08:27:32.215 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:33.217 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:33 smithi005 conmon[35306]: audit 2024-01-21T08:27:31.616692+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:27:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:33 smithi005 conmon[35306]: ) 239 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:33.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:33 smithi005 conmon[35306]: cluster 2024-01-21T08:27:31.620537+0000 mgr.smithi005.dctvsr (mgr.14182) 240 : cluster [DBG] pgmap v205: 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-21T08:27:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:33 smithi150 conmon[40284]: audit 2024-01-21T08:27:31.616692+0000 mgr.smithi005.dctvsr (mgr.14182) 239 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:33 smithi150 conmon[40284]: cluster 2024-01-21T08:27:31.620537+0000 mgr.smithi005.dctvsr (mgr.14182) 240 2024-01-21T08:27:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:33 smithi150 conmon[40284]: : cluster [DBG] pgmap v205: 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-21T08:27:35.073 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:35.073 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:35.642 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:35.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:35 smithi150 conmon[40284]: cluster 2024-01-21T08:27:33.621373+0000 mgr.smithi005.dctvsr (mgr.14182) 241 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-01-21T08:27:35.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:35 smithi005 conmon[35306]: cluster 2024-01-21T08:27:33.621373+0000 mgr.smithi005.dctvsr (mgr.14182) 241 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-01-21T08:27:36.643 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:36.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:36 smithi150 conmon[40284]: audit 2024-01-21T08:27:35.068096+0000 mgr.smithi005.dctvsr (mgr.14182) 242 : audit 2024-01-21T08:27:36.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:36 smithi150 conmon[40284]: [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:36.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:36 smithi005 conmon[35306]: audit 2024-01-21T08:27:35.068096+0000 mgr.smithi005.dctvsr 2024-01-21T08:27:36.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:36 smithi005 conmon[35306]: (mgr.14182) 242 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:37.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:37 smithi005 conmon[35306]: cluster 2024-01-21T08:27:35. 2024-01-21T08:27:37.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:37 smithi005 conmon[35306]: 622208+0000 mgr.smithi005.dctvsr (mgr.14182) 243 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T08:27:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:37 smithi150 conmon[40284]: cluster 2024-01-21T08:27:35.622208+0000 mgr.smithi005.dctvsr (mgr.14182) 243 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T08:27:38.452 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:38.452 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:38.956 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:39 smithi150 conmon[40284]: cluster 2024-01-21T08:27:37.622857+0000 mgr.smithi005.dctvsr (mgr.14182) 244 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:39 smithi150 conmon[40284]: audit 2024-01-21T08:27:38.446599+0000 mgr.smithi005.dctvsr (mgr.14182) 245 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:39 smithi150 conmon[40284]: audit 2024-01-21T08:27:39.014502+0000 mon.smithi005 (mon.0) 700 : audit [INF] 2024-01-21T08:27:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:39 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:27:39.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:39 smithi005 conmon[35306]: cluster 2024-01-21T08:27:37.622857+0000 mgr.smithi005.dctvsr (mgr.14182) 244 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:39.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:39 smithi005 conmon[35306]: audit 2024-01-21T08:27:38.446599+0000 mgr.smithi005.dctvsr (mgr.14182) 245 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:39.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:39 smithi005 conmon[35306]: audit 2024-01-21T08:27:39.014502+0000 mon.smithi005 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:27:39.958 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:41.788 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:41.788 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:41.811 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:41 smithi005 conmon[35306]: cluster 2024-01-21T08:27:39.623899+0000 mgr.smithi005.dctvsr (mgr.14182) 246 : 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-21T08:27:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:41 smithi150 conmon[40284]: cluster 2024-01-21T08:27:39.623899+0000 mgr.smithi005.dctvsr (mgr.14182) 246 : 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-21T08:27:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:41 smithi150 conmon[40284]: 2024-01-21T08:27:42.364 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:43.365 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:43.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:43 smithi005 conmon[35306]: cluster 2024-01-21T08:27:41.624568+0000 mgr.smithi005.dctvsr (mgr.14182) 247 : cluster 2024-01-21T08:27:43.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:43 smithi005 conmon[35306]: [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-21T08:27:43.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:43 smithi005 conmon[35306]: audit 2024-01-21T08:27:41.782784+0000 mgr.smithi005.dctvsr (mgr.14182) 248 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:43.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:43 smithi150 conmon[40284]: cluster 2024-01-21T08:27:41.624568+0000 mgr.smithi005.dctvsr (mgr.14182) 247 : 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-21T08:27:43.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:43 smithi150 conmon[40284]: audit 2024-01-21T08:27:41.782784+0000 mgr.smithi005.dctvsr (mgr.14182) 248 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:45.210 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:45.211 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:45.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:45 smithi005 conmon[35306]: cluster 2024-01-21T08:27:43.625145+0000 mgr.smithi005.dctvsr (mgr.14182) 249 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:45.728 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:45.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:45 smithi150 conmon[40284]: cluster 2024-01-21T08:27:43.625145+0000 mgr.smithi005.dctvsr (mgr.14182) 249 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:46.730 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:46.764 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:46 smithi005 conmon[35306]: audit 2024-01-21T08:27:45.205274+0000 mgr.smithi005.dctvsr (mgr.14182) 250 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:46.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:46 smithi150 conmon[40284]: audit 2024-01-21T08:27:45.205274+0000 mgr.smithi005.dctvsr (mgr.14182) 250 : audit [DBG] 2024-01-21T08:27:46.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:46 smithi150 conmon[40284]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:47 smithi150 conmon[40284]: cluster 2024-01-21T08:27:45.626026+0000 mgr.smithi005.dctvsr (mgr.14182) 251 : cluster [DBG] 2024-01-21T08:27:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:47 smithi150 conmon[40284]: pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:27:47.932 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:47 smithi005 conmon[35306]: cluster 2024-01-21T08:27:45.626026+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:27:47.932 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:47 smithi005 conmon[35306]: 14182) 251 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:27:48.577 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:48.578 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:49.112 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:49 smithi150 conmon[40284]: cluster 2024-01-21T08:27:47.626755+0000 mgr.smithi005.dctvsr (mgr.14182) 252 : 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-21T08:27:49.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:49 smithi005 conmon[35306]: cluster 2024-01-21T08:27:47.626755+0000 mgr.smithi005.dctvsr (mgr.14182) 252 : 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-21T08:27:50.113 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:50.784 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:50 smithi005 conmon[35306]: audit 2024-01-21T08:27:48.572095+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:27:50.784 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:50 smithi005 conmon[35306]: .14182) 253 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:50.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:50 smithi150 conmon[40284]: audit 2024-01-21T08:27:48.572095+0000 mgr.smithi005.dctvsr (mgr.14182) 253 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:51.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:51 smithi005 conmon[35306]: cluster 2024-01-21T08:27:49.627765+0000 mgr.smithi005.dctvsr 2024-01-21T08:27:51.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:51 smithi005 conmon[35306]: (mgr.14182) 254 : 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-21T08:27:51.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:51 smithi150 conmon[40284]: cluster 2024-01-21T08:27:49.627765+0000 mgr.smithi005.dctvsr (mgr.14182) 254 : cluster 2024-01-21T08:27:51.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:51 smithi150 conmon[40284]: [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-21T08:27:51.977 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:51.978 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:52.547 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:53.548 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:53.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:53 smithi150 conmon[40284]: cluster 2024-01-21T08:27:51.628539+0000 mgr.smithi005.dctvsr (mgr.14182) 255 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:53.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:53 smithi150 conmon[40284]: 2024-01-21T08:27:53.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:53 smithi150 conmon[40284]: audit 2024-01-21T08:27:51.972061+0000 mgr.smithi005.dctvsr (mgr.14182) 256 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:53.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:53 smithi005 conmon[35306]: cluster 2024-01-21T08:27:51.628539+0000 mgr.smithi005.dctvsr (mgr.14182) 255 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:53.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:53 smithi005 conmon[35306]: audit 2024-01-21T08:27:51.972061+0000 mgr.smithi005.dctvsr (mgr.14182) 256 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:55.441 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:55.441 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:55.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:55 smithi150 conmon[40284]: cluster 2024-01-21T08:27:53.629278+0000 mgr.smithi005.dctvsr (mgr.14182) 257 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:55.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:55 smithi005 conmon[35306]: cluster 2024-01-21T08:27:53.629278+0000 mgr.smithi005.dctvsr (mgr.14182) 257 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:55.969 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:56.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:56 smithi150 conmon[40284]: audit 2024-01-21T08:27:55.435578+0000 mgr.smithi005.dctvsr (mgr.14182) 258 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:56.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:56 smithi005 conmon[35306]: audit 2024-01-21T08:27:55.435578+0000 mgr.smithi005.dctvsr (mgr.14182) 258 2024-01-21T08:27:56.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:56 smithi005 conmon[35306]: : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:56.970 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:57.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:57 smithi005 conmon[35306]: cluster 2024-01-21T08:27:55.630337+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:27:57.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:57 smithi005 conmon[35306]: .14182) 259 : cluster [DBG] pgmap v217: 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-21T08:27:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:57 smithi150 conmon[40284]: cluster 2024-01-21T08:27:55.630337+0000 mgr.smithi005.dctvsr (mgr.14182) 259 : cluster [DBG] pgmap v217: 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-21T08:27:58.817 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:27:58.817 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:27:59.346 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:27:59.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:27:59 smithi005 conmon[35306]: cluster 2024-01-21T08:27:57.631016+0000 mgr.smithi005.dctvsr (mgr.14182) 260 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:59.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:27:59 smithi150 conmon[40284]: cluster 2024-01-21T08:27:57.631016+0000 mgr.smithi005.dctvsr (mgr.14182) 260 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:00.347 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:00.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:00 smithi005 conmon[35306]: audit 2024-01-21T08:27:58.811173+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:28:00.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:00 smithi005 conmon[35306]: ) 261 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:00.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:00 smithi150 conmon[40284]: audit 2024-01-21T08:27:58.811173+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:28:00.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:00 smithi150 conmon[40284]: 261 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:01.792 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:01 smithi005 conmon[35306]: cluster 2024-01-21T08:27:59.631833+0000 mgr.smithi005.dctvsr (mgr.14182) 262 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:01 smithi150 conmon[40284]: cluster 2024-01-21T08:27:59.631833+0000 mgr.smithi005.dctvsr (mgr.14182) 262 : cluster [DBG] 2024-01-21T08:28:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:01 smithi150 conmon[40284]: pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:02.232 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:02.233 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:02.801 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:03.802 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:03.837 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:03 smithi005 conmon[35306]: cluster 2024-01-21T08:28:01.632477+0000 mgr.smithi005.dctvsr (mgr.14182) 263 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:03.837 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:03 smithi005 conmon[35306]: audit 2024-01-21T08:28:02.227738+0000 mgr.smithi005.dctvsr (mgr.14182) 264 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:03.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:03 smithi150 conmon[40284]: cluster 2024-01-21T08:28:01.632477+0000 mgr.smithi005.dctvsr (mgr.14182) 263 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:03.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:03 smithi150 conmon[40284]: audit 2024-01-21T08:28:02.227738+0000 mgr.smithi005.dctvsr (mgr.14182) 264 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:05.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:05 smithi005 conmon[35306]: cluster 2024-01-21T08:28:03.633498+0000 mgr.smithi005.dctvsr (mgr.14182) 265 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:05.691 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:05 smithi150 conmon[40284]: cluster 2024-01-21T08:28:03.633498+0000 mgr.smithi005.dctvsr (mgr.14182) 265 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:06.310 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:07.312 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:07.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:07 smithi005 conmon[35306]: cluster 2024-01-21T08:28:05 2024-01-21T08:28:07.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:07 smithi005 conmon[35306]: .634248+0000 mgr.smithi005.dctvsr (mgr.14182) 266 : 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-21T08:28:07.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:07 smithi005 conmon[35306]: audit 2024-01-21T08:28:05.686478+0000 mgr.smithi005.dctvsr (mgr.14182) 267 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:07 smithi150 conmon[40284]: cluster 2024-01-21T08:28:05.634248+0000 mgr.smithi005.dctvsr (mgr.14182) 266 : 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-21T08:28:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:07 smithi150 conmon[40284]: audit 2024-01-21T08:28:05.686478+0000 mgr.smithi005.dctvsr (mgr.14182) 267 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:09.105 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:09.105 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:09.660 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:09 smithi150 conmon[40284]: cluster 2024-01-21T08:28:07.634724+0000 mgr.smithi005.dctvsr (mgr.14182) 268 : 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-21T08:28:09.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:09 smithi005 conmon[35306]: cluster 2024-01-21T08:28:07.634724+0000 mgr.smithi005.dctvsr (mgr.14182) 268 : 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-21T08:28:10.661 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:10.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:10 smithi150 conmon[40284]: audit 2024-01-21T08:28:09.098626+0000 mgr.smithi005.dctvsr (mgr.14182) 269 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:10.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:10 smithi005 conmon[35306]: audit 2024-01-21T08:28:09.098626+0000 mgr.smithi005.dctvsr (mgr.14182) 269 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:11.861 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:11 smithi005 conmon[35306]: cluster 2024-01-21T08:28:09.635813+0000 mgr.smithi005.dctvsr (mgr.14182) 270 : 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-21T08:28:11.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:11 smithi150 conmon[40284]: cluster 2024-01-21T08:28:09.635813+0000 mgr.smithi005.dctvsr (mgr.14182) 270 : 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-21T08:28:12.496 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:12.496 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:13.066 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:13.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:12 smithi005 conmon[35306]: cluster 2024-01-21T08:28:11.636747+0000 mgr.smithi005.dctvsr (mgr.14182) 271 : 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-21T08:28:13.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:12 smithi005 conmon[35306]: audit 2024-01-21T08:28:12.490719+0000 mgr.smithi005.dctvsr (mgr.14182) 272 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:13.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:12 smithi150 conmon[40284]: cluster 2024-01-21T08:28:13.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:12 smithi150 conmon[40284]: 2024-01-21T08:28:11.636747+0000 mgr.smithi005.dctvsr (mgr.14182) 271 : 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-21T08:28:13.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:12 smithi150 conmon[40284]: audit 2024-01-21T08:28:12.490719+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:28:13.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:12 smithi150 conmon[40284]: ) 272 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:14.068 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:15.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:14 smithi005 conmon[35306]: cluster 2024-01-21T08:28:13.637478+0000 mgr.smithi005.dctvsr (mgr.14182) 273 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:15.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:14 smithi150 conmon[40284]: cluster 2024-01-21T08:28:13.637478+0000 mgr.smithi005.dctvsr (mgr.14182) 273 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:15.933 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:15.933 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:16.509 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:17.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:16 smithi005 conmon[35306]: cluster 2024-01-21T08:28:15.638305+0000 mgr.smithi005.dctvsr (mgr.14182) 274 : 2024-01-21T08:28:17.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:16 smithi005 conmon[35306]: cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:17.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:16 smithi005 conmon[35306]: audit 2024-01-21T08:28:15.927598+0000 mgr.smithi005.dctvsr (mgr.14182) 275 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:17.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:16 smithi150 conmon[40284]: cluster 2024-01-21T08:28:15.638305+0000 mgr.smithi005.dctvsr (mgr.14182) 274 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:17.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:16 smithi150 conmon[40284]: audit 2024-01-21T08:28:17.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:16 smithi150 conmon[40284]: 2024-01-21T08:28:15.927598+0000 mgr.smithi005.dctvsr (mgr.14182) 275 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:17.510 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:19.030 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:18 smithi005 conmon[35306]: cluster 2024-01-21T08:28:17.638796+0000 mgr.smithi005.dctvsr (mgr.14182) 276 : 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-21T08:28:19.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:18 smithi150 conmon[40284]: cluster 2024-01-21T08:28:17.638796+0000 mgr.smithi005.dctvsr (mgr.14182) 276 : 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-21T08:28:19.394 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:19.394 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:19.949 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:20.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:19 smithi005 conmon[35306]: audit 2024-01-21T08:28:19.386601+0000 mgr.smithi005.dctvsr (mgr.14182) 277 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:20.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:19 smithi150 conmon[40284]: audit 2024-01-21T08:28:19.386601+0000 mgr.smithi005.dctvsr (mgr.14182) 277 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:20.950 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:21.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:20 smithi150 conmon[40284]: cluster 2024-01-21T08:28:19.639714+0000 mgr.smithi005.dctvsr (mgr.14182) 278 : 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-21T08:28:21.428 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:20 smithi005 conmon[35306]: cluster 2024-01-21T08:28:19.639714+0000 mgr.smithi005.dctvsr (mgr.14182) 278 : cluster [DBG] 2024-01-21T08:28:21.429 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:20 smithi005 conmon[35306]: 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-21T08:28:22.821 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:22.821 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:23.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:22 smithi005 conmon[35306]: cluster 2024-01-21T08:28:21.640424+0000 mgr.smithi005.dctvsr (mgr.14182) 279 : 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-21T08:28:23.357 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:23.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:22 smithi150 conmon[40284]: cluster 2024-01-21T08:28:21.640424+0000 mgr.smithi005.dctvsr (mgr.14182) 279 : 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-21T08:28:24.358 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:24.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:23 smithi150 conmon[40284]: audit 2024-01-21T08:28:22.815094+0000 mgr.smithi005.dctvsr (mgr.14182) 280 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:24.393 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:23 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:28:24.393 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:23 smithi005 conmon[35306]: 08:28:22.815094+0000 mgr.smithi005.dctvsr (mgr.14182) 280 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:25.151 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:24 smithi005 conmon[35306]: cluster 2024-01-21T08:28:23.641126+0000 mgr.smithi005.dctvsr (mgr.14182) 281 : cluster 2024-01-21T08:28:25.151 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:24 smithi005 conmon[35306]: [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:24 smithi150 conmon[40284]: cluster 2024-01-21T08:28:23.641126+0000 mgr.smithi005.dctvsr (mgr.14182) 281 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:26.177 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:26.178 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:26.690 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:27.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:26 smithi150 conmon[40284]: cluster 2024-01-21T08:28:25.641908+0000 mgr.smithi005.dctvsr (mgr.14182) 282 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:27.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:26 smithi150 conmon[40284]: audit 2024-01-21T08:28:26.171843+0000 mgr.smithi005.dctvsr (mgr.14182) 283 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:27.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:26 smithi005 conmon[35306]: cluster 2024-01-21T08:28:25.641908+0000 mgr.smithi005.dctvsr (mgr.14182) 282 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:27.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:26 smithi005 conmon[35306]: audit 2024-01-21T08:28:26.171843+0000 mgr.smithi005.dctvsr (mgr.14182) 283 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:27.691 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:29.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:28 smithi005 conmon[35306]: cluster 2024-01-21T08:28:27.642480+0000 mgr.smithi005.dctvsr (mgr.14182) 284 : cluster 2024-01-21T08:28:29.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:28 smithi005 conmon[35306]: [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-21T08:28:29.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:28 smithi150 conmon[40284]: cluster 2024-01-21T08:28:27.642480+0000 mgr.smithi005.dctvsr (mgr.14182) 284 : 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-21T08:28:29.555 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:29.555 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:30.099 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:31.100 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:31.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:30 smithi150 conmon[40284]: audit 2024-01-21T08:28:29.549512+0000 mgr.smithi005.dctvsr (mgr.14182) 285 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:31.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:30 smithi150 conmon[40284]: cluster 2024-01-21T08:28:29.643293+0000 mgr.smithi005.dctvsr (mgr.14182) 286 : 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-21T08:28:31.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:30 smithi005 conmon[35306]: audit 2024-01-21T08:28:29.549512+0000 mgr.smithi005.dctvsr (mgr.14182) 285 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:31.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:30 smithi005 conmon[35306]: cluster 2024-01-21T08:28:29.643293+0000 mgr.smithi005.dctvsr (mgr.14182) 286 : 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-21T08:28:32.939 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:32.939 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:33.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:32 smithi150 conmon[40284]: cluster 2024-01-21T08:28:31.643997+0000 mgr.smithi005.dctvsr (mgr.14182) 287 : cluster [DBG] 2024-01-21T08:28:33.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:32 smithi150 conmon[40284]: 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-21T08:28:33.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:32 smithi005 conmon[35306]: cluster 2024-01-21T08:28:31.643997+0000 mgr.smithi005.dctvsr (mgr.14182) 287 : 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-21T08:28:33.525 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:34.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:33 smithi150 conmon[40284]: audit 2024-01-21T08:28:32.933549+0000 mgr.smithi005.dctvsr (mgr.14182) 288 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:34.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:33 smithi005 conmon[35306]: audit 2024-01-21T08:28:32.933549+0000 mgr.smithi005.dctvsr 2024-01-21T08:28:34.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:33 smithi005 conmon[35306]: (mgr.14182) 288 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:34.526 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:35.374 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:34 smithi005 conmon[35306]: cluster 2024-01-21T08:28:33.644573+0000 mgr.smithi005.dctvsr (mgr.14182) 289 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:35.374 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:34 smithi005 conmon[35306]: 2024-01-21T08:28:35.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:34 smithi150 conmon[40284]: cluster 2024-01-21T08:28:33.644573+0000 mgr.smithi005.dctvsr (mgr.14182) 289 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:36.385 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:36.385 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:36.973 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:37.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:36 smithi150 conmon[40284]: cluster 2024-01-21T08:28:35.645404+0000 mgr.smithi005.dctvsr (mgr.14182) 290 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:37.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:36 smithi150 conmon[40284]: audit 2024-01-21T08:28:36.379766+0000 mgr.smithi005.dctvsr (mgr.14182) 291 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:37.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:36 smithi005 conmon[35306]: cluster 2024-01-21T08:28:35.645404+0000 mgr.smithi005.dctvsr (mgr.14182) 290 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:37.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:36 smithi005 conmon[35306]: audit 2024-01-21T08:28:36.379766+0000 mgr.smithi005.dctvsr (mgr.14182) 291 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:37.974 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:39.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:38 smithi005 conmon[35306]: cluster 2024-01-21T08:28:37.646137+0000 mgr.smithi005.dctvsr (mgr.14182) 292 : 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-21T08:28:39.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:38 smithi150 conmon[40284]: cluster 2024-01-21T08:28:37.646137+0000 mgr.smithi005.dctvsr (mgr.14182) 292 : 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-21T08:28:39.860 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:39.861 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:40.424 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:41.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:40 smithi150 conmon[40284]: cluster 2024-01-21T08:28:39.647085+0000 mgr.smithi005.dctvsr (mgr.14182) 293 : cluster [DBG] pgmap v239: 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-21T08:28:41.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:40 smithi150 conmon[40284]: audit 2024-01-21T08:28:39.854864+0000 mgr.smithi005.dctvsr (mgr.14182) 294 : 2024-01-21T08:28:41.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:40 smithi150 conmon[40284]: audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:41.426 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:41.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:40 smithi005 conmon[35306]: cluster 2024-01-21T08:28:39.647085+0000 mgr.smithi005.dctvsr (mgr.14182) 293 : cluster [DBG] pgmap v239: 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-21T08:28:41.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:40 smithi005 conmon[35306]: audit 2024-01-21T08:28:39.854864+0000 mgr.smithi005.dctvsr (mgr.14182) 294 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:43.219 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:43.219 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z 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.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:43.250 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:42 smithi005 conmon[35306]: cluster 2024-01-21T08:28:41.647782+0000 mgr.smithi005.dctvsr (mgr.14182) 295 : cluster [DBG] pgmap v240: 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-21T08:28:43.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:42 smithi150 conmon[40284]: cluster 2024-01-21T08:28:41.647782+0000 mgr.smithi005.dctvsr (mgr.14182) 295 : cluster [DBG] pgmap v240: 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-21T08:28:43.872 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:44.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:43 smithi005 conmon[35306]: audit 2024-01-21T08:28:43.213608+0000 mgr.smithi005.dctvsr (mgr.14182) 296 : audit 2024-01-21T08:28:44.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:43 smithi005 conmon[35306]: [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:44.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:43 smithi150 conmon[40284]: audit 2024-01-21T08:28:43.213608+0000 mgr.smithi005.dctvsr (mgr.14182) 296 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:44.874 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:45.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:44 smithi005 conmon[35306]: cluster 2024-01-21T08:28:43.648427+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:28:45.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:44 smithi005 conmon[35306]: 14182) 297 : cluster [DBG] pgmap v241: 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-21T08:28:45.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:44 smithi150 conmon[40284]: cluster 2024-01-21T08:28:43.648427+0000 mgr.smithi005.dctvsr (mgr.14182) 297 : cluster [DBG] pgmap v241: 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-21T08:28:46.311 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: cephadm 2024-01-21T08:28:45.286775+0000 mgr.smithi005.dctvsr (mgr.14182) 298 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv 2024-01-21T08:28:46.311 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv 2024-01-21T08:28:46.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv 2024-01-21T08:28:46.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv 2024-01-21T08:28:46.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi150.gmuhpv ... 2024-01-21T08:28:46.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:28:46.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:28:46.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:26:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:27:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:28:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:28:46.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:28:46.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:28:46.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: Traceback (most recent call last): 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: yield (conn, connr) 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: code, '\n'.join(err))) 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi150.gmuhpv ... 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:26:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:27:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:28:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: cephadm 2024-01-21T08:28:45.287022+0000 mgr.smithi005.dctvsr (mgr.14182) 299 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.gmuhpv 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: audit 2024-01-21T08:28:45.287415+0000 mon.smithi005 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.gmuhpv"}]: dispatch 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: cephadm 2024-01-21T08:28:45.288206+0000 mgr.smithi005.dctvsr (mgr.14182) 300 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi150.gmuhpv ... 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:26:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:27:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:28:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:28:46.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:28:46.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:28:46.315 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:46 smithi005 conmon[35306]: cephadm 2024-01-21T08:28:45.290025+0000 mgr.smithi005.dctvsr (mgr.14182) 301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.hvffeu on smithi005 2024-01-21T08:28:46.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: cephadm 2024-01-21T08:28:45.286775+0000 mgr.smithi005.dctvsr (mgr.14182) 298 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi150.gmuhpv ... 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:26:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:27:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:28:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: Traceback (most recent call last): 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:28:46.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: yield (conn, connr) 2024-01-21T08:28:46.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:28:46.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: code, '\n'.join(err))) 2024-01-21T08:28:46.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv 2024-01-21T08:28:46.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv 2024-01-21T08:28:46.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv 2024-01-21T08:28:46.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv 2024-01-21T08:28:46.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi150.gmuhpv ... 2024-01-21T08:28:46.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:28:46.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:28:46.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:26:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:27:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:28:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:28:46.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-21T08:28:46.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:28:46.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:28:46.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: cephadm 2024-01-21T08:28:45.287022+0000 mgr.smithi005.dctvsr (mgr.14182) 299 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.gmuhpv 2024-01-21T08:28:46.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: audit 2024-01-21T08:28:45.287415+0000 mon.smithi005 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.gmuhpv"}]: dispatch 2024-01-21T08:28:46.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: cephadm 2024-01-21T08:28:45.288206+0000 mgr.smithi005.dctvsr (mgr.14182) 300 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv 2024-01-21T08:28:46.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv 2024-01-21T08:28:46.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv 2024-01-21T08:28:46.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv 2024-01-21T08:28:46.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi150.gmuhpv ... 2024-01-21T08:28:46.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:28:46.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:28:46.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:26:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:27:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:28:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:28:46.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:28:46.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:28:46.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:28:46.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:46 smithi150 conmon[40284]: cephadm 2024-01-21T08:28:45.290025+0000 mgr.smithi005.dctvsr (mgr.14182) 301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.hvffeu on smithi005 2024-01-21T08:28:46.737 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:46.737 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:47.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:47 smithi005 conmon[35306]: cluster 2024-01-21T08:28:45.649367+0000 mgr.smithi005.dctvsr (mgr.14182) 302 : cluster [DBG] pgmap v242: 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-21T08:28:47.352 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:47.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:47 smithi150 conmon[40284]: cluster 2024-01-21T08:28:45.649367+0000 mgr.smithi005.dctvsr (mgr.14182) 302 : cluster [DBG] pgmap v242: 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-21T08:28:48.353 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:48.388 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:48 smithi005 conmon[35306]: audit 2024-01-21T08:28:46.731810 2024-01-21T08:28:48.389 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:48 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14182) 303 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:48.392 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:48 smithi150 conmon[40284]: audit 2024-01-21T08:28:46.731810+0000 mgr.smithi005.dctvsr (mgr.14182) 303 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:49.174 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:49 smithi005 conmon[35306]: cluster 2024-01-21T08:28:47.649895+0000 mgr.smithi005.dctvsr (mgr.14182) 304 : cluster [DBG] pgmap v243: 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-21T08:28:49.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:49 smithi150 conmon[40284]: cluster 2024-01-21T08:28:47.649895+0000 mgr.smithi005.dctvsr (mgr.14182) 304 : cluster [DBG] pgmap v243: 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-21T08:28:50.199 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:50.200 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:50.804 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:51.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:51 smithi005 conmon[35306]: cluster 2024-01-21T08:28:49.650656+0000 mgr.smithi005.dctvsr (mgr.14182) 305 : cluster [DBG] pgmap v244: 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-21T08:28:51.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:51 smithi005 conmon[35306]: audit 2024-01-21T08:28:50.193450+0000 mgr.smithi005.dctvsr (mgr.14182) 306 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:51.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:51 smithi150 conmon[40284]: cluster 2024-01-21T08:28:49.650656+0000 mgr.smithi005.dctvsr (mgr.14182) 305 : cluster [DBG] pgmap v244: 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-21T08:28:51.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:51 smithi150 conmon[40284]: audit 2024-01-21T08:28:50.193450+0000 mgr.smithi005.dctvsr (mgr.14182) 306 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:51.806 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:53.249 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:53 smithi005 conmon[35306]: cluster 2024-01-21T08:28:51.651504+0000 mgr.smithi005.dctvsr (mgr.14182) 307 : 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-21T08:28:53.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:53 smithi150 conmon[40284]: cluster 2024-01-21T08:28:51.651504+0000 mgr.smithi005.dctvsr (mgr.14182) 307 : 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-21T08:28:53.639 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:53.639 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:54.235 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:55.236 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:55.274 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:55 smithi005 conmon[35306]: audit 2024-01-21T08:28:53.633105+0000 mgr.smithi005.dctvsr (mgr.14182) 308 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:55.274 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:55 smithi005 conmon[35306]: cluster 2024-01-21T08:28:53.652161+0000 mgr.smithi005.dctvsr (mgr.14182) 309 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:55.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:55 smithi150 conmon[40284]: audit 2024-01-21T08:28:53.633105+0000 mgr.smithi005.dctvsr (mgr.14182) 308 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:55.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:55 smithi150 conmon[40284]: cluster 2024-01-21T08:28:53.652161+0000 mgr.smithi005.dctvsr (mgr.14182) 309 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:57.101 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:28:57.101 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:28:57.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:57 smithi150 conmon[40284]: cluster 2024-01-21T08:28:55.653009+0000 mgr.smithi005.dctvsr (mgr.14182) 310 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:57.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:57 smithi005 conmon[35306]: cluster 2024-01-21T08:28:55.653009+0000 mgr.smithi005.dctvsr (mgr.14182) 310 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:57.668 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:28:58.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:58 smithi150 conmon[40284]: audit 2024-01-21T08:28:57.095153+0000 mgr.smithi005.dctvsr (mgr.14182) 311 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:58.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:58 smithi150 conmon[40284]: 2024-01-21T08:28:58.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:58 smithi005 conmon[35306]: audit 2024-01-21T08:28:57.095153+0000 mgr.smithi005.dctvsr (mgr.14182) 311 2024-01-21T08:28:58.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:58 smithi005 conmon[35306]: : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:58.669 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:59.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:59 smithi005 conmon[35306]: cluster 2024-01-21T08:28:57.653528+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:28:59.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:28:59 smithi005 conmon[35306]: 14182) 312 : 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-21T08:28:59.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:28:59 smithi150 conmon[40284]: cluster 2024-01-21T08:28:57.653528+0000 mgr.smithi005.dctvsr (mgr.14182) 312 : 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-21T08:29:00.463 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:00.463 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:01.101 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:01.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:01 smithi150 conmon[40284]: cluster 2024-01-21T08:28:59.654324+0000 mgr.smithi005.dctvsr (mgr.14182) 313 : 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-21T08:29:01.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:01 smithi150 conmon[40284]: audit 2024-01-21T08:29:00.458118+0000 mgr.smithi005.dctvsr (mgr.14182) 314 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:01.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:01 smithi005 conmon[35306]: cluster 2024-01-21T08:28:59.654324+0000 mgr.smithi005.dctvsr (mgr.14182) 313 : 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-21T08:29:01.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:01 smithi005 conmon[35306]: audit 2024-01-21T08:29:00.458118+0000 mgr.smithi005.dctvsr (mgr.14182) 314 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:02.103 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:03.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:03 smithi005 conmon[35306]: cluster 2024-01-21T08:29:01.655189+0000 mgr.smithi005.dctvsr (mgr.14182) 315 : cluster 2024-01-21T08:29:03.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:03 smithi005 conmon[35306]: [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-21T08:29:03.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:03 smithi150 conmon[40284]: cluster 2024-01-21T08:29:01.655189+0000 mgr.smithi005.dctvsr (mgr.14182) 315 : 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-21T08:29:03.945 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:03.945 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:04.559 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:05.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:05 smithi150 conmon[40284]: cluster 2024-01-21T08:29:03.655790+0000 mgr.smithi005.dctvsr (mgr.14182) 316 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:05.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:05 smithi150 conmon[40284]: audit 2024-01-21T08:29:03.940101+0000 mgr.smithi005.dctvsr (mgr.14182) 317 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:05.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:05 smithi005 conmon[35306]: cluster 2024-01-21T08:29:03.655790+0000 mgr.smithi005.dctvsr (mgr.14182) 316 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:05.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:05 smithi005 conmon[35306]: audit 2024-01-21T08:29:03.940101+0000 mgr.smithi005.dctvsr (mgr.14182) 317 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:05.560 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:07.066 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:07 smithi005 conmon[35306]: cluster 2024-01-21T08:29:05.656522+0000 mgr.smithi005.dctvsr (mgr.14182) 318 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:07.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:07 smithi150 conmon[40284]: cluster 2024-01-21T08:29:05.656522+0000 mgr.smithi005.dctvsr (mgr.14182) 318 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:07.458 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:07.459 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:08.025 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:08.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:08 smithi150 conmon[40284]: audit 2024-01-21T08:29:07.452829+0000 mgr.smithi005.dctvsr (mgr.14182) 319 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:08.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:08 smithi005 conmon[35306]: audit 2024-01-21T08:29:07.452829+0000 mgr.smithi005.dctvsr (mgr.14182) 319 2024-01-21T08:29:08.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:08 smithi005 conmon[35306]: : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:09.026 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:09.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:09 smithi150 conmon[40284]: cluster 2024-01-21T08:29:07.657067+0000 mgr.smithi005.dctvsr (mgr.14182) 320 : 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-21T08:29:09.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:09 smithi005 conmon[35306]: cluster 2024-01-21T08:29:07.657067+0000 mgr.smithi005.dctvsr (mgr.14182) 320 : cluster 2024-01-21T08:29:09.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:09 smithi005 conmon[35306]: [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-21T08:29:10.806 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:10.806 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:11.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:11 smithi005 conmon[35306]: cluster 2024-01-21T08:29:09.658026+0000 mgr.smithi005.dctvsr (mgr.14182) 321 : 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-21T08:29:11.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:11 smithi150 conmon[40284]: cluster 2024-01-21T08:29:09.658026+0000 mgr.smithi005.dctvsr (mgr.14182) 321 : 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-21T08:29:11.434 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:12.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:12 smithi150 conmon[40284]: audit 2024-01-21T08:29:10.800190+0000 mgr.smithi005.dctvsr (mgr.14182) 322 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:12.435 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:12.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:12 smithi005 conmon[35306]: audit 2024-01-21T08:29:10.800190+0000 mgr.smithi005.dctvsr (mgr.14182) 322 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:13.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:13 smithi005 conmon[35306]: cluster 2024-01-21T08:29:11.658999+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:29:13.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:13 smithi005 conmon[35306]: 323 : 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-21T08:29:13.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:13 smithi150 conmon[40284]: cluster 2024-01-21T08:29:11.658999+0000 mgr.smithi005.dctvsr (mgr.14182) 323 : 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-21T08:29:14.264 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:14.264 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:14.749 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:15.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:15 smithi150 conmon[40284]: cluster 2024-01-21T08:29:13.659627+0000 mgr.smithi005.dctvsr (mgr.14182) 324 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:15.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:15 smithi150 conmon[40284]: audit 2024-01-21T08:29:14.258273+0000 mgr.smithi005.dctvsr (mgr.14182) 325 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:15.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:15 smithi005 conmon[35306]: cluster 2024-01-21T08:29:13.659627+0000 mgr.smithi005.dctvsr (mgr.14182) 324 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:15.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:15 smithi005 conmon[35306]: audit 2024-01-21T08:29:14.258273+0000 mgr.smithi005.dctvsr (mgr.14182) 325 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:15.750 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:17.240 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:17 smithi005 conmon[35306]: cluster 2024-01-21T08:29:15.660634 2024-01-21T08:29:17.241 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:17 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14182) 326 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-21T08:29:17.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:17 smithi150 conmon[40284]: cluster 2024-01-21T08:29:15.660634+0000 mgr.smithi005.dctvsr (mgr.14182) 326 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-21T08:29:17.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:17 smithi150 conmon[40284]: 2024-01-21T08:29:17.616 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:17.617 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:18.141 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:19.142 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:19.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:19 smithi150 conmon[40284]: audit 2024-01-21T08:29:17.611245+0000 mgr.smithi005.dctvsr (mgr.14182) 327 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:19.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:19 smithi150 conmon[40284]: cluster 2024-01-21T08:29:17.661187+0000 mgr.smithi005.dctvsr (mgr.14182) 328 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 85 B/s wr, 0 op/s 2024-01-21T08:29:19.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:19 smithi005 conmon[35306]: audit 2024-01-21T08:29:17.611245+0000 mgr.smithi005.dctvsr (mgr.14182) 327 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:19.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:19 smithi005 conmon[35306]: cluster 2024-01-21T08:29:17.661187+0000 mgr.smithi005.dctvsr (mgr.14182) 328 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 85 B/s wr, 0 op/s 2024-01-21T08:29:20.935 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:20.935 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:21.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:21 smithi150 conmon[40284]: cluster 2024-01-21T08:29:19.662061+0000 mgr.smithi005.dctvsr (mgr.14182) 329 : cluster [DBG] pgmap v259: 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-21T08:29:21.424 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:21 smithi005 conmon[35306]: cluster 2024-01-21T08:29:19.662061+0000 mgr.smithi005.dctvsr (mgr.14182) 329 : cluster [DBG] pgmap v259: 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-21T08:29:21.448 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:22.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:22 smithi150 conmon[40284]: audit 2024-01-21T08:29:20.929722+0000 mgr.smithi005.dctvsr (mgr.14182) 330 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:22.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:22 smithi005 conmon[35306]: audit 2024-01-21T08:29:20.929722+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:29:22.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:22 smithi005 conmon[35306]: ) 330 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:22.449 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:23.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:23 smithi005 conmon[35306]: cluster 2024-01-21T08:29:21.663052+0000 mgr.smithi005.dctvsr (mgr.14182) 331 2024-01-21T08:29:23.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:23 smithi005 conmon[35306]: : cluster [DBG] pgmap v260: 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-21T08:29:23.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:23 smithi150 conmon[40284]: cluster 2024-01-21T08:29:21.663052+0000 mgr.smithi005.dctvsr (mgr.14182) 331 : cluster [DBG] pgmap v260: 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-21T08:29:23.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:23 smithi150 conmon[40284]: 2024-01-21T08:29:24.399 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:24.399 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:24.922 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:25.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:25 smithi005 conmon[35306]: cluster 2024-01-21T08:29:23.663869+0000 mgr.smithi005.dctvsr (mgr.14182) 332 : cluster [DBG] pgmap v261: 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-21T08:29:25.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:25 smithi005 conmon[35306]: audit 2024-01-21T08:29:24.393545+0000 mgr.smithi005.dctvsr (mgr.14182) 333 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:25 smithi150 conmon[40284]: cluster 2024-01-21T08:29:23.663869+0000 mgr.smithi005.dctvsr (mgr.14182) 332 : cluster [DBG] pgmap v261: 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-21T08:29:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:25 smithi150 conmon[40284]: audit 2024-01-21T08:29:24.393545+0000 mgr.smithi005.dctvsr (mgr.14182) 333 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:25.924 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:27.363 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:27 smithi005 conmon[35306]: cluster 2024-01-21T08:29:25.664755+0000 mgr.smithi005.dctvsr (mgr.14182) 334 : cluster 2024-01-21T08:29:27.363 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:27 smithi005 conmon[35306]: [DBG] pgmap v262: 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-21T08:29:27.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:27 smithi150 conmon[40284]: cluster 2024-01-21T08:29:25.664755+0000 mgr.smithi005.dctvsr (mgr.14182) 334 : cluster [DBG] pgmap v262: 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-21T08:29:27.774 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:27.774 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:28.389 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:29.390 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:29.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:29 smithi150 conmon[40284]: cluster 2024-01-21T08:29:27.665247+0000 mgr.smithi005.dctvsr (mgr.14182) 335 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 85 B/s wr, 0 op/s 2024-01-21T08:29:29.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:29 smithi150 conmon[40284]: audit 2024-01-21T08:29:27.768812+0000 mgr.smithi005.dctvsr (mgr.14182) 336 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:29.427 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:29 smithi005 conmon[35306]: cluster 2024-01-21T08:29:27.665247+0000 mgr.smithi005.dctvsr (mgr.14182) 335 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 85 B/s wr, 0 op/s 2024-01-21T08:29:29.427 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:29 smithi005 conmon[35306]: audit 2024-01-21T08:29:27.768812+0000 mgr.smithi005.dctvsr (mgr.14182) 336 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:31.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:31 smithi005 conmon[35306]: cluster 2024-01-21T08:29:29.665990+0000 mgr.smithi005.dctvsr (mgr.14182) 337 : cluster [DBG] pgmap v264: 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-21T08:29:31.243 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:31.244 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:31.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:31 smithi150 conmon[40284]: cluster 2024-01-21T08:29:29.665990+0000 mgr.smithi005.dctvsr (mgr.14182) 337 : cluster [DBG] pgmap v264: 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-21T08:29:31.812 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:32.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:32 smithi150 conmon[40284]: audit 2024-01-21T08:29:31.238629+0000 mgr.smithi005.dctvsr (mgr.14182) 338 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:32.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:32 smithi005 conmon[35306]: audit 2024-01-21T08:29:31.238629+0000 mgr.smithi005.dctvsr (mgr.14182) 338 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:32.813 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:33.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:33 smithi150 conmon[40284]: cluster 2024-01-21T08:29:31.666707+0000 mgr.smithi005.dctvsr (mgr.14182) 339 : 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-21T08:29:33.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:33 smithi005 conmon[35306]: cluster 2024-01-21T08:29:31.666707+0000 mgr.smithi005.dctvsr 2024-01-21T08:29:33.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:33 smithi005 conmon[35306]: (mgr.14182) 339 : 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-21T08:29:34.600 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:34.600 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:35.104 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:35.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:35 smithi150 conmon[40284]: cluster 2024-01-21T08:29:33.667536+0000 mgr.smithi005.dctvsr (mgr.14182) 340 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:35.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:35 smithi005 conmon[35306]: cluster 2024-01-21T08:29:33.667536+0000 mgr.smithi005.dctvsr (mgr.14182) 340 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:36.105 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:36.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:36 smithi150 conmon[40284]: audit 2024-01-21T08:29:34.594525+0000 mgr.smithi005.dctvsr (mgr.14182) 341 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:36.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:36 smithi150 conmon[40284]: 2024-01-21T08:29:36.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:36 smithi005 conmon[35306]: audit 2024-01-21T08:29:34.594525+0000 mgr.smithi005.dctvsr (mgr.14182) 341 : audit 2024-01-21T08:29:36.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:36 smithi005 conmon[35306]: [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:37.330 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:37 smithi005 conmon[35306]: cluster 2024-01-21T08:29:35.668362+0000 mgr.smithi005.dctvsr (mgr.14182) 342 : cluster 2024-01-21T08:29:37.330 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:37 smithi005 conmon[35306]: [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:37.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:37 smithi150 conmon[40284]: cluster 2024-01-21T08:29:35.668362+0000 mgr.smithi005.dctvsr (mgr.14182) 342 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:37.951 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:37.951 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:38.529 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:39.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:39 smithi150 conmon[40284]: cluster 2024-01-21T08:29:37.668879+0000 mgr.smithi005.dctvsr (mgr.14182) 343 : 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-21T08:29:39.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:39 smithi150 conmon[40284]: audit 2024-01-21T08:29:37.945908+0000 mgr.smithi005.dctvsr (mgr.14182) 344 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:39.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:39 smithi005 conmon[35306]: cluster 2024-01-21T08:29:37.668879+0000 mgr.smithi005.dctvsr (mgr.14182) 343 : 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-21T08:29:39.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:39 smithi005 conmon[35306]: audit 2024-01-21T08:29:37.945908+0000 mgr.smithi005.dctvsr (mgr.14182) 344 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:39.530 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:41.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:41 smithi005 conmon[35306]: cluster 2024-01-21T08:29:39.669838+0000 mgr.smithi005.dctvsr (mgr.14182) 345 : 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-21T08:29:41.298 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:41.298 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:41.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:41 smithi150 conmon[40284]: cluster 2024-01-21T08:29:39.669838+0000 mgr.smithi005.dctvsr (mgr.14182) 345 : 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-21T08:29:41.772 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:42.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:42 smithi150 conmon[40284]: audit 2024-01-21T08:29:41.293020+0000 mgr.smithi005.dctvsr (mgr.14182) 346 : audit [DBG] 2024-01-21T08:29:42.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:42 smithi150 conmon[40284]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:42.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:42 smithi005 conmon[35306]: audit 2024-01-21T08:29:41.293020+0000 mgr.smithi005.dctvsr (mgr.14182) 346 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:42.772 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:43.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:43 smithi150 conmon[40284]: cluster 2024-01-21T08:29:41.670707+0000 mgr.smithi005.dctvsr (mgr.14182) 347 : 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-21T08:29:43.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:43 smithi150 conmon[40284]: 2024-01-21T08:29:43.434 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:43 smithi005 conmon[35306]: cluster 2024-01-21T08:29:41.670707+0000 mgr.smithi005.dctvsr (mgr.14182) 347 : 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-21T08:29:43.434 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:43 smithi005 conmon[35306]: 2024-01-21T08:29:44.608 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:44.608 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:45.130 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:45.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:45 smithi150 conmon[40284]: cluster 2024-01-21T08:29:43.671340+0000 mgr.smithi005.dctvsr (mgr.14182) 348 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:45.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:45 smithi005 conmon[35306]: cluster 2024-01-21T08:29:43.671340+0000 mgr.smithi005.dctvsr (mgr.14182) 348 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:46.131 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:46.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:46 smithi150 conmon[40284]: audit 2024-01-21T08:29:44.602143+0000 mgr.smithi005.dctvsr (mgr.14182) 349 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:46.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:46 smithi005 conmon[35306]: audit 2024-01-21T08:29:44.602143+0000 mgr.smithi005.dctvsr (mgr.14182) 349 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:47.396 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:47 smithi005 conmon[35306]: cluster 2024-01-21T08:29:45.672277+0000 mgr.smithi005.dctvsr (mgr.14182) 350 : cluster 2024-01-21T08:29:47.396 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:47 smithi005 conmon[35306]: [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:47.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:47 smithi150 conmon[40284]: cluster 2024-01-21T08:29:45.672277+0000 mgr.smithi005.dctvsr (mgr.14182) 350 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:48.050 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:48.051 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:48.663 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:49 smithi005 conmon[35306]: cluster 2024-01-21T08:29:47.672756+0000 mgr.smithi005.dctvsr (mgr.14182) 351 : 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-21T08:29:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:49 smithi005 conmon[35306]: audit 2024-01-21T08:29:48.044881+0000 mgr.smithi005.dctvsr (mgr.14182) 352 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:49.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:49 smithi150 conmon[40284]: cluster 2024-01-21T08:29:47.672756+0000 mgr.smithi005.dctvsr (mgr.14182) 351 : 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-21T08:29:49.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:49 smithi150 conmon[40284]: audit 2024-01-21T08:29:48.044881+0000 mgr.smithi005.dctvsr (mgr.14182) 352 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:49.665 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:51.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:51 smithi005 conmon[35306]: cluster 2024-01-21T08:29:49.673806+0000 mgr.smithi005.dctvsr (mgr.14182) 353 2024-01-21T08:29:51.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:51 smithi005 conmon[35306]: : 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-21T08:29:51.566 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:51.567 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:51.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:51 smithi150 conmon[40284]: cluster 2024-01-21T08:29:49.673806+0000 mgr.smithi005.dctvsr (mgr.14182) 353 : 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-21T08:29:52.179 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:53.181 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:53.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:53 smithi005 conmon[35306]: audit 2024-01-21T08:29:51.561487+0000 mgr.smithi005.dctvsr (mgr.14182) 354 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:53.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:53 smithi005 conmon[35306]: cluster 2024-01-21T08:29:51.674493+0000 mgr.smithi005.dctvsr (mgr.14182) 355 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:53 smithi150 conmon[40284]: audit 2024-01-21T08:29:51.561487+0000 mgr.smithi005.dctvsr (mgr.14182) 354 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:53 smithi150 conmon[40284]: cluster 2024-01-21T08:29:51.674493+0000 mgr.smithi005.dctvsr (mgr.14182) 355 : 2024-01-21T08:29:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:53 smithi150 conmon[40284]: cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:55.141 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:55.141 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:55.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:55 smithi005 conmon[35306]: cluster 2024-01-21T08:29:53.675102+0000 mgr.smithi005.dctvsr (mgr.14182) 356 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:55.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:55 smithi150 conmon[40284]: cluster 2024-01-21T08:29:53.675102+0000 mgr.smithi005.dctvsr (mgr.14182) 356 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:55.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:55 smithi150 conmon[40284]: 2024-01-21T08:29:55.734 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:56.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:56 smithi005 conmon[35306]: audit 2024-01-21T08:29:55.135287+0000 mgr.smithi005.dctvsr (mgr.14182) 357 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:56.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:56 smithi005 conmon[35306]: 2024-01-21T08:29:56.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:56 smithi150 conmon[40284]: audit 2024-01-21T08:29:55.135287+0000 mgr.smithi005.dctvsr (mgr.14182) 357 : audit [DBG] 2024-01-21T08:29:56.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:56 smithi150 conmon[40284]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:56.735 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:57.434 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:57 smithi005 conmon[35306]: cluster 2024-01-21T08:29:55.675940+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:29:57.434 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:57 smithi005 conmon[35306]: mgr.14182) 358 : cluster [DBG] pgmap v277: 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-21T08:29:57.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:57 smithi150 conmon[40284]: cluster 2024-01-21T08:29:55.675940+0000 mgr.smithi005.dctvsr (mgr.14182) 358 : cluster [DBG] 2024-01-21T08:29:57.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:57 smithi150 conmon[40284]: pgmap v277: 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-21T08:29:58.679 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:29:58.679 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:29:59.259 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:29:59.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:29:59 smithi005 conmon[35306]: cluster 2024-01-21T08:29:57.676522+0000 mgr.smithi005.dctvsr (mgr.14182) 359 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:59.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:29:59 smithi150 conmon[40284]: cluster 2024-01-21T08:29:57.676522+0000 mgr.smithi005.dctvsr (mgr.14182) 359 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:00.260 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:00.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:00 smithi005 conmon[35306]: audit 2024-01-21T08:29:58.673694+0000 mgr.smithi005.dctvsr (mgr.14182) 360 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:00.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:00 smithi005 conmon[35306]: cluster 2024-01-21T08:30:00.000177+0000 mon.smithi005 (mon.0) 702 : cluster [INF] overall HEALTH_OK 2024-01-21T08:30:00.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:00 smithi150 conmon[40284]: audit 2024-01-21T08:29:58.673694+0000 mgr.smithi005.dctvsr (mgr.14182) 360 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:00.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:00 smithi150 conmon[40284]: cluster 2024-01-21T08:30:00.000177+0000 mon.smithi005 (mon.0) 702 : cluster [INF] overall HEALTH_OK 2024-01-21T08:30:01.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:01 smithi005 conmon[35306]: cluster 2024-01-21T08:29:59.677386+0000 mgr.smithi005.dctvsr (mgr.14182) 361 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:01.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:01 smithi150 conmon[40284]: cluster 2024-01-21T08:29:59.677386+0000 mgr.smithi005.dctvsr (mgr.14182) 361 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:02.172 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:02.172 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:02.726 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:03.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:03 smithi005 conmon[35306]: cluster 2024-01-21T08:30:01.678267+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:30:03.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:03 smithi005 conmon[35306]: ) 362 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:03.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:03 smithi005 conmon[35306]: audit 2024-01-21T08:30:02.167127+0000 mgr.smithi005.dctvsr (mgr.14182) 363 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:03 smithi150 conmon[40284]: cluster 2024-01-21T08:30:01.678267+0000 mgr.smithi005.dctvsr (mgr.14182) 362 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:03 smithi150 conmon[40284]: audit 2024-01-21T08:30:02.167127+0000 mgr.smithi005.dctvsr (mgr.14182) 363 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:03.727 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:05.238 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:05 smithi005 conmon[35306]: cluster 2024-01-21T08:30:03.679098+0000 mgr.smithi005.dctvsr (mgr.14182) 364 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:05.635 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:05.636 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:05.642 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:05 smithi150 conmon[40284]: cluster 2024-01-21T08:30:03.679098+0000 mgr.smithi005.dctvsr (mgr.14182) 364 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:06.225 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:07.226 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:07.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:07 smithi005 conmon[35306]: audit 2024-01-21T08:30:05.630258+0000 mgr.smithi005.dctvsr (mgr.14182) 365 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:07.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:07 smithi005 conmon[35306]: cluster 2024-01-21T08:30:05.680026+0000 mgr.smithi005.dctvsr (mgr.14182) 366 : cluster [DBG] pgmap v282: 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-21T08:30:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:07 smithi150 conmon[40284]: audit 2024-01-21T08:30:05.630258+0000 mgr.smithi005.dctvsr (mgr.14182) 365 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:07 smithi150 conmon[40284]: cluster 2024-01-21T08:30:05.680026+0000 mgr.smithi005.dctvsr (mgr.14182) 366 : cluster [DBG] pgmap v282: 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-21T08:30:09.067 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:09.068 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:09.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:09 smithi005 conmon[35306]: cluster 2024-01-21T08:30:07.680543+0000 mgr.smithi005.dctvsr (mgr.14182) 367 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:09.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:09 smithi150 conmon[40284]: cluster 2024-01-21T08:30:07.680543+0000 mgr.smithi005.dctvsr (mgr.14182) 367 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:09.683 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:10.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:10 smithi005 conmon[35306]: audit 2024-01-21T08:30:09.062449+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:30:10.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:10 smithi005 conmon[35306]: mgr.14182) 368 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:10.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:10 smithi150 conmon[40284]: audit 2024-01-21T08:30:09.062449+0000 mgr.smithi005.dctvsr (mgr.14182) 368 : audit [DBG] 2024-01-21T08:30:10.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:10 smithi150 conmon[40284]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:10.684 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:11.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:11 smithi005 conmon[35306]: cluster 2024-01-21T08:30:09.681345+0000 mgr.smithi005.dctvsr (mgr.14182) 369 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:11.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:11 smithi150 conmon[40284]: cluster 2024-01-21T08:30:09.681345+0000 mgr.smithi005.dctvsr (mgr.14182) 369 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:12.613 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:12.613 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:13.199 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:13.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:13 smithi005 conmon[35306]: cluster 2024-01-21T08:30:11.682381+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:30:13.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:13 smithi005 conmon[35306]: ) 370 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:13.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:13 smithi150 conmon[40284]: cluster 2024-01-21T08:30:11.682381+0000 mgr.smithi005.dctvsr (mgr.14182) 370 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:14.200 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:14.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:14 smithi150 conmon[40284]: audit 2024-01-21T08:30:12.608106+0000 mgr.smithi005.dctvsr (mgr.14182) 371 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:14.687 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:14 smithi005 conmon[35306]: audit 2024-01-21T08:30:12.608106+0000 mgr.smithi005.dctvsr (mgr.14182) 371 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:14.687 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:14 smithi005 conmon[35306]: 2024-01-21T08:30:15.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:15 smithi005 conmon[35306]: cluster 2024-01-21T08:30:13.683130+0000 mgr.smithi005.dctvsr (mgr.14182) 372 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:15.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:15 smithi150 conmon[40284]: cluster 2024-01-21T08:30:13.683130+0000 mgr.smithi005.dctvsr (mgr.14182) 372 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:16.103 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:16.104 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:16.699 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:17.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:17 smithi150 conmon[40284]: cluster 2024-01-21T08:30:15.684193+0000 mgr.smithi005.dctvsr (mgr.14182) 373 : cluster [DBG] pgmap v287: 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-21T08:30:17.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:17 smithi150 conmon[40284]: audit 2024-01-21T08:30:17.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:17 smithi150 conmon[40284]: 2024-01-21T08:30:16.098531+0000 mgr.smithi005.dctvsr (mgr.14182) 374 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:17.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:17 smithi005 conmon[35306]: cluster 2024-01-21T08:30:15.684193+0000 mgr.smithi005.dctvsr (mgr.14182) 373 : cluster 2024-01-21T08:30:17.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:17 smithi005 conmon[35306]: [DBG] pgmap v287: 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-21T08:30:17.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:17 smithi005 conmon[35306]: audit 2024-01-21T08:30:16.098531+0000 mgr.smithi005.dctvsr (mgr.14182) 374 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:17.700 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:19.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:19 smithi005 conmon[35306]: cluster 2024-01-21T08:30:17.684912+0000 mgr.smithi005.dctvsr (mgr.14182) 375 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:19.562 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:19.562 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:19.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:19 smithi150 conmon[40284]: cluster 2024-01-21T08:30:17.684912+0000 mgr.smithi005.dctvsr (mgr.14182) 375 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:20.131 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:20.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:20 smithi005 conmon[35306]: audit 2024-01-21T08:30:19.556182+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:30:20.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:20 smithi005 conmon[35306]: 376 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:20.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:20 smithi150 conmon[40284]: audit 2024-01-21T08:30:19.556182+0000 mgr.smithi005.dctvsr (mgr.14182) 376 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:21.133 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:21.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:21 smithi005 conmon[35306]: cluster 2024-01-21T08:30:19.685643+0000 mgr.smithi005.dctvsr (mgr.14182) 377 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:21.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:21 smithi005 conmon[35306]: 2024-01-21T08:30:21.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:21 smithi150 conmon[40284]: cluster 2024-01-21T08:30:19.685643+0000 mgr.smithi005.dctvsr (mgr.14182) 377 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:23.028 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:23.028 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:23.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:23 smithi005 conmon[35306]: cluster 2024-01-21T08:30:21.686385+0000 mgr.smithi005.dctvsr (mgr.14182) 378 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:23.564 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:23.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:23 smithi150 conmon[40284]: cluster 2024-01-21T08:30:21.686385+0000 mgr.smithi005.dctvsr (mgr.14182) 378 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:24.566 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:24.601 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:24 smithi005 conmon[35306]: audit 2024-01-21T08:30:23.022041+0000 mgr.smithi005.dctvsr (mgr.14182) 379 : audit 2024-01-21T08:30:24.602 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:24 smithi005 conmon[35306]: [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:24.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:24 smithi150 conmon[40284]: audit 2024-01-21T08:30:23.022041+0000 mgr.smithi005.dctvsr (mgr.14182) 379 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:25.392 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:25 smithi005 conmon[35306]: cluster 2024-01-21T08:30:23.687156+0000 mgr.smithi005.dctvsr (mgr.14182) 380 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:25.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:25 smithi150 conmon[40284]: cluster 2024-01-21T08:30:23.687156+0000 mgr.smithi005.dctvsr (mgr.14182) 380 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:26.424 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:26.424 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:26.984 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:27.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:27 smithi150 conmon[40284]: cluster 2024-01-21T08:30:25.688200+0000 mgr.smithi005.dctvsr (mgr.14182) 381 : cluster [DBG] pgmap v292: 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-21T08:30:27.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:27 smithi150 conmon[40284]: audit 2024-01-21T08:30:26.419403+0000 mgr.smithi005.dctvsr (mgr.14182) 382 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:27.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:27 smithi005 conmon[35306]: cluster 2024-01-21T08:30:25.688200+0000 mgr.smithi005.dctvsr (mgr.14182) 381 2024-01-21T08:30:27.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:27 smithi005 conmon[35306]: : cluster [DBG] pgmap v292: 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-21T08:30:27.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:27 smithi005 conmon[35306]: audit 2024-01-21T08:30:26.419403+0000 mgr.smithi005.dctvsr (mgr.14182) 382 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:27.985 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:29.480 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:29 smithi005 conmon[35306]: cluster 2024-01-21T08:30:27.688899+0000 mgr.smithi005.dctvsr (mgr.14182) 383 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:29.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:29 smithi150 conmon[40284]: cluster 2024-01-21T08:30:27.688899+0000 mgr.smithi005.dctvsr (mgr.14182) 383 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:29.824 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:29.824 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:30.397 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:31.398 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:31.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:31 smithi150 conmon[40284]: cluster 2024-01-21T08:30:29.689638+0000 mgr.smithi005.dctvsr (mgr.14182) 384 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:31.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:31 smithi150 conmon[40284]: audit 2024-01-21T08:30:29.819271+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:30:31.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:31 smithi150 conmon[40284]: 385 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:31.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:31 smithi005 conmon[35306]: cluster 2024-01-21T08:30:29.689638+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:30:31.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:31 smithi005 conmon[35306]: .14182) 384 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:31.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:31 smithi005 conmon[35306]: audit 2024-01-21T08:30:29.819271+0000 mgr.smithi005.dctvsr (mgr.14182) 385 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:33.287 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:33.287 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:33 smithi150 conmon[40284]: cluster 2024-01-21T08:30:31.690350+0000 mgr.smithi005.dctvsr (mgr.14182) 386 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:33 smithi005 conmon[35306]: cluster 2024-01-21T08:30:31.690350+0000 mgr.smithi005.dctvsr (mgr.14182) 386 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:33.873 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:34.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:34 smithi150 conmon[40284]: audit 2024-01-21T08:30:33.281495+0000 mgr.smithi005.dctvsr (mgr.14182) 387 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:34.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:34 smithi005 conmon[35306]: audit 2024-01-21T08:30:33.281495+0000 mgr.smithi005.dctvsr (mgr.14182) 387 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:34.874 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:35.553 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:35 smithi005 conmon[35306]: cluster 2024-01-21T08:30:33.691195+0000 mgr.smithi005.dctvsr (mgr.14182) 388 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:35 smithi150 conmon[40284]: cluster 2024-01-21T08:30:33.691195+0000 mgr.smithi005.dctvsr (mgr.14182) 388 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:36.749 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:36.749 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:37.373 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:37.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:37 smithi150 conmon[40284]: cluster 2024-01-21T08:30:35.692238+0000 mgr.smithi005.dctvsr (mgr.14182) 389 : cluster [DBG] pgmap v297: 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-21T08:30:37.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:37 smithi005 conmon[35306]: cluster 2024-01-21T08:30:35.692238+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:30:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:37 smithi005 conmon[35306]: .14182) 389 : cluster [DBG] pgmap v297: 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-21T08:30:38.375 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:38.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:38 smithi150 conmon[40284]: audit 2024-01-21T08:30:36.744430+0000 mgr.smithi005.dctvsr (mgr.14182) 390 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:38.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:38 smithi005 conmon[35306]: audit 2024-01-21T08:30:36.744430+0000 mgr.smithi005.dctvsr (mgr.14182) 390 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:39.571 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:39 smithi005 conmon[35306]: cluster 2024-01-21T08:30:37.693081+0000 mgr.smithi005.dctvsr (mgr.14182) 391 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:39 smithi150 conmon[40284]: cluster 2024-01-21T08:30:37.693081+0000 mgr.smithi005.dctvsr (mgr.14182) 391 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:40.208 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:40.208 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:40.839 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:41.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:41 smithi150 conmon[40284]: cluster 2024-01-21T08:30:39.693946+0000 mgr.smithi005.dctvsr (mgr.14182) 392 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:41.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:41 smithi150 conmon[40284]: audit 2024-01-21T08:30:40.203302+0000 mgr.smithi005.dctvsr (mgr.14182) 393 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:41.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:41 smithi005 conmon[35306]: cluster 2024-01-21T08:30:39.693946+0000 mgr.smithi005.dctvsr (mgr.14182) 392 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:41.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:41 smithi005 conmon[35306]: audit 2024-01-21T08:30:40.203302+0000 mgr.smithi005.dctvsr (mgr.14182) 393 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:41.840 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:43.310 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:43 smithi005 conmon[35306]: cluster 2024-01-21T08:30:41.694657+0000 mgr.smithi005.dctvsr (mgr.14182) 394 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:43.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:43 smithi150 conmon[40284]: cluster 2024-01-21T08:30:41.694657+0000 mgr.smithi005.dctvsr (mgr.14182) 394 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:43.726 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:43.726 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:44.348 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:45.349 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:45.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:45 smithi150 conmon[40284]: cluster 2024-01-21T08:30:43.695220+0000 mgr.smithi005.dctvsr (mgr.14182) 395 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:45.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:45 smithi150 conmon[40284]: audit 2024-01-21T08:30:43.720966+0000 mgr.smithi005.dctvsr (mgr.14182) 396 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:45.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:45 smithi005 conmon[35306]: cluster 2024-01-21T08:30:43.695220+0000 mgr.smithi005.dctvsr (mgr.14182) 395 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:45.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:45 smithi005 conmon[35306]: audit 2024-01-21T08:30:43.720966+0000 mgr.smithi005.dctvsr (mgr.14182) 396 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:47.164 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:47.164 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:47.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:47 smithi005 conmon[35306]: cluster 2024-01-21T08:30:45.696026+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:30:47.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:47 smithi005 conmon[35306]: ) 397 : cluster [DBG] pgmap v302: 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-21T08:30:47.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:47 smithi150 conmon[40284]: cluster 2024-01-21T08:30:45.696026+0000 mgr.smithi005.dctvsr (mgr.14182) 397 : cluster [DBG] pgmap v302: 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-21T08:30:47.802 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:48.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:48 smithi150 conmon[40284]: audit 2024-01-21T08:30:47.158639+0000 mgr.smithi005.dctvsr (mgr.14182) 398 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:48.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:48 smithi005 conmon[35306]: audit 2024-01-21T08:30:47.158639+0000 2024-01-21T08:30:48.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:48 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 398 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:48.803 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:49.639 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:49 smithi005 conmon[35306]: cluster 2024-01-21T08:30:47.696918+0000 mgr.smithi005.dctvsr (mgr.14182) 399 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:49.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:49 smithi150 conmon[40284]: cluster 2024-01-21T08:30:47.696918+0000 mgr.smithi005.dctvsr (mgr.14182) 399 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:50.698 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:50.698 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:51.295 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:51.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:51 smithi150 conmon[40284]: cluster 2024-01-21T08:30:49.697910+0000 mgr.smithi005.dctvsr (mgr.14182) 400 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:51.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:51 smithi005 conmon[35306]: cluster 2024-01-21T08:30:49.697910+0000 mgr.smithi005.dctvsr (mgr.14182) 400 : cluster 2024-01-21T08:30:51.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:51 smithi005 conmon[35306]: [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:52.296 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:52.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:52 smithi150 conmon[40284]: audit 2024-01-21T08:30:50.693452+0000 mgr.smithi005.dctvsr (mgr.14182) 401 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:52.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:52 smithi005 conmon[35306]: audit 2024-01-21T08:30:50.693452+0000 mgr.smithi005.dctvsr (mgr.14182) 401 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:52.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:52 smithi005 conmon[35306]: 2024-01-21T08:30:53.427 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:53 smithi005 conmon[35306]: cluster 2024-01-21T08:30:51.698652+0000 mgr.smithi005.dctvsr (mgr.14182) 402 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:53 smithi150 conmon[40284]: cluster 2024-01-21T08:30:51.698652+0000 mgr.smithi005.dctvsr (mgr.14182) 402 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:54.071 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:54.071 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:54.626 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:55.627 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:55.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:55 smithi150 conmon[40284]: cluster 2024-01-21T08:30:53.699440+0000 mgr.smithi005.dctvsr (mgr.14182) 403 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:55.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:55 smithi150 conmon[40284]: audit 2024-01-21T08:30:54.066356+0000 mgr.smithi005.dctvsr (mgr.14182) 404 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:55.663 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:55 smithi005 conmon[35306]: cluster 2024-01-21T08:30:53.699440+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:30:55.663 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:55 smithi005 conmon[35306]: 403 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:55.663 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:55 smithi005 conmon[35306]: audit 2024-01-21T08:30:54.066356+0000 mgr.smithi005.dctvsr (mgr.14182) 404 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:57.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:57 smithi005 conmon[35306]: cluster 2024-01-21T08:30:55.700248+0000 mgr.smithi005.dctvsr (mgr.14182) 405 : cluster [DBG] pgmap v307: 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-21T08:30:57.533 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:30:57.533 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:30:57.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:57 smithi150 conmon[40284]: cluster 2024-01-21T08:30:55.700248+0000 mgr.smithi005.dctvsr (mgr.14182) 405 : cluster [DBG] pgmap v307: 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-21T08:30:58.102 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:30:58.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:58 smithi005 conmon[35306]: audit 2024-01-21T08:30:57.527946+0000 mgr.smithi005.dctvsr (mgr.14182) 406 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:58.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:58 smithi150 conmon[40284]: audit 2024-01-21T08:30:57.527946+0000 mgr.smithi005.dctvsr (mgr.14182) 406 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:59.103 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:59.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:30:59 smithi005 conmon[35306]: cluster 2024-01-21T08:30:57.700824+0000 mgr.smithi005.dctvsr (mgr.14182) 407 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:59.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:59 smithi150 conmon[40284]: cluster 2024-01-21T08:30:57.700824+0000 mgr.smithi005.dctvsr (mgr.14182) 407 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:59.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:30:59 smithi150 conmon[40284]: 2024-01-21T08:31:00.905 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:00.906 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:31:01.483 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:31:01.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:01 smithi150 conmon[40284]: cluster 2024-01-21T08:30:59.701647+0000 mgr.smithi005.dctvsr (mgr.14182) 408 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:01.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:01 smithi005 conmon[35306]: cluster 2024-01-21T08:30:59.701647+0000 mgr.smithi005.dctvsr (mgr.14182) 408 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:02.484 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:02.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:02 smithi150 conmon[40284]: audit 2024-01-21T08:31:00.900213+0000 mgr.smithi005.dctvsr (mgr.14182) 409 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:02.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:02 smithi005 conmon[35306]: audit 2024-01-21T08:31:00.900213+0000 mgr.smithi005.dctvsr (mgr.14182) 409 : audit [DBG] 2024-01-21T08:31:02.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:02 smithi005 conmon[35306]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:03 smithi150 conmon[40284]: cluster 2024-01-21T08:31:01.702388+0000 mgr.smithi005.dctvsr (mgr.14182) 410 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:03 smithi150 conmon[40284]: 2024-01-21T08:31:03.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:03 smithi005 conmon[35306]: cluster 2024-01-21T08:31:01.702388+0000 mgr.smithi005.dctvsr (mgr.14182) 410 : cluster [DBG] 2024-01-21T08:31:03.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:03 smithi005 conmon[35306]: pgmap v310: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:04.356 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:04.357 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:31:04.950 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:31:05.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:05 smithi150 conmon[40284]: cluster 2024-01-21T08:31:03.703133+0000 mgr.smithi005.dctvsr (mgr.14182) 411 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:05.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:05 smithi150 conmon[40284]: audit 2024-01-21T08:31:04.350856+0000 mgr.smithi005.dctvsr (mgr.14182) 412 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:05.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:05 smithi005 conmon[35306]: cluster 2024-01-21T08:31:03.703133+0000 mgr.smithi005.dctvsr (mgr.14182) 411 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:05.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:05 smithi005 conmon[35306]: audit 2024-01-21T08:31:04.350856+0000 mgr.smithi005.dctvsr (mgr.14182) 412 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:05.952 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:07.415 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:07 smithi005 conmon[35306]: cluster 2024-01-21T08:31:05.704037+0000 mgr.smithi005.dctvsr (mgr.14182) 413 : cluster [DBG] pgmap v312: 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-21T08:31:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:07 smithi150 conmon[40284]: cluster 2024-01-21T08:31:05.704037+0000 mgr.smithi005.dctvsr (mgr.14182) 413 : cluster [DBG] pgmap v312: 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-21T08:31:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:07 smithi150 conmon[40284]: 2024-01-21T08:31:07.845 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:07.846 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:31:08.408 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:31:09.409 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:09.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:09 smithi150 conmon[40284]: cluster 2024-01-21T08:31:07.704508+0000 mgr.smithi005.dctvsr (mgr.14182) 414 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:09.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:09 smithi150 conmon[40284]: audit 2024-01-21T08:31:07.840518+0000 mgr.smithi005.dctvsr (mgr.14182) 415 2024-01-21T08:31:09.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:09 smithi150 conmon[40284]: : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:09.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:09 smithi005 conmon[35306]: cluster 2024-01-21T08:31:07.704508+0000 mgr.smithi005.dctvsr (mgr.14182) 414 2024-01-21T08:31:09.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:09 smithi005 conmon[35306]: : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:09.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:09 smithi005 conmon[35306]: audit 2024-01-21T08:31:07.840518+0000 mgr.smithi005.dctvsr (mgr.14182) 415 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:11.252 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:11.252 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:31:11.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:11 smithi150 conmon[40284]: cluster 2024-01-21T08:31:09.705239+0000 mgr.smithi005.dctvsr (mgr.14182) 416 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:11.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:11 smithi005 conmon[35306]: cluster 2024-01-21T08:31:09.705239+0000 mgr.smithi005.dctvsr (mgr.14182) 416 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:11.834 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:31:12.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:12 smithi150 conmon[40284]: audit 2024-01-21T08:31:11.246869+0000 mgr.smithi005.dctvsr (mgr.14182) 417 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:12.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:12 smithi005 conmon[35306]: audit 2024-01-21T08:31:11.246869+0000 mgr.smithi005.dctvsr (mgr.14182) 417 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:12.834 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:13.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:13 smithi150 conmon[40284]: cluster 2024-01-21T08:31:11.705964+0000 mgr.smithi005.dctvsr (mgr.14182) 418 : cluster [DBG] 2024-01-21T08:31:13.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:13 smithi150 conmon[40284]: pgmap v315: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:13.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:13 smithi005 conmon[35306]: cluster 2024-01-21T08:31:11.705964+0000 mgr.smithi005.dctvsr (mgr.14182) 418 2024-01-21T08:31:13.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:13 smithi005 conmon[35306]: : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:14.789 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:14.789 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:31:15.382 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:31:15.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:15 smithi150 conmon[40284]: cluster 2024-01-21T08:31:13.706578+0000 mgr.smithi005.dctvsr (mgr.14182) 419 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:15.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:15 smithi005 conmon[35306]: cluster 2024-01-21T08:31:13.706578+0000 mgr.smithi005.dctvsr (mgr.14182) 419 : 2024-01-21T08:31:15.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:15 smithi005 conmon[35306]: cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:16.383 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:16.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:16 smithi150 conmon[40284]: audit 2024-01-21T08:31:14.783484+0000 mgr.smithi005.dctvsr (mgr.14182) 420 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:16.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:16 smithi150 conmon[40284]: 2024-01-21T08:31:16.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:16 smithi005 conmon[35306]: audit 2024-01-21T08:31:14.783484+0000 mgr.smithi005.dctvsr (mgr.14182) 420 : audit 2024-01-21T08:31:16.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:16 smithi005 conmon[35306]: [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:17.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:17 smithi005 conmon[35306]: cluster 2024-01-21T08:31:15.707511+0000 mgr.smithi005.dctvsr (mgr.14182) 421 : cluster [DBG] pgmap v317: 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-21T08:31:17.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:17 smithi150 conmon[40284]: cluster 2024-01-21T08:31:15.707511+0000 mgr.smithi005.dctvsr (mgr.14182) 421 : cluster [DBG] pgmap v317: 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-21T08:31:18.263 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:18.264 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:56.106409Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:56.106586Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:56.106676Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:56.106783Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:56.106862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:31:18.789 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:31:19.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:19 smithi150 conmon[40284]: cluster 2024-01-21T08:31:17.707985+0000 mgr.smithi005.dctvsr (mgr.14182) 422 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:19.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:19 smithi150 conmon[40284]: audit 2024-01-21T08:31:18.258589+0000 mgr.smithi005.dctvsr (mgr.14182) 423 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:19.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:19 smithi150 conmon[40284]: audit 2024-01-21T08:31:19.261512+0000 mon.smithi005 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.hvffeu"}]: dispatch 2024-01-21T08:31:19.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:19 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:31:19.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:19 smithi150 conmon[40284]: 21T08:31:19.267360+0000 mon.smithi005 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:19.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:19 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:31:19.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:19 smithi150 conmon[40284]: 21T08:31:19.269962+0000 mon.smithi005 (mon.0) 705 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:31:19.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:19 smithi005 conmon[35306]: cluster 2024-01-21T08:31:17.707985+0000 mgr.smithi005.dctvsr (mgr.14182) 422 : cluster 2024-01-21T08:31:19.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:19 smithi005 conmon[35306]: [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:19 smithi005 conmon[35306]: audit 2024-01-21T08:31:18.258589+0000 2024-01-21T08:31:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:19 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 423 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:19 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:31:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:19 smithi005 conmon[35306]: 01-21T08:31:19.261512+0000 2024-01-21T08:31:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:19 smithi005 conmon[35306]: mon.smithi005 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.hvffeu"}]: dispatch 2024-01-21T08:31:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:19 smithi005 conmon[35306]: audit 2024 2024-01-21T08:31:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:19 smithi005 conmon[35306]: -01-21T08:31:19.267360+0000 2024-01-21T08:31:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:19 smithi005 conmon[35306]: mon.smithi005 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:19 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:31:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:19 smithi005 conmon[35306]: 01-21T08:31:19.269962+0000 mon.smithi005 (mon. 2024-01-21T08:31:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:19 smithi005 conmon[35306]: 0) 705 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:31:19.790 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:20.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: cephadm 2024-01-21T08:31:19.260903+0000 mgr.smithi005.dctvsr (mgr.14182) 424 2024-01-21T08:31:20.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu 2024-01-21T08:31:20.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu 2024-01-21T08:31:20.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu 2024-01-21T08:31:20.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu 2024-01-21T08:31:20.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi005.hvffeu ... 2024-01-21T08:31:20.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:31:20.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:31:20.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:29:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:29:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:30:38Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:31:20.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:31:20.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:31:20.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: Traceback (most recent call last): 2024-01-21T08:31:20.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:31:20.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: yield (conn, connr) 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: code, '\n'.join(err))) 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi005.hvffeu ... 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:29:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:29:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:30:38Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-ra 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: te-limit 2024-01-21T08:31:20.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: cephadm 2024-01-21T08:31:19.261105+0000 mgr.smithi005.dctvsr (mgr.14182) 425 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.hvffeu 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: cephadm 2024-01-21T08:31:19.262244+0000 mgr.smithi005.dctvsr (mgr.14182) 426 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi005.hvffeu ... 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:29:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:29:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:30:38Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:31:20.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: cephadm 2024-01-21T08:31:19.267742+0000 mgr.smithi005.dctvsr (mgr.14182) 427 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:31:20.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: cephadm 2024-01-21T08:31:19.268995+0000 mgr.smithi005.dctvsr (mgr.14182) 428 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:31:20.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: cluster 2024-01-21T08:31:19.270162+0000 mgr.smithi005.dctvsr (mgr.14182) 429 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:31:20.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: audit 2024-01-21T08:31:19.577631+0000 mon.smithi005 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:20.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:20 smithi150 conmon[40284]: cluster 2024-01-21T08:31:20.265153+0000 mon.smithi005 (mon.0) 707 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:31:20.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: cephadm 2024-01-21T08:31:19.260903+0000 mgr.smithi005.dctvsr (mgr.14182) 424 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu 2024-01-21T08:31:20.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu 2024-01-21T08:31:20.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu 2024-01-21T08:31:20.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu 2024-01-21T08:31:20.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi005.hvffeu ... 2024-01-21T08:31:20.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:31:20.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:31:20.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:29:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:29:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:30:38Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:31:20.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:31:20.650 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: Traceback (most recent call last): 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: yield (conn, connr) 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: code, '\n'.join(err))) 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi005.hvffeu ... 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:29:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:29:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:30:38Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.651 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: cephadm 2024-01-21T08:31:19.261105+0000 mgr.smithi005.dctvsr (mgr.14182) 425 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.hvffeu 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: cephadm 2024-01-21T08:31:19.262244+0000 mgr.smithi005.dctvsr (mgr.14182) 426 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi005.hvffeu ... 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:29:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:29:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:30:38Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:31:20.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:31:20.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:31:20.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:31:20.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: cephadm 2024-01-21T08:31:19.267742+0000 mgr.smithi005.dctvsr (mgr.14182) 427 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:31:20.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: cephadm 2024-01-21T08:31:19.268995+0000 mgr.smithi005.dctvsr (mgr.14182) 428 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:31:20.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: cluster 2024-01-21T08:31:19.270162+0000 mgr.smithi005.dctvsr (mgr.14182) 429 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:31:20.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: audit 2024-01-21T08:31:19.577631+0000 mon.smithi005 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:20.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:20 smithi005 conmon[35306]: cluster 2024-01-21T08:31:20.265153+0000 mon.smithi005 (mon.0) 707 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:31:22.149 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:22.149 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:25:59.467372Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:25:59.467447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:25:59.467520Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:25:59.467289Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:25:59.467136Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:25:59.467592Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:25:59.467756Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:25:59.467663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 1, "size": 2}}] 2024-01-21T08:31:22.176 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:21 smithi005 conmon[35306]: audit 2024-01-21T08:31:20.914020+0000 mon.smithi005 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:22.176 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:21 smithi005 conmon[35306]: cluster 2024-01-21T08:31:21.271024+0000 mgr.smithi005.dctvsr (mgr.14182) 430 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:31:22.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:21 smithi150 conmon[40284]: audit 2024-01-21T08:31:20.914020+0000 mon.smithi005 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:22.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:21 smithi150 conmon[40284]: cluster 2024-01-21T 2024-01-21T08:31:22.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:21 smithi150 conmon[40284]: 08:31:21.271024+0000 mgr.smithi005.dctvsr (mgr.14182) 430 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:31:22.764 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:31:23.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:22 smithi150 conmon[40284]: audit 2024-01-21T08:31:22.143532+0000 mgr.smithi005.dctvsr (mgr.14182) 431 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:23.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:22 smithi005 conmon[35306]: audit 2024-01-21T08:31:22.143532+0000 mgr.smithi005.dctvsr (mgr.14182) 431 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:23.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:22 smithi005 conmon[35306]: 2024-01-21T08:31:23.765 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:24.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:24 smithi005 conmon[35306]: cluster 2024-01-21T08:31:23.271931+0000 mgr.smithi005.dctvsr (mgr.14182) 432 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:31:24.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:24 smithi005 conmon[35306]: audit 2024-01-21T08:31:24.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:24 smithi005 conmon[35306]: 2024-01-21T08:31:23.730686+0000 mon.smithi005 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:24.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:24 smithi150 conmon[40284]: cluster 2024-01-21T08:31:23.271931+0000 mgr.smithi005.dctvsr (mgr.14182) 432 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:31:24.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:24 smithi150 conmon[40284]: audit 2024-01-21T08:31:23.730686+0000 mon.smithi005 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:25.134 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:25 smithi005 conmon[35306]: audit 2024-01-21T08:31:24.116892+0000 mon.smithi005 (mon.0) 710 : 2024-01-21T08:31:25.134 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:25 smithi005 conmon[35306]: audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:25.134 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:25 smithi005 conmon[35306]: audit 2024-01-21T08:31:24.448773+0000 mon.smithi005 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:25.134 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:25 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:31:25.134 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:25 smithi005 conmon[35306]: 08:31:24.805079+0000 mon.smithi005 (mon.0) 712 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:31:25.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:25 smithi005 conmon[35306]: audit 2024-01-21T08:31:24.805848+0000 mon.smithi005 (mon. 2024-01-21T08:31:25.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:25 smithi005 conmon[35306]: 0) 713 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:31:25.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:25 smithi005 conmon[35306]: audit 2024-01-21T08:31:25.102716+0000 mon.smithi005 (mon 2024-01-21T08:31:25.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:25 smithi005 conmon[35306]: .0) 714 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:25.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:25 smithi005 conmon[35306]: audit 2024-01-21T08:31:25.108667+0000 2024-01-21T08:31:25.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:25 smithi005 conmon[35306]: mon.smithi005 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:25.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:25 smithi005 conmon[35306]: audit 2024-01-21T08:31 2024-01-21T08:31:25.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:25 smithi005 conmon[35306]: :25.113149+0000 mon.smithi005 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: audit 2024-01-21T08:31:24.116892+0000 mon.smithi005 (mon.0) 2024-01-21T08:31:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: 710 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: audit 2024-01-21T08:31:24.448773+0000 mon.smithi005 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: audit 2024-01-21T08:31:24.805079 2024-01-21T08:31:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 712 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:31:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: audit 2024-01-21T08 2024-01-21T08:31:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: :31:24.805848+0000 mon.smithi005 (mon 2024-01-21T08:31:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: .0) 713 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:31:25.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: audit 2024-01 2024-01-21T08:31:25.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: -21T08:31:25.102716 2024-01-21T08:31:25.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: +0000 mon.smithi005 (mon.0) 714 : audit 2024-01-21T08:31:25.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:25.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: audit 2024-01-21T08:31:25.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: 2024-01-21T08:31 2024-01-21T08:31:25.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: :25.108667+0000 mon.smithi005 (mon. 2024-01-21T08:31:25.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: 0) 715 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:25.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: 2024-01-21T08:31:25.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: audit 2024-01- 2024-01-21T08:31:25.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: 21T08:31:25.113149+0000 2024-01-21T08:31:25.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: mon.smithi005 (mon.0) 716 : audit 2024-01-21T08:31:25.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:25 smithi150 conmon[40284]: [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:25.951 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:25.951 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:26.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: cephadm 2024-01-21T08:31:24.809625+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:31:26.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: 14182) 433 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T08:31:26.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: cluster 2024-01-21T08:31:25.115130+0000 mgr.smithi005.dctvsr (mgr.14182) 434 : cluster [DBG] 2024-01-21T08:31:26.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: pgmap v322: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-01-21T08:31:26.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: audit 2024 2024-01-21T08:31:26.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: -01-21T08:31:25.122096+0000 mon.smithi005 2024-01-21T08:31:26.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: (mon.0) 717 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:31:26.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: audit 2024- 2024-01-21T08:31:26.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: 01-21T08:31:25.134695+0000 mon.smithi005 2024-01-21T08:31:26.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:26.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: cephadm 2024 2024-01-21T08:31:26.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: -01-21T08:31:25.138149+0000 2024-01-21T08:31:26.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: mgr.smithi005.dctvsr (mgr.14182) 435 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.epbnqp on smithi150 2024-01-21T08:31:26.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: cluster 2024- 2024-01-21T08:31:26.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: 01-21T08:31:26.111744+0000 mon.smithi005 2024-01-21T08:31:26.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: (mon.0) 719 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:31:26.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: cluster 2024- 2024-01-21T08:31:26.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: 01-21T08:31:26.111798+0000 mon.smithi005 2024-01-21T08:31:26.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:26 smithi150 conmon[40284]: (mon.0) 720 : cluster [INF] Cluster is now healthy 2024-01-21T08:31:26.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: cephadm 2024-01-21T08:31:24.809625+0000 mgr.smithi005.dctvsr (mgr.14182) 433 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T08:31:26.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: cluster 2024-01-21T08:31:25.115130+0000 mgr.smithi005.dctvsr (mgr.14182) 434 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-01-21T08:31:26.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:31:26.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: :31:25.122096+0000 mon.smithi005 (mon.0) 717 : audit 2024-01-21T08:31:26.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:31:26.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: audit 2024- 2024-01-21T08:31:26.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: 01-21T08:31:25.134695+0000 2024-01-21T08:31:26.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: mon.smithi005 (mon.0) 718 : audit [INF] 2024-01-21T08:31:26.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:26.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: cephadm 2024-01-21T08:31:26.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: 2024-01-21T08:31:25.138149+0000 2024-01-21T08:31:26.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 435 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.epbnqp on smithi150 2024-01-21T08:31:26.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: 2024-01-21T08:31:26.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: cluster 2024-01 2024-01-21T08:31:26.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: -21T08:31:26.111744+0000 mon.smithi005 (mon. 2024-01-21T08:31:26.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: 0) 719 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:31:26.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: cluster 2024-01-21T 2024-01-21T08:31:26.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: 08:31:26.111798+0000 mon.smithi005 (mon. 2024-01-21T08:31:26.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:26 smithi005 conmon[35306]: 0) 720 : cluster [INF] Cluster is now healthy 2024-01-21T08:31:26.528 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-21T08:31:26.529 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T08:31:26.540 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-21T08:31:26.540 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:27.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:27 smithi150 conmon[40284]: audit 2024-01-21T08:31:25.945006+0000 mgr.smithi005.dctvsr (mgr.14182) 436 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:27.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:27 smithi150 conmon[40284]: 2024-01-21T08:31:27.400 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:27 smithi005 conmon[35306]: audit 2024-01-21T08:31:25.945006+0000 mgr.smithi005.dctvsr (mgr.14182) 436 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:28.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:28 smithi150 conmon[40284]: cluster 2024-01-21T08:31:27.115650+0000 mgr.smithi005.dctvsr (mgr.14182) 437 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-01-21T08:31:28.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:28 smithi005 conmon[35306]: cluster 2024-01-21T08:31:27.115650+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:31:28.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:28 smithi005 conmon[35306]: mgr.14182) 437 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-01-21T08:31:28.468 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:28.468 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:29.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:29.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:29 smithi150 conmon[40284]: audit 2024-01-21T08:31:28.462558+0000 mgr.smithi005.dctvsr (mgr.14182) 438 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:29.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:29 smithi005 conmon[35306]: audit 2024-01-21T08:31:28.462558+0000 mgr.smithi005.dctvsr (mgr.14182) 438 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:30.058 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:30.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:30 smithi150 conmon[40284]: cluster 2024-01-21T08:31:29.116418+0000 mgr.smithi005.dctvsr (mgr.14182) 439 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 628 B/s rd, 89 B/s wr, 0 op/s 2024-01-21T08:31:30.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:30 smithi005 conmon[35306]: cluster 2024-01-21T08:31:29.116418+0000 mgr.smithi005.dctvsr (mgr.14182) 439 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 628 B/s rd, 89 B/s wr, 0 op/s 2024-01-21T08:31:31.974 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:31.974 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:32.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:32 smithi150 conmon[40284]: cluster 2024-01-21T08:31:31.117175+0000 mgr.smithi005.dctvsr (mgr.14182) 440 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 172 B/s wr, 2 op/s 2024-01-21T08:31:32.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:32 smithi005 conmon[35306]: cluster 2024-01-21T08:31:31.117175+0000 mgr.smithi005.dctvsr (mgr.14182) 440 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 172 B/s wr, 2 op/s 2024-01-21T08:31:32.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:33.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:33 smithi150 conmon[40284]: audit 2024-01-21T08:31:31.968707+0000 mgr.smithi005.dctvsr (mgr.14182) 441 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:33.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:33 smithi005 conmon[35306]: audit 2024-01-21T08:31:31.968707+0000 mgr.smithi005.dctvsr (mgr.14182) 441 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:33.524 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:34.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:34 smithi150 conmon[40284]: cluster 2024-01-21T08:31:33.117771+0000 mgr.smithi005.dctvsr (mgr.14182) 442 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 172 B/s wr, 2 op/s 2024-01-21T08:31:34.399 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:34 smithi005 conmon[35306]: cluster 2024-01-21T08:31:33.117771+0000 mgr.smithi005.dctvsr (mgr.14182) 442 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 172 B/s wr, 2 op/s 2024-01-21T08:31:35.439 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:35.440 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:36.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:36.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:36 smithi005 conmon[35306]: cluster 2024-01-21T08:31:35.118595+0000 mgr.smithi005.dctvsr (mgr.14182) 443 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 172 B/s wr, 2 op/s 2024-01-21T08:31:36.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:36 smithi005 conmon[35306]: audit 2024-01-21T 2024-01-21T08:31:36.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:36 smithi005 conmon[35306]: 08:31:35.431261+0000 mgr.smithi005.dctvsr (mgr.14182) 444 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:36.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:36 smithi150 conmon[40284]: cluster 2024-01-21T08:31:35.118595+0000 mgr.smithi005.dctvsr (mgr.14182) 443 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 172 B/s wr, 2 op/s 2024-01-21T08:31:36.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:36 smithi150 conmon[40284]: audit 2024-01-21T08:31:35.431261+0000 mgr.smithi005.dctvsr (mgr.14182) 444 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:37.022 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:38.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:38 smithi005 conmon[35306]: cluster 2024-01-21T08:31:37.119056+0000 mgr.smithi005.dctvsr (mgr.14182) 445 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 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-21T08:31:38.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:38 smithi150 conmon[40284]: cluster 2024-01-21T08:31:37.119056+0000 mgr.smithi005.dctvsr (mgr.14182) 445 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 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-21T08:31:38.942 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:38.942 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:39.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:39.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:39 smithi005 conmon[35306]: audit 2024-01-21T08:31:38.734825+0000 mon.smithi005 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:39.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:39 smithi005 conmon[35306]: audit 2024-01-21T08:31:38.936644+0000 mgr.smithi005.dctvsr (mgr.14182) 446 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:39.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:39 smithi005 conmon[35306]: cluster 2024-01-21T08:31:39.120120+0000 mgr.smithi005.dctvsr (mgr.14182) 447 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 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-21T08:31:40.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:39 smithi150 conmon[40284]: audit 2024-01-21T08:31:38.734825+0000 mon.smithi005 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:31:40.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:39 smithi150 conmon[40284]: audit 2024-01-21T08:31:38.936644+0000 mgr.smithi005.dctvsr (mgr.14182) 446 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:40.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:39 smithi150 conmon[40284]: cluster 2024-01-21T08:31:39.120120+0000 mgr.smithi005.dctvsr (mgr.14182) 447 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 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-21T08:31:40.515 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:42.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:42 smithi005 conmon[35306]: cluster 2024-01-21T08:31:41.120934+0000 mgr.smithi005.dctvsr (mgr.14182) 448 : 2024-01-21T08:31:42.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:42 smithi005 conmon[35306]: cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:31:42.467 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:42.468 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:42.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:42 smithi150 conmon[40284]: cluster 2024-01-21T08:31:41.120934+0000 mgr.smithi005.dctvsr (mgr.14182) 448 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:31:42.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:42 smithi150 conmon[40284]: 2024-01-21T08:31:43.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:43.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:43 smithi005 conmon[35306]: audit 2024-01-21T08:31:42.462303+0000 mgr.smithi005.dctvsr (mgr.14182) 449 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:43.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:43 smithi150 conmon[40284]: audit 2024-01-21T08:31:42.462303+0000 mgr.smithi005.dctvsr (mgr.14182) 449 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:44.056 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:44.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:44 smithi005 conmon[35306]: cluster 2024-01-21T08:31:43.121645+0000 mgr.smithi005.dctvsr (mgr.14182) 450 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:44.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:44 smithi150 conmon[40284]: cluster 2024-01-21T08:31:43.121645+0000 mgr.smithi005.dctvsr (mgr.14182) 450 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:46.002 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:46.002 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:46.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:46 smithi005 conmon[35306]: cluster 2024-01-21T08:31:45.122626+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:31:46.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:46 smithi005 conmon[35306]: ) 451 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:46.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:46.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:46 smithi150 conmon[40284]: cluster 2024-01-21T08:31:45.122626+0000 mgr.smithi005.dctvsr (mgr.14182) 451 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:46.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:46 smithi150 conmon[40284]: 2024-01-21T08:31:47.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:47 smithi005 conmon[35306]: audit 2024-01-21T08:31:45.996317+0000 mgr.smithi005.dctvsr (mgr.14182) 452 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:47.544 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:47.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:47 smithi150 conmon[40284]: audit 2024-01-21T08:31:45.996317+0000 mgr.smithi005.dctvsr (mgr.14182) 452 : audit [DBG] 2024-01-21T08:31:47.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:47 smithi150 conmon[40284]: from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:48.389 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:48 smithi005 conmon[35306]: cluster 2024-01-21T08:31:47.123245+0000 mgr.smithi005.dctvsr (mgr.14182) 453 : 2024-01-21T08:31:48.389 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:48 smithi005 conmon[35306]: cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:48.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:48 smithi150 conmon[40284]: cluster 2024-01-21T08:31:47.123245+0000 mgr.smithi005.dctvsr (mgr.14182) 453 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:48.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:48 smithi150 conmon[40284]: 2024-01-21T08:31:49.447 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:49.447 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:49.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:50.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:50 smithi150 conmon[40284]: cluster 2024-01-21T08:31:49.124283+0000 mgr.smithi005.dctvsr (mgr.14182) 454 : cluster [DBG] 2024-01-21T08:31:50.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:50 smithi150 conmon[40284]: pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:50.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:50 smithi150 conmon[40284]: audit 2024-01-21T08:31:49.441506+0000 mgr.smithi005.dctvsr (mgr.14182) 455 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:50.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:50 smithi005 conmon[35306]: cluster 2024-01-21T08:31:49.124283+0000 mgr.smithi005.dctvsr (mgr.14182) 454 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:50.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:50 smithi005 conmon[35306]: audit 2024-01-21T08:31:49.441506+0000 mgr.smithi005.dctvsr (mgr.14182) 455 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:50.964 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:52.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:52 smithi005 conmon[35306]: cluster 2024-01-21T08:31:51.125004+0000 mgr.smithi005.dctvsr (mgr.14182) 456 2024-01-21T08:31:52.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:52 smithi005 conmon[35306]: : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:52.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:52 smithi150 conmon[40284]: cluster 2024-01-21T08:31:51.125004+0000 mgr.smithi005.dctvsr (mgr.14182) 456 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:52.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:52 smithi150 conmon[40284]: 2024-01-21T08:31:52.921 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:52.921 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:53.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:54.495 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:54.530 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:54 smithi005 conmon[35306]: audit 2024-01-21T08:31:52.915527+0000 mgr.smithi005.dctvsr (mgr.14182) 457 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:54.530 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:54 smithi005 conmon[35306]: cluster 2024-01-21T08:31:53.125825+0000 mgr.smithi005.dctvsr (mgr.14182) 458 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:54.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:54 smithi150 conmon[40284]: audit 2024-01-21T08:31:52.915527+0000 mgr.smithi005.dctvsr (mgr.14182) 457 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:54.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:54 smithi150 conmon[40284]: cluster 2024-01-21T08:31:53.125825+0000 mgr.smithi005.dctvsr (mgr.14182) 458 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:56.370 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:56.371 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:56.394 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:56 smithi005 conmon[35306]: cluster 2024-01-21T08:31:55.126725+0000 mgr.smithi005.dctvsr (mgr.14182) 459 : cluster [DBG] 2024-01-21T08:31:56.394 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:56 smithi005 conmon[35306]: pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:56.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:56 smithi150 conmon[40284]: cluster 2024-01-21T08:31:55.126725+0000 mgr.smithi005.dctvsr (mgr.14182) 459 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:56.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:57.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:57 smithi150 conmon[40284]: audit 2024-01-21T08:31:56.365246+0000 mgr.smithi005.dctvsr (mgr.14182) 460 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:57.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:57 smithi005 conmon[35306]: audit 2024-01-21T08:31:56.365246+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:31:57.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:57 smithi005 conmon[35306]: .14182) 460 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:57.954 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:58.414 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:31:58 smithi005 conmon[35306]: cluster 2024-01-21T08:31:57.127278+0000 mgr.smithi005.dctvsr (mgr.14182) 461 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:58.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:31:58 smithi150 conmon[40284]: cluster 2024-01-21T08:31:57.127278+0000 mgr.smithi005.dctvsr (mgr.14182) 461 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:59.836 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:31:59.837 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:00.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:00.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:00 smithi150 conmon[40284]: cluster 2024-01-21T08:31:59.128231+0000 mgr.smithi005.dctvsr (mgr.14182) 462 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:00.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:00 smithi005 conmon[35306]: cluster 2024-01-21T08:31:59.128231+0000 mgr.smithi005.dctvsr (mgr.14182) 462 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:01.429 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:01.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:01 smithi150 conmon[40284]: audit 2024-01-21T08:31:59.830512+0000 mgr.smithi005.dctvsr (mgr.14182) 463 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:01.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:01 smithi005 conmon[35306]: audit 2024-01-21T08:31:59.830512+0000 mgr.smithi005.dctvsr (mgr.14182) 463 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:01.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:01 smithi005 conmon[35306]: 2024-01-21T08:32:02.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:02 smithi005 conmon[35306]: cluster 2024-01-21T08:32:01.129028+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:32:02.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:02 smithi005 conmon[35306]: ) 464 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:02.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:02 smithi150 conmon[40284]: cluster 2024-01-21T08:32:01.129028+0000 mgr.smithi005.dctvsr (mgr.14182) 464 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:03.262 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:03.262 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:03.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:04.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:04 smithi150 conmon[40284]: cluster 2024-01-21T08:32:03.129614+0000 mgr.smithi005.dctvsr (mgr.14182) 465 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:04.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:04 smithi150 conmon[40284]: audit 2024-01-21T08:32:03.255867+0000 mgr.smithi005.dctvsr (mgr.14182) 466 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:04.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:04 smithi005 conmon[35306]: cluster 2024-01-21T08:32:03.129614+0000 mgr.smithi005.dctvsr (mgr.14182) 465 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:04.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:04 smithi005 conmon[35306]: audit 2024-01-21T08:32:03.255867+0000 mgr.smithi005.dctvsr (mgr.14182) 466 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:04.846 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:06.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:06 smithi005 conmon[35306]: cluster 2024-01-21T08:32:05.130485+0000 mgr.smithi005.dctvsr (mgr.14182) 467 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:06.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:06 smithi005 conmon[35306]: 2024-01-21T08:32:06.642 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:06 smithi150 conmon[40284]: cluster 2024-01-21T08:32:05.130485+0000 mgr.smithi005.dctvsr (mgr.14182) 467 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:06.699 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:06.699 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:07.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:08.308 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:08.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:08 smithi005 conmon[35306]: audit 2024-01-21T08:32:06.693884+0000 mgr.smithi005.dctvsr (mgr.14182) 468 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:08.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:08 smithi005 conmon[35306]: cluster 2024-01-21T08:32:07.131133+0000 mgr.smithi005.dctvsr (mgr.14182) 469 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:08.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:08 smithi150 conmon[40284]: audit 2024-01-21T08:32:06.693884+0000 mgr.smithi005.dctvsr (mgr.14182) 468 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:08.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:08 smithi150 conmon[40284]: 2024-01-21T08:32:08.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:08 smithi150 conmon[40284]: cluster 2024-01-21T08:32:07.131133+0000 mgr.smithi005.dctvsr (mgr.14182) 469 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:10.112 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:10.112 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:10.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:10 smithi005 conmon[35306]: cluster 2024-01-21T08:32:09.132017+0000 mgr.smithi005.dctvsr (mgr.14182) 470 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:10.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:10 smithi150 conmon[40284]: cluster 2024-01-21T08:32:09.132017+0000 mgr.smithi005.dctvsr (mgr.14182) 470 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:10.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:10 smithi150 conmon[40284]: 2024-01-21T08:32:10.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:11.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:11 smithi005 conmon[35306]: audit 2024-01-21T08:32:10.106184+0000 mgr.smithi005.dctvsr (mgr.14182) 471 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:11.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:11 smithi005 conmon[35306]: 2024-01-21T08:32:11.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:11 smithi150 conmon[40284]: audit 2024-01-21T08:32:10.106184+0000 mgr.smithi005.dctvsr (mgr.14182) 471 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:11.665 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:12.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:12 smithi005 conmon[35306]: cluster 2024-01-21T08:32:11.132875+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:32:12.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:12 smithi005 conmon[35306]: ) 472 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:12.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:12 smithi150 conmon[40284]: cluster 2024-01-21T08:32:11.132875+0000 mgr.smithi005.dctvsr (mgr.14182) 472 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:13.555 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:13.555 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:14.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:14.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:14 smithi005 conmon[35306]: cluster 2024-01-21T08:32:13.133531+0000 mgr.smithi005.dctvsr (mgr.14182) 473 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:14.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:14 smithi005 conmon[35306]: audit 2024-01-21T08:32:13.549635+0000 mgr.smithi005.dctvsr (mgr.14182) 474 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:14.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:14 smithi150 conmon[40284]: cluster 2024-01-21T08:32:13.133531+0000 mgr.smithi005.dctvsr (mgr.14182) 473 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:14.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:14 smithi150 conmon[40284]: audit 2024-01-21T08:32:13.549635+0000 mgr.smithi005.dctvsr (mgr.14182) 474 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:15.141 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:16.579 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:16 smithi005 conmon[35306]: cluster 2024-01-21T08:32:15.134385+0000 mgr.smithi005.dctvsr (mgr.14182) 475 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:16.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:16 smithi150 conmon[40284]: cluster 2024-01-21T08:32:15.134385+0000 mgr.smithi005.dctvsr (mgr.14182) 475 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:16.989 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:16.989 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:17.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:18.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:18 smithi150 conmon[40284]: audit 2024-01-21T08:32:16.983626+0000 mgr.smithi005.dctvsr (mgr.14182) 476 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:18.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:18 smithi150 conmon[40284]: cluster 2024-01-21T08:32:17.134883+0000 mgr.smithi005.dctvsr (mgr.14182) 477 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:18.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:18 smithi005 conmon[35306]: audit 2024-01-21T08:32:16.983626+0000 mgr.smithi005.dctvsr (mgr.14182) 476 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:18.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:18 smithi005 conmon[35306]: cluster 2024-01-21T08:32:17.134883+0000 mgr.smithi005.dctvsr (mgr.14182) 477 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:18.560 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:20.339 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:20.339 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:20.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:20 smithi005 conmon[35306]: cluster 2024-01-21T08:32:19.135919+0000 mgr.smithi005.dctvsr (mgr.14182) 478 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:20.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:20 smithi150 conmon[40284]: cluster 2024-01-21T08:32:19.135919+0000 mgr.smithi005.dctvsr (mgr.14182) 478 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:20.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:20 smithi150 conmon[40284]: 2024-01-21T08:32:20.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:21.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:21 smithi150 conmon[40284]: audit 2024-01-21T08:32:20.333293+0000 mgr.smithi005.dctvsr (mgr.14182) 479 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:21 smithi005 conmon[35306]: audit 2024-01-21T08:32:20.333293+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:32:21.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:21 smithi005 conmon[35306]: .14182) 479 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:21.890 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:22.519 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:22 smithi005 conmon[35306]: cluster 2024-01-21T08:32:21.136732+0000 mgr.smithi005.dctvsr (mgr.14182) 480 : cluster [DBG] 2024-01-21T08:32:22.519 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:22 smithi005 conmon[35306]: pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:22.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:22 smithi150 conmon[40284]: cluster 2024-01-21T08:32:21.136732+0000 mgr.smithi005.dctvsr (mgr.14182) 480 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:23.738 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:23.738 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:24.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:24.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:24 smithi150 conmon[40284]: cluster 2024-01-21T08:32:23.137492+0000 mgr.smithi005.dctvsr (mgr.14182) 481 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:24.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:24 smithi005 conmon[35306]: cluster 2024-01-21T08:32:23.137492+0000 mgr.smithi005.dctvsr (mgr.14182) 481 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:25.282 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:25.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:25 smithi150 conmon[40284]: audit 2024-01-21T08:32:23.731924+0000 mgr.smithi005.dctvsr (mgr.14182) 482 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:25.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:25 smithi005 conmon[35306]: audit 2024-01-21T08:32:23 2024-01-21T08:32:25.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:25 smithi005 conmon[35306]: .731924+0000 mgr.smithi005.dctvsr (mgr.14182) 482 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:26.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:26 smithi005 conmon[35306]: cluster 2024-01-21T08:32:25.138338+0000 mgr.smithi005.dctvsr (mgr.14182) 483 : 2024-01-21T08:32:26.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:26 smithi005 conmon[35306]: cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:26.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:26 smithi150 conmon[40284]: cluster 2024-01-21T08:32:25.138338+0000 mgr.smithi005.dctvsr (mgr.14182) 483 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:27.143 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:27.143 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:27.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:28.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:28 smithi150 conmon[40284]: audit 2024-01-21T08:32:27.136589+0000 mgr.smithi005.dctvsr (mgr.14182) 484 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:28.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:28 smithi150 conmon[40284]: cluster 2024-01-21T08:32:27.138821+0000 mgr.smithi005.dctvsr (mgr.14182) 485 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:28.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:28 smithi005 conmon[35306]: audit 2024-01-21T08:32:27.136589+0000 mgr.smithi005.dctvsr (mgr.14182) 484 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:28.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:28 smithi005 conmon[35306]: cluster 2024-01-21T08:32:27.138821+0000 mgr.smithi005.dctvsr (mgr.14182) 485 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:28.782 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:30.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:30 smithi005 conmon[35306]: cluster 2024-01-21T08:32:29.139790+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:32:30.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:30 smithi005 conmon[35306]: 486 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:30.609 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:30.609 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:30.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:30 smithi150 conmon[40284]: cluster 2024-01-21T08:32:29.139790+0000 mgr.smithi005.dctvsr (mgr.14182) 486 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:31.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:32.214 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:32.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:32 smithi150 conmon[40284]: audit 2024-01-21T08:32:30.603269+0000 mgr.smithi005.dctvsr (mgr.14182) 487 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:32.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:32 smithi150 conmon[40284]: cluster 2024-01-21T08:32:31.140569+0000 mgr.smithi005.dctvsr (mgr.14182) 488 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:32.657 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:32 smithi005 conmon[35306]: audit 2024-01-21T08:32:30.603269+0000 mgr.smithi005.dctvsr (mgr.14182) 487 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:32.657 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:32 smithi005 conmon[35306]: cluster 2024-01-21T08:32:31.140569+0000 mgr.smithi005.dctvsr (mgr.14182) 488 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:34.042 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:34.042 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:34.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:34 smithi005 conmon[35306]: cluster 2024-01-21T08:32:33.141353+0000 mgr.smithi005.dctvsr (mgr.14182) 489 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:34.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:34 smithi150 conmon[40284]: cluster 2024-01-21T08:32:33.141353+0000 mgr.smithi005.dctvsr (mgr.14182) 489 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:34.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:35 smithi150 conmon[40284]: audit 2024-01-21T08:32:34.036044+0000 mgr.smithi005.dctvsr (mgr.14182) 490 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:35.645 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:35.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:35 smithi005 conmon[35306]: audit 2024-01-21T08:32:34.036044+0000 mgr.smithi005.dctvsr (mgr.14182) 490 : audit [DBG] 2024-01-21T08:32:35.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:35 smithi005 conmon[35306]: from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:36.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:36 smithi005 conmon[35306]: cluster 2024-01-21T08:32:35.142296+0000 mgr.smithi005.dctvsr (mgr.14182) 491 : cluster [DBG] 2024-01-21T08:32:36.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:36 smithi005 conmon[35306]: pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:36.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:36 smithi150 conmon[40284]: cluster 2024-01-21T08:32:35.142296+0000 mgr.smithi005.dctvsr (mgr.14182) 491 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:37.442 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:37.443 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:38.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:38.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:38 smithi150 conmon[40284]: cluster 2024-01-21T08:32:37.142885+0000 mgr.smithi005.dctvsr (mgr.14182) 492 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:38.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:38 smithi150 conmon[40284]: audit 2024-01-21T08:32:37.437167+0000 mgr.smithi005.dctvsr (mgr.14182) 493 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:38.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:38 smithi005 conmon[35306]: cluster 2024-01-21T08:32:37.142885+0000 mgr.smithi005.dctvsr (mgr.14182) 492 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:38.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:38 smithi005 conmon[35306]: audit 2024-01-21T08:32:37.437167+0000 mgr.smithi005.dctvsr (mgr.14182) 493 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:39.005 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:40.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:40 smithi005 conmon[35306]: cluster 2024-01-21T08:32:39.143596+0000 mgr.smithi005.dctvsr 2024-01-21T08:32:40.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:40 smithi005 conmon[35306]: (mgr.14182) 494 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:40.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:40 smithi150 conmon[40284]: cluster 2024-01-21T08:32:39.143596+0000 mgr.smithi005.dctvsr (mgr.14182) 494 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:40.852 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:40.852 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:41.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:42.439 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:42.474 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:42 smithi005 conmon[35306]: audit 2024-01-21T08:32:40.846140+0000 mgr.smithi005.dctvsr (mgr.14182) 495 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:42.474 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:42 smithi005 conmon[35306]: cluster 2024-01-21T08:32:41.144481+0000 mgr.smithi005.dctvsr (mgr.14182) 496 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:42.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:42 smithi150 conmon[40284]: audit 2024-01-21T08:32:40.846140+0000 mgr.smithi005.dctvsr (mgr.14182) 495 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:42.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:42 smithi150 conmon[40284]: cluster 2024-01-21T08:32:41.144481+0000 mgr.smithi005.dctvsr (mgr.14182) 496 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:44.354 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:44.354 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:44.383 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:44 smithi005 conmon[35306]: cluster 2024-01-21T08:32:43.145123+0000 mgr.smithi005.dctvsr (mgr.14182) 497 2024-01-21T08:32:44.383 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:44 smithi005 conmon[35306]: : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:44.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:44 smithi150 conmon[40284]: cluster 2024-01-21T08:32:43.145123+0000 mgr.smithi005.dctvsr (mgr.14182) 497 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:44.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:45.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:45 smithi150 conmon[40284]: audit 2024-01-21T08:32:44.348332+0000 mgr.smithi005.dctvsr (mgr.14182) 498 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:45.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:45 smithi005 conmon[35306]: audit 2024-01-21T08:32:44.348332+0000 mgr.smithi005.dctvsr (mgr.14182) 498 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:45.923 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:46.474 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:46 smithi005 conmon[35306]: cluster 2024-01-21T08:32:45.146112 2024-01-21T08:32:46.474 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:46 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14182) 499 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:46.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:46 smithi150 conmon[40284]: cluster 2024-01-21T08:32:45.146112+0000 mgr.smithi005.dctvsr (mgr.14182) 499 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:46.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:46 smithi150 conmon[40284]: 2024-01-21T08:32:47.787 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:47.788 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:48.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:48 smithi005 conmon[35306]: cluster 2024-01-21T08:32:47.146667+0000 mgr.smithi005.dctvsr (mgr.14182) 500 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:48.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:48.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:48 smithi150 conmon[40284]: cluster 2024-01-21T08:32:47.146667+0000 mgr.smithi005.dctvsr (mgr.14182) 500 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:48.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:48 smithi150 conmon[40284]: 2024-01-21T08:32:49.354 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:49.390 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:49 smithi005 conmon[35306]: audit 2024-01-21T08:32:47.782231+0000 mgr.smithi005.dctvsr (mgr.14182) 501 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:49.392 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:49 smithi150 conmon[40284]: audit 2024-01-21T08:32:47.782231+0000 mgr.smithi005.dctvsr (mgr.14182) 501 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:50.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:50 smithi005 conmon[35306]: cluster 2024-01-21T08:32:49.147474+0000 mgr.smithi005.dctvsr (mgr.14182) 502 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:50.392 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:50 smithi150 conmon[40284]: cluster 2024-01-21T08:32:49.147474+0000 mgr.smithi005.dctvsr (mgr.14182) 502 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:51.238 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:51.238 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:51.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:52.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:52 smithi150 conmon[40284]: cluster 2024-01-21T08:32:51.148339+0000 mgr.smithi005.dctvsr (mgr.14182) 503 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:52.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:52 smithi150 conmon[40284]: audit 2024-01-21T08:32:51.232293+0000 mgr.smithi005.dctvsr (mgr.14182) 504 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:52.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:52 smithi005 conmon[35306]: cluster 2024-01-21T08:32:51.148339+0000 mgr.smithi005.dctvsr (mgr.14182) 503 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:52.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:52 smithi005 conmon[35306]: audit 2024-01-21T08:32:51.232293+0000 mgr.smithi005.dctvsr (mgr.14182) 504 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:52.810 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:54.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:54 smithi005 conmon[35306]: cluster 2024-01-21T08:32:53.149092+0000 mgr.smithi005.dctvsr (mgr.14182) 505 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:54.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:54 smithi150 conmon[40284]: cluster 2024-01-21T08:32:53.149092+0000 mgr.smithi005.dctvsr (mgr.14182) 505 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:54.686 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:54.687 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:55.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:56.244 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:56.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:56 smithi150 conmon[40284]: audit 2024-01-21T08:32:54.680642+0000 mgr.smithi005.dctvsr (mgr.14182) 506 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:56.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:56 smithi150 conmon[40284]: 2024-01-21T08:32:56.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:56 smithi150 conmon[40284]: cluster 2024-01-21T08:32:55.149988+0000 mgr.smithi005.dctvsr (mgr.14182) 507 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:56.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:56 smithi005 conmon[35306]: audit 2024-01-21T08:32:54.680642+0000 mgr.smithi005.dctvsr (mgr.14182) 506 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:56.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:56 smithi005 conmon[35306]: cluster 2024-01-21T08:32:55.149988+0000 mgr.smithi005.dctvsr (mgr.14182) 507 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:58.165 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:32:58.165 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:58.362 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:58 smithi005 conmon[35306]: cluster 2024-01-21T08:32:57.150653+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:32:58.362 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:58 smithi005 conmon[35306]: ) 508 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:58.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:58 smithi150 conmon[40284]: cluster 2024-01-21T08:32:57.150653+0000 mgr.smithi005.dctvsr (mgr.14182) 508 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:58.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:59.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:32:59 smithi150 conmon[40284]: audit 2024-01-21T08:32:58.159384+0000 mgr.smithi005.dctvsr (mgr.14182) 509 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:59.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:32:59 smithi005 conmon[35306]: audit 2024-01-21T08:32:58.159384+0000 mgr.smithi005.dctvsr (mgr.14182) 509 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:59.761 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:00.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:00 smithi005 conmon[35306]: cluster 2024-01-21T08:32:59.151510+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:33:00.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:00 smithi005 conmon[35306]: ) 510 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:00.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:00 smithi150 conmon[40284]: cluster 2024-01-21T08:32:59.151510+0000 mgr.smithi005.dctvsr (mgr.14182) 510 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:01.614 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:01.615 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:02.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:02.642 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:02 smithi150 conmon[40284]: cluster 2024-01-21T08:33:01.152327+0000 mgr.smithi005.dctvsr (mgr.14182) 511 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:02.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:02 smithi005 conmon[35306]: cluster 2024-01-21T08:33:01.152327+0000 mgr.smithi005.dctvsr (mgr.14182) 511 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:03.219 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:03.642 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:03 smithi150 conmon[40284]: audit 2024-01-21T08:33:01.608508+0000 mgr.smithi005.dctvsr (mgr.14182) 512 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:03.687 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:03 smithi005 conmon[35306]: audit 2024-01-21T08:33:01.608508+0000 mgr.smithi005.dctvsr (mgr.14182) 512 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:04.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:04 smithi005 conmon[35306]: cluster 2024-01-21T08:33:03.153061+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:33:04.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:04 smithi005 conmon[35306]: mgr.14182) 513 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:04.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:04 smithi150 conmon[40284]: cluster 2024-01-21T08:33:03.153061+0000 mgr.smithi005.dctvsr (mgr.14182) 513 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:05.121 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:05.121 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:05.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:06.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:06 smithi150 conmon[40284]: audit 2024-01-21T08:33:05.114880+0000 mgr.smithi005.dctvsr (mgr.14182) 514 : audit 2024-01-21T08:33:06.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:06 smithi150 conmon[40284]: [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:06.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:06 smithi150 conmon[40284]: cluster 2024-01-21T08:33:05.153985+0000 mgr.smithi005.dctvsr (mgr.14182) 515 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:33:06.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:06 smithi005 conmon[35306]: audit 2024-01-21T08:33:05.114880+0000 mgr.smithi005.dctvsr (mgr.14182) 514 : audit 2024-01-21T08:33:06.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:06 smithi005 conmon[35306]: [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:06.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:06 smithi005 conmon[35306]: cluster 2024-01-21T08:33:05.153985+0000 mgr.smithi005.dctvsr (mgr.14182) 515 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:33:06.701 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:08.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:08 smithi005 conmon[35306]: cluster 2024-01-21T08:33:07.154524+0000 2024-01-21T08:33:08.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:08 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 516 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:08.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:08 smithi150 conmon[40284]: cluster 2024-01-21T08:33:07.154524+0000 mgr.smithi005.dctvsr 2024-01-21T08:33:08.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:08 smithi150 conmon[40284]: (mgr.14182) 516 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:08.612 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:08.612 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:09.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:10.202 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:10.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:10 smithi150 conmon[40284]: audit 2024-01-21T08:33:08.606645+0000 mgr.smithi005.dctvsr (mgr.14182) 517 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:10.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:10 smithi150 conmon[40284]: cluster 2024-01-21T08:33:09.155522+0000 mgr.smithi005.dctvsr (mgr.14182) 518 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:10.678 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:10 smithi005 conmon[35306]: audit 2024-01-21T08:33:08.606645+0000 mgr.smithi005.dctvsr (mgr.14182) 517 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:10.678 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:10 smithi005 conmon[35306]: cluster 2024-01-21T08:33:09.155522+0000 mgr.smithi005.dctvsr (mgr.14182) 518 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:12.063 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:12.063 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:12.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:12 smithi005 conmon[35306]: cluster 2024-01-21T08:33:11.156540+0000 mgr.smithi005.dctvsr (mgr.14182) 519 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:12.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:12 smithi150 conmon[40284]: cluster 2024-01-21T08:33:11.156540+0000 mgr.smithi005.dctvsr (mgr.14182) 519 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:12.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:13.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:13 smithi150 conmon[40284]: audit 2024-01-21T08:33:12.057166+0000 mgr.smithi005.dctvsr (mgr.14182) 520 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:13.683 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:13.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:13 smithi005 conmon[35306]: audit 2024-01-21T08:33:12.057166+0000 mgr.smithi005.dctvsr (mgr.14182) 520 : audit 2024-01-21T08:33:13.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:13 smithi005 conmon[35306]: [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:14.525 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:14 smithi005 conmon[35306]: cluster 2024-01-21T08:33:13.157178+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:33:14.526 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:14 smithi005 conmon[35306]: ) 521 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:14.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:14 smithi150 conmon[40284]: cluster 2024-01-21T08:33:13.157178+0000 mgr.smithi005.dctvsr (mgr.14182) 521 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:15.522 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:15.522 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:16.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:16.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:16 smithi005 conmon[35306]: cluster 2024-01-21T08:33:15.158085+0000 mgr.smithi005.dctvsr (mgr.14182) 522 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:33:16.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:16 smithi005 conmon[35306]: audit 2024-01-21T08:33:16.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:16 smithi005 conmon[35306]: 2024-01-21T08:33:15.515900+0000 mgr.smithi005.dctvsr (mgr.14182) 523 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:16.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:16 smithi150 conmon[40284]: cluster 2024-01-21T08:33:15.158085+0000 mgr.smithi005.dctvsr (mgr.14182) 522 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:33:16.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:16 smithi150 conmon[40284]: audit 2024-01-21T08:33:15.515900+0000 mgr.smithi005.dctvsr 2024-01-21T08:33:16.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:16 smithi150 conmon[40284]: (mgr.14182) 523 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:17.092 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:18.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:18 smithi150 conmon[40284]: cluster 2024-01-21T08:33:17.158584+0000 mgr.smithi005.dctvsr (mgr.14182) 524 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:18.394 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:18 smithi005 conmon[35306]: cluster 2024-01-21T08:33:17.158584+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:33:18.394 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:18 smithi005 conmon[35306]: ) 524 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:19.022 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:19.022 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:19.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:20.599 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:20.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:20 smithi005 conmon[35306]: audit 2024-01-21T08:33:19.016392+0000 mgr.smithi005.dctvsr (mgr.14182) 525 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:20.635 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:20 smithi005 conmon[35306]: cluster 2024-01-21T08:33:19.159327+0000 mgr.smithi005.dctvsr (mgr.14182) 526 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:20.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:20 smithi150 conmon[40284]: audit 2024-01-21T08:33:19.016392+0000 mgr.smithi005.dctvsr (mgr.14182) 525 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:20.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:20 smithi150 conmon[40284]: cluster 2024-01-21T08:33:19.159327+0000 mgr.smithi005.dctvsr (mgr.14182) 526 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:22.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:22 smithi005 conmon[35306]: cluster 2024-01-21T08:33:21.160185+0000 mgr.smithi005.dctvsr (mgr.14182) 527 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:22.459 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:22.459 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:22.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:22 smithi150 conmon[40284]: cluster 2024-01-21T08:33:21.160185+0000 mgr.smithi005.dctvsr (mgr.14182) 527 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:22.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:23.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:23 smithi005 conmon[35306]: audit 2024-01-21T08:33:22.453695+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:33:23.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:23 smithi005 conmon[35306]: 528 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:23.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:23 smithi150 conmon[40284]: audit 2024-01-21T08:33:22.453695+0000 mgr.smithi005.dctvsr (mgr.14182) 528 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:23.999 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:24.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:24 smithi005 conmon[35306]: cluster 2024-01-21T08:33:23.160833+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:33:24.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:24 smithi005 conmon[35306]: ) 529 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:24.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:24 smithi150 conmon[40284]: cluster 2024-01-21T08:33:23.160833+0000 mgr.smithi005.dctvsr (mgr.14182) 529 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:25.843 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:25.843 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:26.392 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:26 smithi005 conmon[35306]: cluster 2024-01-21T08:33:25.161758+0000 mgr.smithi005.dctvsr (mgr.14182) 530 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:33:26.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:26.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:26 smithi150 conmon[40284]: cluster 2024-01-21T08:33:25.161758+0000 mgr.smithi005.dctvsr (mgr.14182) 530 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:33:26.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:26 smithi150 conmon[40284]: 2024-01-21T08:33:27.414 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:27.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:27 smithi150 conmon[40284]: audit 2024-01-21T08:33:25.836858+0000 mgr.smithi005.dctvsr (mgr.14182) 531 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:27.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:27 smithi005 conmon[35306]: audit 2024-01-21T08:33:25.836858+0000 mgr.smithi005.dctvsr (mgr.14182) 531 : audit [DBG] 2024-01-21T08:33:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:27 smithi005 conmon[35306]: from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:28.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:28 smithi005 conmon[35306]: cluster 2024-01-21T08:33:27.162395+0000 mgr.smithi005.dctvsr (mgr.14182) 532 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:28.642 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:28 smithi150 conmon[40284]: cluster 2024-01-21T08:33:27.162395+0000 mgr.smithi005.dctvsr (mgr.14182) 532 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:29.267 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:29.267 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:29.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:30.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:30 smithi150 conmon[40284]: cluster 2024-01-21T08:33:29.163292+0000 mgr.smithi005.dctvsr (mgr.14182) 533 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:30.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:30 smithi150 conmon[40284]: audit 2024-01-21T08:33:29.261326+0000 mgr.smithi005.dctvsr (mgr.14182) 534 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:30.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:30 smithi005 conmon[35306]: cluster 2024-01-21T08:33:29.163292+0000 mgr.smithi005.dctvsr (mgr.14182) 533 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:30.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:30 smithi005 conmon[35306]: audit 2024-01-21T08:33:29.261326+0000 mgr.smithi005.dctvsr (mgr.14182) 534 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:30.839 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:32.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:32 smithi005 conmon[35306]: cluster 2024-01-21T08:33:31.164050+0000 mgr.smithi005.dctvsr (mgr.14182) 535 : cluster 2024-01-21T08:33:32.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:32 smithi005 conmon[35306]: [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:32.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:32 smithi150 conmon[40284]: cluster 2024-01-21T08:33:31.164050+0000 mgr.smithi005.dctvsr (mgr.14182) 535 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:32.734 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:32.734 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:33.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:34.273 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:34.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:34 smithi150 conmon[40284]: audit 2024-01-21T08:33:32.728540+0000 mgr.smithi005.dctvsr (mgr.14182) 536 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:34.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:34 smithi150 conmon[40284]: cluster 2024-01-21T08:33:33.164839+0000 mgr.smithi005.dctvsr (mgr.14182) 537 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:34.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:34 smithi005 conmon[35306]: audit 2024-01-21T08:33:32.728540+0000 mgr.smithi005.dctvsr (mgr.14182) 536 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:34.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:34 smithi005 conmon[35306]: cluster 2024-01-21T08:33:33.164839+0000 mgr.smithi005.dctvsr (mgr.14182) 537 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:36.124 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:36.124 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:36.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:36 smithi005 conmon[35306]: cluster 2024-01-21T08:33:35.165778+0000 mgr.smithi005.dctvsr (mgr.14182) 538 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:33:36.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:36 smithi150 conmon[40284]: cluster 2024-01-21T08:33:35.165778+0000 mgr.smithi005.dctvsr (mgr.14182) 538 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:33:36.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:36 smithi150 conmon[40284]: 2024-01-21T08:33:36.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:37.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:37 smithi150 conmon[40284]: audit 2024-01-21T08:33:36.118037+0000 mgr.smithi005.dctvsr (mgr.14182) 539 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:37.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:37 smithi005 conmon[35306]: audit 2024-01-21T08:33:36.118037+0000 mgr.smithi005.dctvsr (mgr.14182) 539 : audit [DBG] 2024-01-21T08:33:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:37 smithi005 conmon[35306]: from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:37.772 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:38.639 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:38 smithi005 conmon[35306]: cluster 2024-01-21T08:33:37.166322+0000 mgr.smithi005.dctvsr (mgr.14182) 540 : 2024-01-21T08:33:38.639 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:38 smithi005 conmon[35306]: cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:38.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:38 smithi150 conmon[40284]: cluster 2024-01-21T08:33:37.166322+0000 mgr.smithi005.dctvsr (mgr.14182) 540 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:39.645 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:39.646 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:40.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:40.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:40 smithi150 conmon[40284]: cluster 2024-01-21T08:33:39.167092+0000 mgr.smithi005.dctvsr (mgr.14182) 541 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:40.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:40 smithi005 conmon[35306]: cluster 2024-01-21T08:33:39.167092+0000 mgr.smithi005.dctvsr (mgr.14182) 541 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:41.286 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:41.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:41 smithi150 conmon[40284]: audit 2024-01-21T08:33:39.640365+0000 mgr.smithi005.dctvsr (mgr.14182) 542 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:41.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:41 smithi005 conmon[35306]: audit 2024-01-21T08:33:39.640365+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:33:41.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:41 smithi005 conmon[35306]: 542 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:42.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:42 smithi005 conmon[35306]: cluster 2024-01-21T08:33:41.167859+0000 mgr.smithi005.dctvsr 2024-01-21T08:33:42.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:42 smithi005 conmon[35306]: (mgr.14182) 543 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:42.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:42 smithi150 conmon[40284]: cluster 2024-01-21T08:33:41.167859+0000 mgr.smithi005.dctvsr (mgr.14182) 543 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:43.166 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:43.166 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:43.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:44.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:44 smithi150 conmon[40284]: audit 2024-01-21T08:33:43.160553+0000 mgr.smithi005.dctvsr (mgr.14182) 544 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:44.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:44 smithi150 conmon[40284]: cluster 2024-01-21T08:33:43.168391+0000 mgr.smithi005.dctvsr (mgr.14182) 545 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:44.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:44 smithi005 conmon[35306]: audit 2024-01-21T08:33:43.160553+0000 mgr.smithi005.dctvsr (mgr.14182) 544 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:44.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:44 smithi005 conmon[35306]: cluster 2024-01-21T08:33:43.168391+0000 mgr.smithi005.dctvsr (mgr.14182) 545 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:44.769 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:46.606 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:46.607 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:46.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:46 smithi005 conmon[35306]: cluster 2024-01-21T08:33:45.169259+0000 mgr.smithi005.dctvsr 2024-01-21T08:33:46.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:46 smithi005 conmon[35306]: (mgr.14182) 546 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:33:46.642 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:46 smithi150 conmon[40284]: cluster 2024-01-21T08:33:45.169259+0000 mgr.smithi005.dctvsr (mgr.14182) 546 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:33:47.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:48.186 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:48.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:48 smithi150 conmon[40284]: audit 2024-01-21T08:33:46.600841+0000 mgr.smithi005.dctvsr (mgr.14182) 547 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:48.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:48 smithi150 conmon[40284]: cluster 2024-01-21T08:33:47.169868+0000 mgr.smithi005.dctvsr (mgr.14182) 548 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:48.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:48 smithi005 conmon[35306]: audit 2024-01-21T08:33:46.600841+0000 mgr.smithi005.dctvsr (mgr.14182) 547 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:48.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:48 smithi005 conmon[35306]: cluster 2024-01-21T08:33:47.169868+0000 mgr.smithi005.dctvsr (mgr.14182) 548 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:50.102 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:50.103 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:50.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:50 smithi005 conmon[35306]: cluster 2024-01-21T08:33:49.170861+0000 mgr.smithi005.dctvsr (mgr.14182) 549 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:50.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:50 smithi150 conmon[40284]: cluster 2024-01-21T08:33:49.170861+0000 mgr.smithi005.dctvsr (mgr.14182) 549 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:50.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:51.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:51 smithi150 conmon[40284]: audit 2024-01-21T08:33:50.096214+0000 mgr.smithi005.dctvsr (mgr.14182) 550 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:51.653 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:51.688 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:51 smithi005 conmon[35306]: audit 2024-01-21T08:33:50.096214+0000 mgr.smithi005.dctvsr (mgr.14182) 550 : audit 2024-01-21T08:33:51.688 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:51 smithi005 conmon[35306]: [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:52.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:52 smithi005 conmon[35306]: cluster 2024-01-21T08:33:51.171711+0000 mgr.smithi005.dctvsr (mgr.14182) 551 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:52.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:52 smithi150 conmon[40284]: cluster 2024-01-21T08:33:51.171711+0000 mgr.smithi005.dctvsr (mgr.14182) 551 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:53.494 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:53.494 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:54.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:54.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:54 smithi005 conmon[35306]: cluster 2024-01-21T08:33:53.172343+0000 mgr.smithi005.dctvsr (mgr.14182) 552 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:54.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:54 smithi005 conmon[35306]: audit 2024-01-21T08:33:53.488466+0000 mgr.smithi005.dctvsr (mgr.14182) 553 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:54.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:54 smithi150 conmon[40284]: cluster 2024-01-21T08:33:53.172343+0000 mgr.smithi005.dctvsr (mgr.14182) 552 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:54.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:54 smithi150 conmon[40284]: audit 2024-01-21T08:33:53.488466+0000 mgr.smithi005.dctvsr (mgr.14182) 553 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:55.051 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:56.518 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:56 smithi005 conmon[35306]: cluster 2024-01-21T08:33:55.173347+0000 mgr.smithi005.dctvsr (mgr.14182) 554 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:33:56.518 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:56 smithi005 conmon[35306]: 2024-01-21T08:33:56.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:56 smithi150 conmon[40284]: cluster 2024-01-21T08:33:55.173347+0000 mgr.smithi005.dctvsr (mgr.14182) 554 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:33:56.938 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:33:56.939 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:01.518175Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:57.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:58.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:58 smithi150 conmon[40284]: audit 2024-01-21T08:33:56.931280+0000 mgr.smithi005.dctvsr (mgr.14182) 555 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:58.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:58 smithi150 conmon[40284]: cluster 2024-01-21T08:33:57.174056+0000 mgr.smithi005.dctvsr (mgr.14182) 556 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:58.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:58 smithi005 conmon[35306]: audit 2024-01-21T08:33:56.931280+0000 mgr.smithi005.dctvsr (mgr.14182) 555 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:58.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:58 smithi005 conmon[35306]: cluster 2024-01-21T08:33:57.174056+0000 mgr.smithi005.dctvsr (mgr.14182) 556 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:58.478 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:59.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:59 smithi005 conmon[35306]: audit 2024-01-21T08:33:58.666121+0000 mon.smithi005 (mon. 2024-01-21T08:33:59.253 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:33:59 smithi005 conmon[35306]: 0) 722 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.epbnqp"}]: dispatch 2024-01-21T08:33:59.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:33:59 smithi150 conmon[40284]: audit 2024-01-21T08:33:58.666121+0000 mon.smithi005 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.epbnqp"}]: dispatch 2024-01-21T08:34:00.248 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:00.249 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:00.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: cephadm 2024-01-21T08:33:58.665489+0000 mgr.smithi005.dctvsr (mgr.14182) 557 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp 2024-01-21T08:34:00.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp 2024-01-21T08:34:00.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp 2024-01-21T08:34:00.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp 2024-01-21T08:34:00.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi150.epbnqp ... 2024-01-21T08:34:00.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:34:00.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:34:00.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:32:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:32:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:33:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:34:00.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:34:00.394 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: Traceback (most recent call last): 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: yield (conn, connr) 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: code, '\n'.join(err))) 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi150.epbnqp ... 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:32:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:32:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.395 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:33:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:34:00.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-21T08:34:00.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:34:00.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:34:00.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: cephadm 2024-01-21T08:33:58.665757+0000 mgr.smithi005.dctvsr (mgr.14182) 558 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.epbnqp 2024-01-21T08:34:00.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: cephadm 2024-01-21T08:33:58.666874+0000 mgr.smithi005.dctvsr (mgr.14182) 559 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp 2024-01-21T08:34:00.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp 2024-01-21T08:34:00.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp 2024-01-21T08:34:00.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp 2024-01-21T08:34:00.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi150.epbnqp ... 2024-01-21T08:34:00.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:34:00.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:34:00.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:32:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.396 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:32:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:33:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:34:00.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:34:00.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:34:00.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: cephadm 2024-01-21T08:33:58.669454+0000 mgr.smithi005.dctvsr (mgr.14182) 560 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.wnsmci on smithi005 2024-01-21T08:34:00.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: cluster 2024-01-21T08:33:59.174912+0000 mgr.smithi005.dctvsr (mgr.14182) 561 : cluster 2024-01-21T08:34:00.397 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:00 smithi150 conmon[40284]: [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:00.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: cephadm 2024-01-21T08:33:58.665489+0000 mgr.smithi005.dctvsr (mgr.14182) 557 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp 2024-01-21T08:34:00.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp 2024-01-21T08:34:00.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp 2024-01-21T08:34:00.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp 2024-01-21T08:34:00.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi150.epbnqp ... 2024-01-21T08:34:00.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:34:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:34:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:32:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:32:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:33:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:34:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:34:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:34:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: Traceback (most recent call last): 2024-01-21T08:34:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:34:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: yield (conn, connr) 2024-01-21T08:34:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:34:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: code, '\n'.join(err))) 2024-01-21T08:34:00.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp 2024-01-21T08:34:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp 2024-01-21T08:34:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp 2024-01-21T08:34:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp 2024-01-21T08:34:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi150.epbnqp ... 2024-01-21T08:34:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:34:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:34:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:32:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:32:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:33:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:34:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-21T08:34:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:34:00.446 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:34:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: cephadm 2024-01-21T08:33:58.665757+0000 mgr.smithi005.dctvsr (mgr.14182) 558 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.epbnqp 2024-01-21T08:34:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: cephadm 2024-01-21T08:33:58.666874+0000 mgr.smithi005.dctvsr (mgr.14182) 559 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp 2024-01-21T08:34:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp 2024-01-21T08:34:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp 2024-01-21T08:34:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp 2024-01-21T08:34:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi150.epbnqp ... 2024-01-21T08:34:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:34:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:34:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:32:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:32:39Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:33:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:34:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:34:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:34:00.447 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:34:00.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: cephadm 2024-01-21T08:33:58.669454+0000 mgr.smithi005.dctvsr (mgr.14182) 560 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.wnsmci on smithi005 2024-01-21T08:34:00.448 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:00 smithi005 conmon[35306]: cluster 2024-01-21T08:33:59.174912+0000 mgr.smithi005.dctvsr (mgr.14182) 561 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:00.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:01.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:01 smithi005 conmon[35306]: audit 2024-01-21T08:34:00.242695+0000 2024-01-21T08:34:01.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:01 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 562 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:01.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:01 smithi150 conmon[40284]: audit 2024-01-21T08:34:00.242695+0000 mgr.smithi005.dctvsr (mgr.14182) 562 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:01.859 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:02.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:02 smithi005 conmon[35306]: cluster 2024-01-21T08:34:01.175830+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:34:02.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:02 smithi005 conmon[35306]: 14182) 563 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:02.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:02 smithi150 conmon[40284]: cluster 2024-01-21T08:34:01.175830+0000 mgr.smithi005.dctvsr (mgr.14182) 563 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:03.723 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:03.723 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:04.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:04.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:04 smithi150 conmon[40284]: cluster 2024-01-21T08:34:03.176414+0000 mgr.smithi005.dctvsr (mgr.14182) 564 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:04.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:04 smithi005 conmon[35306]: cluster 2024-01-21T08:34:03.176414+0000 mgr.smithi005.dctvsr (mgr.14182) 564 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:05.300 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:05.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:05 smithi150 conmon[40284]: audit 2024-01-21T08:34:03.717659+0000 mgr.smithi005.dctvsr (mgr.14182) 565 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:05.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:05 smithi005 conmon[35306]: audit 2024-01-21T08:34:03.717659+0000 mgr.smithi005.dctvsr (mgr.14182) 565 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:06.565 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:06 smithi005 conmon[35306]: cluster 2024-01-21T08:34:05.177288+0000 mgr.smithi005.dctvsr (mgr.14182) 566 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:34:06.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:06 smithi150 conmon[40284]: cluster 2024-01-21T08:34:05.177288+0000 mgr.smithi005.dctvsr (mgr.14182) 566 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:34:07.212 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:07.212 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:07.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:08.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:08 smithi150 conmon[40284]: cluster 2024-01-21T08:34:07.177768+0000 mgr.smithi005.dctvsr (mgr.14182) 567 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:08.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:08 smithi150 conmon[40284]: audit 2024-01-21T08:34:07.205971+0000 mgr.smithi005.dctvsr (mgr.14182) 568 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:08.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:08 smithi005 conmon[35306]: cluster 2024-01-21T08:34:07.177768+0000 mgr.smithi005.dctvsr (mgr.14182) 567 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:08.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:08 smithi005 conmon[35306]: audit 2024-01-21T08:34:07.205971+0000 mgr.smithi005.dctvsr (mgr.14182) 568 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:08.824 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:10.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:10 smithi005 conmon[35306]: cluster 2024-01-21T08:34:09.178581+0000 mgr.smithi005.dctvsr (mgr.14182) 569 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:10.634 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:10.634 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:10.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:10 smithi150 conmon[40284]: cluster 2024-01-21T08:34:09.178581+0000 mgr.smithi005.dctvsr (mgr.14182) 569 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:11.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:12.217 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:12.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:12 smithi150 conmon[40284]: audit 2024-01-21T08:34:10.628325+0000 mgr.smithi005.dctvsr (mgr.14182) 570 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:12.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:12 smithi150 conmon[40284]: cluster 2024-01-21T08:34:11.179432+0000 mgr.smithi005.dctvsr (mgr.14182) 571 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:12.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:12 smithi005 conmon[35306]: audit 2024-01-21T08:34:10.628325+0000 mgr.smithi005.dctvsr (mgr.14182) 570 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:12.668 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:12 smithi005 conmon[35306]: cluster 2024-01-21T08:34:11.179432+0000 mgr.smithi005.dctvsr (mgr.14182) 571 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:14.070 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:14.071 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:14.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:14 smithi005 conmon[35306]: cluster 2024-01-21T08:34:13.180293+0000 mgr.smithi005.dctvsr (mgr.14182) 572 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:14.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:14.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:14 smithi150 conmon[40284]: cluster 2024-01-21T08:34:13.180293+0000 mgr.smithi005.dctvsr (mgr.14182) 572 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:15.590 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:15.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:15 smithi005 conmon[35306]: audit 2024-01-21T08:34:14.064746+0000 mgr.smithi005.dctvsr (mgr.14182) 573 2024-01-21T08:34:15.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:15 smithi005 conmon[35306]: : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:15.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:15 smithi150 conmon[40284]: audit 2024-01-21T08:34:14.064746+0000 mgr.smithi005.dctvsr (mgr.14182) 573 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:16.408 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:16 smithi005 conmon[35306]: cluster 2024-01-21T08:34:15.181200+0000 mgr.smithi005.dctvsr (mgr.14182) 574 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:34:16.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:16 smithi150 conmon[40284]: cluster 2024-01-21T08:34:15.181200+0000 mgr.smithi005.dctvsr (mgr.14182) 574 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:34:17.411 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:17.411 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:17.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:18.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:18 smithi005 conmon[35306]: cluster 2024-01-21T08:34:17. 2024-01-21T08:34:18.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:18 smithi005 conmon[35306]: 181684+0000 mgr.smithi005.dctvsr (mgr.14182) 575 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:18.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:18 smithi005 conmon[35306]: audit 2024-01-21T08:34:17.405329+0000 mgr.smithi005.dctvsr (mgr.14182) 576 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:18.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:18 smithi150 conmon[40284]: cluster 2024-01-21T08:34:17.181684+0000 mgr.smithi005.dctvsr (mgr.14182) 575 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:18.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:18 smithi150 conmon[40284]: audit 2024-01-21T08:34:17.405329+0000 mgr.smithi005.dctvsr (mgr.14182) 576 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:18.963 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:20.396 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:20 smithi005 conmon[35306]: cluster 2024-01-21T08:34:19.182376+0000 mgr.smithi005.dctvsr (mgr.14182) 577 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:20.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:20 smithi150 conmon[40284]: cluster 2024-01-21T08:34:19.182376+0000 mgr.smithi005.dctvsr (mgr.14182) 577 : cluster [DBG] 2024-01-21T08:34:20.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:20 smithi150 conmon[40284]: pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:20.789 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:20.789 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:21.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:22.431 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:22.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:22 smithi150 conmon[40284]: audit 2024-01-21T08:34:20.783315+0000 mgr.smithi005.dctvsr (mgr.14182) 578 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:22.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:22 smithi150 conmon[40284]: cluster 2024-01-21T08:34:22.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:22 smithi150 conmon[40284]: 2024-01-21T08:34:21.183265+0000 mgr.smithi005.dctvsr (mgr.14182) 579 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:22.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:22 smithi005 conmon[35306]: audit 2024-01-21T08:34:20.783315+0000 mgr.smithi005.dctvsr (mgr.14182) 578 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:22.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:22 smithi005 conmon[35306]: cluster 2024-01-21T08 2024-01-21T08:34:22.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:22 smithi005 conmon[35306]: :34:21.183265+0000 mgr.smithi005.dctvsr (mgr.14182) 579 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:24.240 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:24.240 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:24.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:24 smithi150 conmon[40284]: cluster 2024-01-21T08:34:23.183925+0000 mgr.smithi005.dctvsr (mgr.14182) 580 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:24.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:24 smithi005 conmon[35306]: cluster 2024-01-21T08:34:23.183925+0000 mgr.smithi005.dctvsr (mgr.14182) 580 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:24.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:25.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:25 smithi150 conmon[40284]: audit 2024-01-21T08:34:24.232781+0000 mgr.smithi005.dctvsr (mgr.14182) 581 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:25.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:25 smithi005 conmon[35306]: audit 2024-01-21T08:34:24.232781+0000 mgr.smithi005.dctvsr (mgr.14182) 581 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:25.831 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:26.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:26 smithi005 conmon[35306]: cluster 2024-01-21T08:34:25.184859+0000 mgr.smithi005.dctvsr (mgr.14182) 582 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:34:26.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:26 smithi150 conmon[40284]: cluster 2024-01-21T08:34:25.184859+0000 mgr.smithi005.dctvsr (mgr.14182) 582 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:34:27.722 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:27.722 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:28.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:28.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:28 smithi150 conmon[40284]: cluster 2024-01-21T08:34:27.185517+0000 mgr.smithi005.dctvsr (mgr.14182) 583 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:28.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:28 smithi005 conmon[35306]: cluster 2024-01-21T08:34:27.185517+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:34:28.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:28 smithi005 conmon[35306]: ) 583 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:29.288 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:29.324 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:29 smithi005 conmon[35306]: audit 2024-01-21T08:34:27.716107+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:34:29.324 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:29 smithi005 conmon[35306]: 14182) 584 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:29.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:29 smithi150 conmon[40284]: audit 2024-01-21T08:34:27.716107+0000 mgr.smithi005.dctvsr (mgr.14182) 584 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:30.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:30 smithi150 conmon[40284]: cluster 2024-01-21T08:34:29.186462+0000 mgr.smithi005.dctvsr (mgr.14182) 585 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:30.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:30 smithi150 conmon[40284]: 2024-01-21T08:34:30.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:30 smithi005 conmon[35306]: cluster 2024-01-21T08:34:29.186462+0000 mgr.smithi005.dctvsr (mgr.14182) 585 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:31.126 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:31.126 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:31.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:32.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:32 smithi150 conmon[40284]: audit 2024-01-21T08:34:31.120268+0000 mgr.smithi005.dctvsr (mgr.14182) 586 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:32.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:32 smithi150 conmon[40284]: cluster 2024-01-21T08:34:31.187201+0000 mgr.smithi005.dctvsr (mgr.14182) 587 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:32.687 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:32.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:32 smithi005 conmon[35306]: audit 2024-01-21T08:34:31.120268+0000 mgr.smithi005.dctvsr (mgr.14182) 586 : audit 2024-01-21T08:34:32.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:32 smithi005 conmon[35306]: [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:32.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:32 smithi005 conmon[35306]: cluster 2024-01-21T08:34:31.187201+0000 mgr.smithi005.dctvsr (mgr.14182) 587 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:34.606 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:34.606 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:34.635 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:34 smithi005 conmon[35306]: cluster 2024-01-21T08:34:33.187805+0000 mgr.smithi005.dctvsr (mgr.14182) 588 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:34.642 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:34 smithi150 conmon[40284]: cluster 2024-01-21T08:34:33.187805+0000 mgr.smithi005.dctvsr (mgr.14182) 588 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:35.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:35.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:35 smithi005 conmon[35306]: audit 2024-01-21T08:34:34.600348+0000 mgr.smithi005.dctvsr (mgr.14182) 589 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:35 smithi150 conmon[40284]: audit 2024-01-21T08:34:34.600348+0000 mgr.smithi005.dctvsr (mgr.14182) 589 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:36.179 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:36.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:36 smithi150 conmon[40284]: cluster 2024-01-21T08:34:35.189109+0000 mgr.smithi005.dctvsr (mgr.14182) 590 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:34:36.658 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:36 smithi005 conmon[35306]: cluster 2024-01-21T08:34:35.189109+0000 mgr.smithi005.dctvsr (mgr.14182) 590 : 2024-01-21T08:34:36.658 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:36 smithi005 conmon[35306]: cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:34:38.077 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:38.077 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:38.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:38 smithi150 conmon[40284]: cluster 2024-01-21T08:34:37.189671+0000 mgr.smithi005.dctvsr (mgr.14182) 591 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:38.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:38 smithi005 conmon[35306]: cluster 2024-01-21T08:34:37.189671+0000 mgr.smithi005.dctvsr (mgr.14182) 591 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:38.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:39.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:39 smithi150 conmon[40284]: audit 2024-01-21T08:34:38.071068+0000 mgr.smithi005.dctvsr (mgr.14182) 592 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:39.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:39 smithi005 conmon[35306]: audit 2024-01-21T08:34:38.071068+0000 mgr.smithi005.dctvsr (mgr.14182) 592 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:39.601 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:40.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:40 smithi150 conmon[40284]: cluster 2024-01-21T08:34:39.190435+0000 mgr.smithi005.dctvsr (mgr.14182) 593 : cluster [DBG] 2024-01-21T08:34:40.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:40 smithi150 conmon[40284]: pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:40.438 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:40 smithi005 conmon[35306]: cluster 2024-01-21T08:34:39.190435+0000 mgr.smithi005.dctvsr (mgr.14182) 593 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:41.526 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:41.526 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:42.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:42.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:42 smithi005 conmon[35306]: cluster 2024-01-21T08:34:41.191356+0000 mgr.smithi005.dctvsr (mgr.14182) 594 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:42.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:42 smithi005 conmon[35306]: 2024-01-21T08:34:42.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:42 smithi005 conmon[35306]: audit 2024-01-21T08:34:41.520486+0000 mgr.smithi005.dctvsr (mgr.14182) 595 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:42.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:42 smithi150 conmon[40284]: cluster 2024-01-21T08:34:41.191356+0000 mgr.smithi005.dctvsr (mgr.14182) 594 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:42.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:42 smithi150 conmon[40284]: audit 2024-01-21T08:34:41.520486+0000 mgr.smithi005.dctvsr (mgr.14182) 595 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:43.127 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:44.625 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:44 smithi005 conmon[35306]: cluster 2024-01-21T08:34:43.191992+0000 mgr.smithi005.dctvsr (mgr.14182) 596 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:44.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:44 smithi150 conmon[40284]: cluster 2024-01-21T08:34:43.191992+0000 mgr.smithi005.dctvsr (mgr.14182) 596 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:45.032 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:45.032 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:45.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:46.637 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:46.642 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:46 smithi150 conmon[40284]: audit 2024-01-21T08:34:45.026058+0000 mgr.smithi005.dctvsr (mgr.14182) 597 : audit [DBG] 2024-01-21T08:34:46.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:46 smithi150 conmon[40284]: from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:46.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:46 smithi150 conmon[40284]: cluster 2024-01-21T08:34:45.192917+0000 mgr.smithi005.dctvsr (mgr.14182) 598 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:34:46.673 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:46 smithi005 conmon[35306]: audit 2024-01-21T08:34:45.026058+0000 mgr.smithi005.dctvsr (mgr.14182) 597 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:46.673 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:46 smithi005 conmon[35306]: cluster 2024-01-21T08:34:45.192917+0000 mgr.smithi005.dctvsr (mgr.14182) 598 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:34:48.178 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:48 smithi005 conmon[35306]: cluster 2024-01-21T08:34:47.193453+0000 mgr.smithi005.dctvsr (mgr.14182) 599 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:48.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:48 smithi150 conmon[40284]: cluster 2024-01-21T08:34:47.193453+0000 mgr.smithi005.dctvsr (mgr.14182) 599 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:48.575 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:48.575 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:49.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:49.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:49 smithi150 conmon[40284]: audit 2024-01-21T08:34:48.568974+0000 mgr.smithi005.dctvsr (mgr.14182) 600 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:49 smithi005 conmon[35306]: audit 2024-01-21T08:34:48.568974+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:34:49.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:49 smithi005 conmon[35306]: mgr.14182) 600 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:50.145 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:50.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:50 smithi150 conmon[40284]: cluster 2024-01-21T08:34:49.194578+0000 mgr.smithi005.dctvsr (mgr.14182) 601 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:50.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:50 smithi005 conmon[35306]: cluster 2024-01-21T08:34:49.194578+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:34:50.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:50 smithi005 conmon[35306]: mgr.14182) 601 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:52.031 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:52.031 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:52.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:52 smithi005 conmon[35306]: cluster 2024-01-21T08:34:51.195384+0000 mgr.smithi005.dctvsr (mgr.14182) 602 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:52.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:52 smithi150 conmon[40284]: cluster 2024-01-21T08:34:51.195384+0000 mgr.smithi005.dctvsr (mgr.14182) 602 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:52.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:53 smithi150 conmon[40284]: audit 2024-01-21T08:34:52.025699+0000 mgr.smithi005.dctvsr (mgr.14182) 603 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:53.668 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:53.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:53 smithi005 conmon[35306]: audit 2024-01-21T08:34: 2024-01-21T08:34:53.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:53 smithi005 conmon[35306]: 52.025699+0000 mgr.smithi005.dctvsr (mgr.14182) 603 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:54.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:54 smithi005 conmon[35306]: cluster 2024-01-21T08:34:53.196240+0000 mgr.smithi005.dctvsr (mgr.14182) 604 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:54.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:54 smithi150 conmon[40284]: cluster 2024-01-21T08:34:53.196240+0000 mgr.smithi005.dctvsr (mgr.14182) 604 : cluster [DBG] 2024-01-21T08:34:54.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:54 smithi150 conmon[40284]: pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:55.542 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:55.542 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:56.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:34:56.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:56 smithi005 conmon[35306]: cluster 2024-01-21T08:34:55.197267 2024-01-21T08:34:56.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:56 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14182) 605 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:34:56.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:56 smithi005 conmon[35306]: audit 2024-01-21T08:34:55.536079+0000 mgr.smithi005.dctvsr (mgr.14182) 606 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:56.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:56 smithi150 conmon[40284]: cluster 2024-01-21T08:34:55.197267+0000 mgr.smithi005.dctvsr (mgr.14182) 605 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:34:56.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:56 smithi150 conmon[40284]: 2024-01-21T08:34:56.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:56 smithi150 conmon[40284]: audit 2024-01-21T08:34:55.536079+0000 mgr.smithi005.dctvsr (mgr.14182) 606 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:34:57.109 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:34:58.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:34:58 smithi005 conmon[35306]: cluster 2024-01-21T08:34:57.197811+0000 mgr.smithi005.dctvsr (mgr.14182) 607 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:58.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:34:58 smithi150 conmon[40284]: cluster 2024-01-21T08:34:57.197811+0000 mgr.smithi005.dctvsr (mgr.14182) 607 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:34:58.944 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:34:58.944 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:34:59.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:00.486 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:00.520 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:00 smithi005 conmon[35306]: audit 2024-01-21T08:34:58.938152+0000 mgr.smithi005.dctvsr (mgr.14182) 608 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:00.521 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:00 smithi005 conmon[35306]: cluster 2024-01-21T08:34:59.198582+0000 mgr.smithi005.dctvsr (mgr.14182) 609 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:00.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:00 smithi150 conmon[40284]: audit 2024-01-21T08:34:58.938152+0000 mgr.smithi005.dctvsr (mgr.14182) 608 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:00.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:00 smithi150 conmon[40284]: cluster 2024-01-21T08:34:59.198582+0000 mgr.smithi005.dctvsr (mgr.14182) 609 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:02.344 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:02.345 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:02.509 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:02 smithi005 conmon[35306]: cluster 2024-01-21T08:35:01.199483+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:35:02.510 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:02 smithi005 conmon[35306]: 610 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:02.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:02 smithi150 conmon[40284]: cluster 2024-01-21T08:35:01.199483+0000 mgr.smithi005.dctvsr (mgr.14182) 610 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:02.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:03 smithi150 conmon[40284]: audit 2024-01-21T08:35:02.338671+0000 mgr.smithi005.dctvsr (mgr.14182) 611 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:03.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:03 smithi005 conmon[35306]: audit 2024-01-21T08:35:02.338671+0000 mgr.smithi005.dctvsr (mgr.14182) 611 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:03.905 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:04.552 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:04 smithi005 conmon[35306]: cluster 2024-01-21T08:35:03.200176+0000 mgr.smithi005.dctvsr (mgr.14182) 612 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:04.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:04 smithi150 conmon[40284]: cluster 2024-01-21T08:35:03.200176+0000 mgr.smithi005.dctvsr (mgr.14182) 612 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:05.771 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:05.771 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:06.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:06.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:06 smithi150 conmon[40284]: cluster 2024-01-21T08:35:05.200945+0000 mgr.smithi005.dctvsr (mgr.14182) 613 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:35:06.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:06 smithi005 conmon[35306]: cluster 2024-01-21T08:35:05.200945+0000 mgr.smithi005.dctvsr (mgr.14182) 613 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:35:07.382 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:07 smithi150 conmon[40284]: audit 2024-01-21T08:35:05.765591+0000 mgr.smithi005.dctvsr (mgr.14182) 614 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:07.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:07 smithi005 conmon[35306]: audit 2024-01-21T08:35:05.765591+0000 mgr.smithi005.dctvsr (mgr.14182) 614 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:08.582 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:08 smithi005 conmon[35306]: cluster 2024-01-21T08:35:07.201486+0000 2024-01-21T08:35:08.582 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:08 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 615 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:08.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:08 smithi150 conmon[40284]: cluster 2024-01-21T08:35:07.201486+0000 mgr.smithi005.dctvsr (mgr.14182) 615 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:08.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:08 smithi150 conmon[40284]: 2024-01-21T08:35:09.269 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:09.269 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:09.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:10.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:10 smithi150 conmon[40284]: cluster 2024-01-21T08:35:09.202180+0000 mgr.smithi005.dctvsr (mgr.14182) 616 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:10.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:10 smithi150 conmon[40284]: audit 2024-01-21T08:35:09.263435+0000 mgr.smithi005.dctvsr (mgr.14182) 617 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:10.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:10 smithi005 conmon[35306]: cluster 2024-01-21T08:35:09.202180+0000 mgr.smithi005.dctvsr (mgr.14182) 616 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:10.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:10 smithi005 conmon[35306]: audit 2024-01-21T08:35:09.263435+0000 mgr.smithi005.dctvsr (mgr.14182) 617 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:10.893 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:12.429 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:12 smithi005 conmon[35306]: cluster 2024-01-21T08:35:11.202866+0000 mgr.smithi005.dctvsr (mgr.14182) 618 : 2024-01-21T08:35:12.429 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:12 smithi005 conmon[35306]: cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:12.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:12 smithi150 conmon[40284]: cluster 2024-01-21T08:35:11.202866+0000 mgr.smithi005.dctvsr (mgr.14182) 618 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:12.836 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:12.836 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:13.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:14.425 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:14.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:14 smithi150 conmon[40284]: audit 2024-01-21T08:35:12.830841+0000 mgr.smithi005.dctvsr (mgr.14182) 619 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:14.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:14 smithi150 conmon[40284]: cluster 2024-01-21T08:35:13.203554+0000 mgr.smithi005.dctvsr (mgr.14182) 620 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:14.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:14 smithi005 conmon[35306]: audit 2024-01-21T08:35:12.830841+0000 mgr.smithi005.dctvsr (mgr.14182) 619 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:14.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:14 smithi005 conmon[35306]: cluster 2024-01-21T08:35:13.203554+0000 mgr.smithi005.dctvsr (mgr.14182) 620 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:16.331 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:16.331 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:16.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:16 smithi150 conmon[40284]: cluster 2024-01-21T08:35:15.204523+0000 mgr.smithi005.dctvsr (mgr.14182) 621 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:35:16.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:16 smithi150 conmon[40284]: 2024-01-21T08:35:16.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:16 smithi005 conmon[35306]: cluster 2024-01-21T08:35:15.204523+0000 mgr.smithi005.dctvsr (mgr.14182) 621 2024-01-21T08:35:16.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:16 smithi005 conmon[35306]: : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:35:16.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:17.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:17 smithi150 conmon[40284]: audit 2024-01-21T08:35:16.325266+0000 mgr.smithi005.dctvsr (mgr.14182) 622 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:17.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:17 smithi005 conmon[35306]: audit 2024-01-21T08:35:16.325266+0000 mgr.smithi005.dctvsr (mgr.14182) 622 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:17.873 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:18.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:18 smithi150 conmon[40284]: cluster 2024-01-21T08:35:17.205249+0000 mgr.smithi005.dctvsr (mgr.14182) 623 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:18.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:18 smithi005 conmon[35306]: cluster 2024-01-21T08:35:17.205249+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:35:18.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:18 smithi005 conmon[35306]: .14182) 623 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:19.716 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:19.716 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:20.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:20.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:20 smithi150 conmon[40284]: cluster 2024-01-21T08:35:19.206168+0000 mgr.smithi005.dctvsr (mgr.14182) 624 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:20.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:20 smithi005 conmon[35306]: cluster 2024-01-21T08:35:19.206168+0000 mgr.smithi005.dctvsr (mgr.14182) 624 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:21.233 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:21.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:21 smithi150 conmon[40284]: audit 2024-01-21T08:35:19.710876+0000 mgr.smithi005.dctvsr (mgr.14182) 625 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:21 smithi005 conmon[35306]: audit 2024-01-21T08:35:19.710876+0000 mgr.smithi005.dctvsr (mgr.14182) 625 : audit [DBG] 2024-01-21T08:35:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:21 smithi005 conmon[35306]: from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:22.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:22 smithi150 conmon[40284]: cluster 2024-01-21T08:35:21.207137+0000 mgr.smithi005.dctvsr (mgr.14182) 626 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:22.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:22 smithi005 conmon[35306]: cluster 2024-01-21T08:35:21.207137+0000 mgr.smithi005.dctvsr (mgr.14182) 626 : cluster [DBG] 2024-01-21T08:35:22.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:22 smithi005 conmon[35306]: pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:23.102 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:23.102 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:23.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:24.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:24 smithi150 conmon[40284]: audit 2024-01-21T08:35:23.096485+0000 mgr.smithi005.dctvsr (mgr.14182) 627 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:24.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:24 smithi150 conmon[40284]: cluster 2024-01-21T08:35:23.207904+0000 mgr.smithi005.dctvsr (mgr.14182) 628 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:24.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:24 smithi005 conmon[35306]: audit 2024-01-21T08:35:23.096485+0000 mgr.smithi005.dctvsr (mgr.14182) 627 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:24.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:24 smithi005 conmon[35306]: cluster 2024-01-21T08:35:23.207904+0000 mgr.smithi005.dctvsr (mgr.14182) 628 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:24.714 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:26.598 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:26.598 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:26.620 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:26 smithi005 conmon[35306]: cluster 2024-01-21T08:35:25.208725+0000 mgr.smithi005.dctvsr (mgr.14182) 629 : 2024-01-21T08:35:26.620 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:26 smithi005 conmon[35306]: cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:35:26.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:26 smithi150 conmon[40284]: cluster 2024-01-21T08:35:25.208725+0000 mgr.smithi005.dctvsr (mgr.14182) 629 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:35:27.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:27.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:27 smithi005 conmon[35306]: audit 2024-01-21T08:35:26.592472+0000 mgr.smithi005.dctvsr (mgr.14182) 630 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:27.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:27 smithi150 conmon[40284]: audit 2024-01-21T08:35:26.592472+0000 mgr.smithi005.dctvsr (mgr.14182) 630 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:28.162 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:28.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:28 smithi005 conmon[35306]: cluster 2024-01-21T08:35:27.209473+0000 mgr.smithi005.dctvsr (mgr.14182) 631 2024-01-21T08:35:28.634 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:28 smithi005 conmon[35306]: : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:28.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:28 smithi150 conmon[40284]: cluster 2024-01-21T08:35:27.209473+0000 mgr.smithi005.dctvsr (mgr.14182) 631 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:30.050 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:30.050 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:30.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:30 smithi005 conmon[35306]: cluster 2024-01-21T08:35:29.210268+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:35:30.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:30 smithi005 conmon[35306]: mgr.14182) 632 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:30.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:30.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:30 smithi150 conmon[40284]: cluster 2024-01-21T08:35:29.210268+0000 mgr.smithi005.dctvsr (mgr.14182) 632 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:30.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:30 smithi150 conmon[40284]: 2024-01-21T08:35:31.621 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:31.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:31 smithi150 conmon[40284]: audit 2024-01-21T08:35:30.044385+0000 mgr.smithi005.dctvsr (mgr.14182) 633 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:31.657 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:31 smithi005 conmon[35306]: audit 2024-01-21T08:35:30.044385+0000 mgr.smithi005.dctvsr (mgr.14182) 633 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:32.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:32 smithi005 conmon[35306]: cluster 2024-01-21T08:35:31.211149+0000 mgr.smithi005.dctvsr (mgr.14182) 634 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:32.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:32 smithi150 conmon[40284]: cluster 2024-01-21T08:35:31.211149+0000 mgr.smithi005.dctvsr (mgr.14182) 634 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:33.467 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:33.467 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:34.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:34.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:34 smithi150 conmon[40284]: cluster 2024-01-21T08:35:33.211809+0000 mgr.smithi005.dctvsr (mgr.14182) 635 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:34.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:34 smithi150 conmon[40284]: audit 2024 2024-01-21T08:35:34.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:34 smithi150 conmon[40284]: -01-21T08:35:33.461848+0000 mgr.smithi005.dctvsr (mgr.14182) 636 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:34.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:34 smithi005 conmon[35306]: cluster 2024-01-21T08:35:33.211809+0000 mgr.smithi005.dctvsr (mgr.14182) 635 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:34.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:34 smithi005 conmon[35306]: audit 2024-01-21T08:35:33.461848+0000 mgr.smithi005.dctvsr (mgr.14182) 636 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:35.081 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:36.553 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:36 smithi005 conmon[35306]: cluster 2024-01-21T08:35:35.212542+0000 mgr.smithi005.dctvsr (mgr.14182) 637 : cluster [DBG] 2024-01-21T08:35:36.553 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:36 smithi005 conmon[35306]: pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:35:36.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:36 smithi150 conmon[40284]: cluster 2024-01-21T08:35:35.212542+0000 mgr.smithi005.dctvsr (mgr.14182) 637 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:35:36.956 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:36.956 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:37.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:38.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:38 smithi150 conmon[40284]: audit 2024-01-21T08:35:36.950281+0000 mgr.smithi005.dctvsr (mgr.14182) 638 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:38.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:38 smithi150 conmon[40284]: cluster 2024-01-21T08:35:37.213101+0000 mgr.smithi005.dctvsr (mgr.14182) 639 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:38.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:38 smithi005 conmon[35306]: audit 2024-01-21T08:35:36.950281+0000 mgr.smithi005.dctvsr (mgr.14182) 638 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:38.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:38 smithi005 conmon[35306]: cluster 2024-01-21T08:35:37.213101+0000 mgr.smithi005.dctvsr (mgr.14182) 639 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:38.521 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:40.391 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:40.391 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:40.562 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:40 smithi005 conmon[35306]: cluster 2024-01-21T08:35:39.213900+0000 mgr.smithi005.dctvsr (mgr.14182) 640 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:40.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:40 smithi150 conmon[40284]: cluster 2024-01-21T08:35:39.213900+0000 mgr.smithi005.dctvsr (mgr.14182) 640 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:40.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:41.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:41 smithi150 conmon[40284]: audit 2024-01-21T08:35:40.385416+0000 mgr.smithi005.dctvsr (mgr.14182) 641 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:41.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:41 smithi005 conmon[35306]: audit 2024-01-21T08:35:40.385416+0000 mgr.smithi005.dctvsr (mgr.14182) 641 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:41.954 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:42.603 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:42 smithi005 conmon[35306]: cluster 2024-01-21T08:35 2024-01-21T08:35:42.603 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:42 smithi005 conmon[35306]: :41.214911+0000 mgr.smithi005.dctvsr (mgr.14182) 642 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:42.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:42 smithi150 conmon[40284]: cluster 2024-01-21T08:35:41.214911+0000 mgr.smithi005.dctvsr (mgr.14182) 642 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:42.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:42 smithi150 conmon[40284]: 2024-01-21T08:35:43.780 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:43.780 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:44.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:44.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:44 smithi150 conmon[40284]: cluster 2024-01-21T08:35:43.215749+0000 mgr.smithi005.dctvsr (mgr.14182) 643 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:44.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:44 smithi005 conmon[35306]: cluster 2024-01-21T08:35:43.215749+0000 mgr.smithi005.dctvsr (mgr.14182) 643 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:45.347 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:45.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:45 smithi150 conmon[40284]: audit 2024-01-21T08:35:43.774554+0000 mgr.smithi005.dctvsr (mgr.14182) 644 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:45.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:45 smithi005 conmon[35306]: audit 2024-01-21T08:35:43.774554+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:35:45.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:45 smithi005 conmon[35306]: ) 644 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:46.568 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:46 smithi005 conmon[35306]: cluster 2024-01-21T08:35:45.216571+0000 mgr.smithi005.dctvsr 2024-01-21T08:35:46.568 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:46 smithi005 conmon[35306]: (mgr.14182) 645 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:35:46.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:46 smithi150 conmon[40284]: cluster 2024-01-21T08:35:45.216571+0000 mgr.smithi005.dctvsr (mgr.14182) 645 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:35:47.195 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:47.196 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:47.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:48.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:48 smithi150 conmon[40284]: audit 2024-01-21T08:35:47.189404+0000 mgr.smithi005.dctvsr (mgr.14182) 646 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:48.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:48 smithi150 conmon[40284]: cluster 2024-01-21T08:35:47.217040+0000 mgr.smithi005.dctvsr (mgr.14182) 647 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:48.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:48 smithi005 conmon[35306]: audit 2024-01-21T08:35:47.189404+0000 mgr.smithi005.dctvsr (mgr.14182) 646 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:48.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:48 smithi005 conmon[35306]: cluster 2024-01-21T08:35:47.217040+0000 mgr.smithi005.dctvsr (mgr.14182) 647 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:48.735 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:50.538 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:50.538 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:50.566 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:50 smithi005 conmon[35306]: cluster 2024-01-21T08:35:49.217796+0000 mgr.smithi005.dctvsr (mgr.14182) 648 : 2024-01-21T08:35:50.566 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:50 smithi005 conmon[35306]: cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:50.642 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:50 smithi150 conmon[40284]: cluster 2024-01-21T08:35:49.217796+0000 mgr.smithi005.dctvsr (mgr.14182) 648 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:51.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:51.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:51 smithi005 conmon[35306]: audit 2024-01-21T08:35:50.531983+0000 mgr.smithi005.dctvsr (mgr.14182) 649 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:51.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:51 smithi150 conmon[40284]: audit 2024-01-21T08:35:50.531983+0000 mgr.smithi005.dctvsr (mgr.14182) 649 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:52.117 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:52.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:52 smithi005 conmon[35306]: cluster 2024-01-21T08:35:51.218655+0000 mgr.smithi005.dctvsr (mgr.14182) 650 : 2024-01-21T08:35:52.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:52 smithi005 conmon[35306]: cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:52.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:52 smithi150 conmon[40284]: cluster 2024-01-21T08:35:51.218655+0000 mgr.smithi005.dctvsr (mgr.14182) 650 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:53.945 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:53.945 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:54.539 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:54 smithi005 conmon[35306]: cluster 2024-01-21T08:35:53.219434+0000 mgr.smithi005.dctvsr (mgr.14182) 651 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:54.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:54.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:54 smithi150 conmon[40284]: cluster 2024-01-21T08:35:53.219434+0000 mgr.smithi005.dctvsr (mgr.14182) 651 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:55.541 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:35:55.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:55 smithi005 conmon[35306]: audit 2024-01-21T08:35:53.939657+0000 mgr.smithi005.dctvsr (mgr.14182) 652 : audit 2024-01-21T08:35:55.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:55 smithi005 conmon[35306]: [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:55.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:55 smithi150 conmon[40284]: audit 2024-01-21T08:35:53.939657+0000 mgr.smithi005.dctvsr (mgr.14182) 652 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:56.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:56 smithi150 conmon[40284]: cluster 2024-01-21T08:35:55.220259+0000 mgr.smithi005.dctvsr (mgr.14182) 653 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:35:56.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:56 smithi005 conmon[35306]: cluster 2024-01-21T08:35:55.220259+0000 mgr.smithi005.dctvsr (mgr.14182) 653 : cluster 2024-01-21T08:35:56.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:56 smithi005 conmon[35306]: [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:35:57.382 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:35:57.382 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:35:57.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:35:58.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:58 smithi005 conmon[35306]: cluster 2024-01-21T08:35:57.220747+0000 mgr.smithi005.dctvsr (mgr.14182) 654 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:58.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:35:58 smithi005 conmon[35306]: audit 2024-01-21T08:35:57.375928+0000 mgr.smithi005.dctvsr (mgr.14182) 655 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:58.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:58 smithi150 conmon[40284]: cluster 2024-01-21T08:35:57.220747+0000 mgr.smithi005.dctvsr (mgr.14182) 654 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:35:58.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:58 smithi150 conmon[40284]: audit 2024-01-21T08:35:58.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:35:58 smithi150 conmon[40284]: 2024-01-21T08:35:57.375928+0000 mgr.smithi005.dctvsr (mgr.14182) 655 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:35:58.942 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:00.389 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:00 smithi005 conmon[35306]: cluster 2024-01-21T08:35:59.221641+0000 mgr.smithi005.dctvsr (mgr.14182) 656 : cluster [DBG] 2024-01-21T08:36:00.389 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:00 smithi005 conmon[35306]: pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:00.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:00 smithi150 conmon[40284]: cluster 2024-01-21T08:35:59.221641+0000 mgr.smithi005.dctvsr (mgr.14182) 656 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:00.780 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:00.780 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:01.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:02.348 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:02.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:02 smithi150 conmon[40284]: audit 2024-01-21T08:36:00.774497+0000 mgr.smithi005.dctvsr (mgr.14182) 657 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:02.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:02 smithi150 conmon[40284]: 2024-01-21T08:36:02.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:02 smithi150 conmon[40284]: cluster 2024-01-21T08:36:01.222483+0000 mgr.smithi005.dctvsr (mgr.14182) 658 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:02.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:02 smithi005 conmon[35306]: audit 2024-01-21T08:36:00.774497+0000 mgr.smithi005.dctvsr (mgr.14182) 657 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:02.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:02 smithi005 conmon[35306]: cluster 2024-01-21T08:36:01.222483+0000 mgr.smithi005.dctvsr (mgr.14182) 658 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:04.157 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:04.157 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:04.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:04 smithi005 conmon[35306]: cluster 2024-01-21T08:36:03.223237+0000 mgr.smithi005.dctvsr (mgr.14182) 659 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:04.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:04 smithi150 conmon[40284]: cluster 2024-01-21T08:36:03.223237+0000 mgr.smithi005.dctvsr (mgr.14182) 659 : cluster 2024-01-21T08:36:04.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:04 smithi150 conmon[40284]: [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:04.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:05.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:05 smithi150 conmon[40284]: audit 2024-01-21T08:36:04.150666+0000 mgr.smithi005.dctvsr (mgr.14182) 660 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:05.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:05 smithi005 conmon[35306]: audit 2024-01-21T08:36:04.150666+0000 mgr.smithi005.dctvsr (mgr.14182) 660 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:05.690 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:06.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:06 smithi005 conmon[35306]: cluster 2024-01-21T08:36:05.224196+0000 mgr.smithi005.dctvsr (mgr.14182) 661 : cluster 2024-01-21T08:36:06.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:06 smithi005 conmon[35306]: [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:36:06.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:06 smithi150 conmon[40284]: cluster 2024-01-21T08:36:05.224196+0000 mgr.smithi005.dctvsr (mgr.14182) 661 : cluster [DBG] 2024-01-21T08:36:06.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:06 smithi150 conmon[40284]: pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:36:07.590 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:07.590 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:08.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:08.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:08 smithi150 conmon[40284]: cluster 2024-01-21T08:36:07.224929+0000 mgr.smithi005.dctvsr (mgr.14182) 662 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:08.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:08 smithi150 conmon[40284]: audit 2024-01-21T08:36:07.584198+0000 mgr.smithi005.dctvsr (mgr.14182) 663 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:08.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:08 smithi005 conmon[35306]: cluster 2024-01-21T08:36:07.224929+0000 mgr.smithi005.dctvsr (mgr.14182) 662 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:08.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:08 smithi005 conmon[35306]: audit 2024-01-21T08:36:07.584198+0000 mgr.smithi005.dctvsr (mgr.14182) 663 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:09.205 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:10.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:10 smithi005 conmon[35306]: cluster 2024-01-21T08:36:09.225669+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:36:10.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:10 smithi005 conmon[35306]: 14182) 664 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:10.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:10 smithi150 conmon[40284]: cluster 2024-01-21T08:36:09.225669+0000 mgr.smithi005.dctvsr (mgr.14182) 664 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:10.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:10 smithi150 conmon[40284]: 2024-01-21T08:36:11.029 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:11.029 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:11.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:12.631 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:12.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:12 smithi150 conmon[40284]: audit 2024-01-21T08:36:11.023222+0000 mgr.smithi005.dctvsr (mgr.14182) 665 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:12.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:12 smithi150 conmon[40284]: 2024-01-21T08:36:12.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:12 smithi150 conmon[40284]: cluster 2024-01-21T08:36:11.226447+0000 mgr.smithi005.dctvsr (mgr.14182) 666 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:12.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:12 smithi005 conmon[35306]: audit 2024-01-21T08:36:11.023222+0000 mgr.smithi005.dctvsr (mgr.14182) 665 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:12.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:12 smithi005 conmon[35306]: cluster 2024-01-21T08:36:11.226447+0000 mgr.smithi005.dctvsr (mgr.14182) 666 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:14.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:14 smithi005 conmon[35306]: cluster 2024-01-21T08:36:13. 2024-01-21T08:36:14.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:14 smithi005 conmon[35306]: 227138+0000 mgr.smithi005.dctvsr (mgr.14182) 667 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:14.558 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:14.558 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:14.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:14 smithi150 conmon[40284]: cluster 2024-01-21T08:36:13.227138+0000 mgr.smithi005.dctvsr (mgr.14182) 667 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:15.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:15.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:15 smithi150 conmon[40284]: audit 2024-01-21T08:36:14.548851+0000 mgr.smithi005.dctvsr (mgr.14182) 668 : audit [DBG] 2024-01-21T08:36:15.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:15 smithi150 conmon[40284]: from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:15.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:15 smithi005 conmon[35306]: audit 2024-01-21T08:36:14.548851+0000 mgr.smithi005.dctvsr (mgr.14182) 668 : audit 2024-01-21T08:36:15.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:15 smithi005 conmon[35306]: [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:16.264 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:16.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:16 smithi150 conmon[40284]: cluster 2024-01-21T08:36:15.228205+0000 mgr.smithi005.dctvsr (mgr.14182) 669 : cluster [DBG] 2024-01-21T08:36:16.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:16 smithi150 conmon[40284]: pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 52 op/s 2024-01-21T08:36:16.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:16 smithi005 conmon[35306]: cluster 2024-01-21T08:36:15.228205+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:36:16.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:16 smithi005 conmon[35306]: mgr.14182) 669 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 52 op/s 2024-01-21T08:36:18.146 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:18.146 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:18.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:18 smithi150 conmon[40284]: cluster 2024-01-21T08:36:17.228905+0000 mgr.smithi005.dctvsr (mgr.14182) 670 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s 2024-01-21T08:36:18.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:18 smithi150 conmon[40284]: 2024-01-21T08:36:18.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:18 smithi005 conmon[35306]: cluster 2024-01-21T08:36:17.228905+0000 2024-01-21T08:36:18.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:18 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 670 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s 2024-01-21T08:36:18.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:19.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:19 smithi150 conmon[40284]: audit 2024-01-21T08:36:18.140578+0000 mgr.smithi005.dctvsr (mgr.14182) 671 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:19.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:19 smithi005 conmon[35306]: audit 2024-01-21T08:36:18.140578+0000 mgr.smithi005.dctvsr (mgr.14182) 671 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:19.685 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:20.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:20 smithi150 conmon[40284]: cluster 2024-01-21T08:36:19.229627+0000 mgr.smithi005.dctvsr (mgr.14182) 672 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 117 op/s 2024-01-21T08:36:20.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:20 smithi150 conmon[40284]: 2024-01-21T08:36:20.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:20 smithi005 conmon[35306]: cluster 2024-01-21T08:36:19.229627+0000 mgr.smithi005.dctvsr (mgr.14182) 672 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 117 op/s 2024-01-21T08:36:21.526 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:21.527 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:22.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:22.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:22 smithi005 conmon[35306]: cluster 2024-01-21T08:36:21.230388+0000 mgr.smithi005.dctvsr (mgr.14182) 673 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-01-21T08:36:22.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:22 smithi005 conmon[35306]: audit 2024-01-21T08:36:21.520424+0000 mgr.smithi005.dctvsr (mgr.14182) 674 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:22.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:22 smithi150 conmon[40284]: cluster 2024-01-21T08:36:21.230388+0000 mgr.smithi005.dctvsr (mgr.14182) 673 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-01-21T08:36:22.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:22 smithi150 conmon[40284]: 2024-01-21T08:36:22.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:22 smithi150 conmon[40284]: audit 2024-01-21T08:36:21.520424+0000 mgr.smithi005.dctvsr (mgr.14182) 674 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:23.087 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:24.602 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:24 smithi005 conmon[35306]: cluster 2024-01-21T08:36:23.231143+0000 mgr.smithi005.dctvsr (mgr.14182) 675 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-01-21T08:36:24.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:24 smithi150 conmon[40284]: cluster 2024-01-21T08:36:23.231143+0000 mgr.smithi005.dctvsr (mgr.14182) 675 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-01-21T08:36:25.024 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:25.024 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:25.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:26.597 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:26.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:26 smithi005 conmon[35306]: audit 2024-01-21T08:36:25.018502+0000 mgr.smithi005.dctvsr (mgr.14182) 676 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:26.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:26 smithi005 conmon[35306]: cluster 2024- 2024-01-21T08:36:26.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:26 smithi005 conmon[35306]: 01-21T08:36:25.232118+0000 mgr.smithi005.dctvsr (mgr.14182) 677 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-01-21T08:36:26.642 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:26 smithi150 conmon[40284]: audit 2024-01-21T08:36:25.018502+0000 mgr.smithi005.dctvsr (mgr.14182) 676 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:26.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:26 smithi150 conmon[40284]: cluster 2024-01-21T08:36:25.232118+0000 mgr.smithi005.dctvsr (mgr.14182) 677 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-01-21T08:36:28.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:28 smithi150 conmon[40284]: cluster 2024-01-21T08:36:27.232700+0000 mgr.smithi005.dctvsr (mgr.14182) 678 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-01-21T08:36:28.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:28 smithi005 conmon[35306]: cluster 2024-01-21T08:36:27.232700+0000 mgr.smithi005.dctvsr (mgr.14182) 678 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-01-21T08:36:28.463 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:28.463 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:29.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:29.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:29 smithi150 conmon[40284]: audit 2024-01-21T08:36:28.457312+0000 mgr.smithi005.dctvsr (mgr.14182) 679 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:29.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:29 smithi005 conmon[35306]: audit 2024-01-21T08:36:28.457312+0000 mgr.smithi005.dctvsr (mgr.14182) 679 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:30.045 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:30.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:30 smithi150 conmon[40284]: cluster 2024-01-21T08:36:29.233524+0000 mgr.smithi005.dctvsr (mgr.14182) 680 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2024-01-21T08:36:30.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:30 smithi005 conmon[35306]: cluster 2024-01-21T08:36:29.233524+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:36:30.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:30 smithi005 conmon[35306]: .14182) 680 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2024-01-21T08:36:31.841 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:31.841 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:20.906472Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:28:45.288103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.gmuhpv on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-gmuhpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.gmuhpv\nDeploy daemon haproxy.nfs.foo.smithi150.gmuhpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:26:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.262137Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hvffeu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-hvffeu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.hvffeu\nDeploy daemon haproxy.nfs.foo.smithi005.hvffeu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:29:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:29:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:30:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:31:19.267612Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.qsufzj on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:20.906664Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:20.906786Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:20.906878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:20.906966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:20.907308Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:32.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:32.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:32 smithi150 conmon[40284]: cluster 2024-01-21T08:36:31.234456+0000 mgr.smithi005.dctvsr (mgr.14182) 681 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2024-01-21T08:36:32.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:32 smithi150 conmon[40284]: audit 2024-01-21T08:36:32.280758+0000 mon.smithi005 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.wnsmci"}]: dispatch 2024-01-21T08:36:32.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:32 smithi005 conmon[35306]: cluster 2024-01-21T08:36:31.234456+0000 mgr.smithi005.dctvsr (mgr.14182) 681 : cluster 2024-01-21T08:36:32.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:32 smithi005 conmon[35306]: [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2024-01-21T08:36:32.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:32 smithi005 conmon[35306]: audit 2024-01-21T08:36:32.280758+0000 mon.smithi005 (mon.0) 723 : audit [INF] 2024-01-21T08:36:32.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:32 smithi005 conmon[35306]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.wnsmci"}]: dispatch 2024-01-21T08:36:33.458 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: audit 2024-01-21T08:36:31.835659+0000 mgr.smithi005.dctvsr (mgr.14182) 682 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: 2024-01-21T08:36:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: cephadm 2024-01-21T08:36:32.280093+0000 mgr.smithi005.dctvsr (mgr.14182) 683 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci 2024-01-21T08:36:33.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci 2024-01-21T08:36:33.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci 2024-01-21T08:36:33.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci 2024-01-21T08:36:33.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi005.wnsmci ... 2024-01-21T08:36:33.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:36:33.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:36:33.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:34:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:35:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:35:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:36:33.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:36:33.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:36:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: Traceback (most recent call last): 2024-01-21T08:36:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:36:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: yield (conn, connr) 2024-01-21T08:36:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:36:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: code, '\n'.join(err))) 2024-01-21T08:36:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci 2024-01-21T08:36:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci 2024-01-21T08:36:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci 2024-01-21T08:36:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci 2024-01-21T08:36:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi005.wnsmci ... 2024-01-21T08:36:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:36:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:36:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:34:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:35:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:35:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:36:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-01-21T08:36:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:36:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:36:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: cephadm 2024-01-21T08:36:32.280297+0000 mgr.smithi005.dctvsr (mgr.14182) 684 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.wnsmci 2024-01-21T08:36:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: cephadm 2024-01-21T08:36:32.281548+0000 mgr.smithi005.dctvsr (mgr.14182) 685 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci 2024-01-21T08:36:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci 2024-01-21T08:36:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci 2024-01-21T08:36:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci 2024-01-21T08:36:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi005.wnsmci ... 2024-01-21T08:36:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:36:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:36:33.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:34:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:35:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:35:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:36:33.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:36:33.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:36:33.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: cephadm 2024-01-21T08:36:32.283007+0000 mgr.smithi005.dctvsr (mgr.14182) 686 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:36:33.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: cephadm 2024-01-21T08:36:32.284173+0000 mgr.smithi005.dctvsr (mgr.14182) 687 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:36:33.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: cluster 2024-01-21T08:36:32.285154+0000 mgr.smithi005.dctvsr (mgr.14182) 688 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T08:36:33.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: audit 2024-01-21T08:36:32.291347+0000 mon.smithi005 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:36:33.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: audit 2024-01-21T08:36:32.558675+0000 mon.smithi005 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:33.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:33 smithi150 conmon[40284]: cluster 2024-01-21T08:36:33.097670+0000 mon.smithi005 (mon.0) 726 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:36:33.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: audit 2024-01-21T08:36:31.835659+0000 2024-01-21T08:36:33.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 682 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:33.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: cephadm 2024-01-21T08:36:32.280093+0000 mgr.smithi005.dctvsr (mgr.14182) 683 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci 2024-01-21T08:36:33.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci 2024-01-21T08:36:33.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci 2024-01-21T08:36:33.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci 2024-01-21T08:36:33.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi005.wnsmci ... 2024-01-21T08:36:33.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:36:33.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:36:33.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:34:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:35:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:35:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:36:33.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:36:33.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:36:33.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: Traceback (most recent call last): 2024-01-21T08:36:33.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:36:33.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: yield (conn, connr) 2024-01-21T08:36:33.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:36:33.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: code, '\n'.join(err))) 2024-01-21T08:36:33.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci 2024-01-21T08:36:33.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci 2024-01-21T08:36:33.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci 2024-01-21T08:36:33.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci 2024-01-21T08:36:33.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi005.wnsmci ... 2024-01-21T08:36:33.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:36:33.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:36:33.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:34:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:35:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:35:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: cephadm 2024-01-21T08:36:32.280297+0000 mgr.smithi005.dctvsr (mgr.14182) 684 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.wnsmci 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: cephadm 2024-01-21T08:36:32.281548+0000 mgr.smithi005.dctvsr (mgr.14182) 685 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi005.wnsmci ... 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:34:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:35:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:35:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:36:33.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:36:33.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:36:33.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:36:33.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: cephadm 2024-01-21T08:36:32.283007+0000 mgr.smithi005.dctvsr (mgr.14182) 686 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:36:33.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: cephadm 2024-01-21T08:36:32.284173+0000 mgr.smithi005.dctvsr 2024-01-21T08:36:33.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: (mgr.14182) 687 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:36:33.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: cluster 2024-01-21T08:36:32.285154+0000 mgr.smithi005.dctvsr (mgr.14182) 688 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T08:36:33.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: audit 2024-01-21T08:36:32.291347+0000 mon.smithi005 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:36:33.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: audit 2024-01-21T08:36:32.558675+0000 mon.smithi005 (mon 2024-01-21T08:36:33.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: .0) 725 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:33.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: cluster 2024 2024-01-21T08:36:33.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: -01-21T08:36:33.097670+0000 mon.smithi005 (mon.0) 2024-01-21T08:36:33.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:33 smithi005 conmon[35306]: 726 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:36:35.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:35 smithi005 conmon[35306]: audit 2024-01-21T08:36:34.167124+0000 mon.smithi005 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:35.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:35 smithi005 conmon[35306]: audit 2024-01-21T08:36:34.253264+0000 mon.smithi005 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:35.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:35 smithi005 conmon[35306]: cluster 2024-01-21T08:36:34.286060+0000 mgr.smithi005.dctvsr (mgr.14182) 689 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T08:36:35.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:35 smithi005 conmon[35306]: audit 2024-01-21T08:36:34.460768+0000 mon.smithi005 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:35.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:35 smithi005 conmon[35306]: audit 2024-01-21T08:36:34.461637+0000 mon.smithi005 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:35.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:35 smithi005 conmon[35306]: audit 2024-01-21T08:36:34.462434+0000 mon.smithi005 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:35.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:35 smithi005 conmon[35306]: audit 2024-01-21T08:36:34. 2024-01-21T08:36:35.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:35 smithi005 conmon[35306]: 463276+0000 mon.smithi005 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:35.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:35 smithi005 conmon[35306]: cephadm 2024-01-21T08:36:34.463917+0000 mgr.smithi005.dctvsr (mgr.14182) 690 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 3734M 2024-01-21T08:36:35.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:35 smithi005 conmon[35306]: audit 2024-01-21T08:36:34.468413+0000 mon.smithi005 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:35 smithi150 conmon[40284]: audit 2024-01-21T08:36:34.167124+0000 mon.smithi005 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:35 smithi150 conmon[40284]: audit 2024-01-21T08:36:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:35 smithi150 conmon[40284]: 2024-01-21T08:36:34.253264+0000 mon.smithi005 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:35 smithi150 conmon[40284]: cluster 2024-01-21T08:36:34.286060+0000 mgr.smithi005.dctvsr (mgr.14182) 689 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T08:36:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:35 smithi150 conmon[40284]: audit 2024-01-21T08:36:34.460768+0000 mon.smithi005 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:35 smithi150 conmon[40284]: audit 2024-01-21T08:36:34.461637+0000 mon.smithi005 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:35 smithi150 conmon[40284]: audit 2024-01-21T08:36:34.462434+0000 mon.smithi005 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:35.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:35 smithi150 conmon[40284]: audit 2024-01-21T08:36:34.463276+0000 mon.smithi005 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:35.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:35 smithi150 conmon[40284]: cephadm 2024-01-21T08:36:34.463917+0000 mgr.smithi005.dctvsr (mgr.14182) 690 : cephadm [INF] Adjusting osd_memory_target on smithi150 to 3734M 2024-01-21T08:36:35.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:35 smithi150 conmon[40284]: audit 2024-01-21T08:36:34.468413+0000 mon.smithi005 (mon.0) 2024-01-21T08:36:35.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:35 smithi150 conmon[40284]: 733 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:35.988 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:35.988 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:31:24.440818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:31:24.440902Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:31:24.440984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:31:24.440719Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:31:24.440524Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:31:24.441622Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:31:24.441063Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:31:24.441222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:31:24.441143Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:31:24.441542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:36.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:37.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:37 smithi150 conmon[40284]: audit 2024-01-21T08:36:35.982593+0000 mgr.smithi005.dctvsr (mgr.14182) 691 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:37.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:37 smithi150 conmon[40284]: cluster 2024-01-21T08:36:36.287047+0000 mgr.smithi005.dctvsr (mgr.14182) 692 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T08:36:37.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:37 smithi150 conmon[40284]: audit 2024-01-21T08 2024-01-21T08:36:37.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:37 smithi150 conmon[40284]: :36:37.296100+0000 mon.smithi005 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:37.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:37 smithi005 conmon[35306]: audit 2024-01-21T08:36:35.982593+0000 mgr.smithi005.dctvsr (mgr.14182) 691 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:37.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:37 smithi005 conmon[35306]: 2024-01-21T08:36:37.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:37 smithi005 conmon[35306]: cluster 2024-01-21T08:36:36.287047+0000 mgr.smithi005.dctvsr (mgr.14182) 692 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T08:36:37.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:37 smithi005 conmon[35306]: audit 2024-01-21T08:36:37.296100+0000 mon.smithi005 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:37.771 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:38.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:38 smithi005 conmon[35306]: audit 2024-01-21T08:36:37.645250+0000 mon.smithi005 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:38.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:38 smithi005 conmon[35306]: audit 2024-01-21T08:36:37.646031+0000 mon.smithi005 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:38.629 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:38 smithi005 conmon[35306]: audit 2024-01-21T08:36:37.646725+0000 mon.smithi005 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:38.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:38 smithi005 conmon[35306]: audit 2024-01-21T08:36:37.647397+0000 mon.smithi005 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:38.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:38 smithi005 conmon[35306]: audit 2024-01-21T08:36:37.652598+0000 mon.smithi005 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:38.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:38 smithi005 conmon[35306]: audit 2024-01-21T08:36:37.653534+0000 mon.smithi005 (mon.0) 740 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:36:38.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:38 smithi005 conmon[35306]: audit 2024-01-21T08:36:37.654270+0000 mon.smithi005 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:36:38.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:38 smithi005 conmon[35306]: audit 2024-01-21T08:36:37.842751+0000 mon.smithi005 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:38.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:38 smithi005 conmon[35306]: audit 2024-01-21T08:36:37.849134+0000 mon.smithi005 (mon.0) 743 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:36:38.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:38 smithi005 conmon[35306]: audit 2024-01-21T08:36:37.860082+0000 mon.smithi005 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:38.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: audit 2024-01-21T08:36:37.645250+0000 mon.smithi005 (mon.0) 735 : audit [INF] 2024-01-21T08:36:38.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:38.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: audit 2024-01-21T08:36:37.646031+0000 mon.smithi005 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:38.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: audit 2024-01-21T08:36:37.646725+0000 mon.smithi005 (mon.0 2024-01-21T08:36:38.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: ) 737 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:38.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: audit 2024-01-21T08:36:37.647397+0000 mon.smithi005 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:36:38.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: audit 2024-01-21T08:36:37.652598+0000 mon.smithi005 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:38.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: audit 2024-01-21T08:36:37.653534+0000 2024-01-21T08:36:38.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: mon.smithi005 (mon.0) 740 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:36:38.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: audit 2024-01-21T08:36:37.654270+0000 mon.smithi005 (mon.0) 741 2024-01-21T08:36:38.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:36:38.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: audit 2024-01 2024-01-21T08:36:38.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: -21T08:36:37.842751+0000 mon.smithi005 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:38.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: audit 2024-01-21T08:36:37.849134+0000 mon.smithi005 ( 2024-01-21T08:36:38.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: mon.0) 743 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:36:38.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: audit 2024-01-21T08:36:38.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:38 smithi150 conmon[40284]: 2024-01-21T08:36:37.860082+0000 mon.smithi005 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:39 smithi150 conmon[40284]: cephadm 2024-01-21T08:36:37.647917+0000 mgr.smithi005.dctvsr (mgr.14182) 693 : cephadm [INF] Adjusting osd_memory_target on smithi005 to 2711M 2024-01-21T08:36:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:39 smithi150 conmon[40284]: cephadm 2024-01-21T08:36:37.657929+0000 mgr.smithi005.dctvsr (mgr.14182) 694 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T08:36:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:39 smithi150 conmon[40284]: cluster 2024-01-21T08:36:37.843620+0000 mgr.smithi005.dctvsr (mgr.14182) 695 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:36:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:39 smithi150 conmon[40284]: cephadm 2024-01-21T08:36:37.862839+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:36:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:39 smithi150 conmon[40284]: mgr.14182) 696 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.crnmyt on smithi150 2024-01-21T08:36:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:39 smithi150 conmon[40284]: audit 2024-01-21T08:36:38.738277+0000 mon.smithi005 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:39.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:39 smithi150 conmon[40284]: cluster 2024-01-21T08:36:38.840635+0000 mon.smithi005 (mon.0) 746 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:36:39.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:39 smithi150 conmon[40284]: cluster 2024-01 2024-01-21T08:36:39.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:39 smithi150 conmon[40284]: -21T08:36:38.840703+0000 mon.smithi005 (mon.0) 747 : cluster [INF] Cluster is now healthy 2024-01-21T08:36:39.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:39 smithi005 conmon[35306]: cephadm 2024-01-21T08:36:37.647917+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:36:39.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:39 smithi005 conmon[35306]: 14182) 693 : cephadm [INF] Adjusting osd_memory_target on smithi005 to 2711M 2024-01-21T08:36:39.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:39 smithi005 conmon[35306]: cephadm 2024-01-21T08:36:37.657929+0000 mgr.smithi005.dctvsr (mgr.14182) 694 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T08:36:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:39 smithi005 conmon[35306]: cluster 2024-01-21T08:36:37.843620+0000 mgr.smithi005.dctvsr (mgr.14182) 695 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:36:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:39 smithi005 conmon[35306]: cephadm 2024-01-21T08:36:37.862839+0000 mgr.smithi005.dctvsr (mgr.14182) 696 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.crnmyt on smithi150 2024-01-21T08:36:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:39 smithi005 conmon[35306]: audit 2024-01-21T08:36:38.738277+0000 mon.smithi005 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:39 smithi005 conmon[35306]: cluster 2024-01-21T08:36:38.840635+0000 mon.smithi005 (mon.0) 746 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:36:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:39 smithi005 conmon[35306]: cluster 2024-01-21T08:36:38.840703+0000 mon.smithi005 (mon.0) 747 : cluster [INF] Cluster is now healthy 2024-01-21T08:36:39.710 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:39.711 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:40.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:41.260 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:41.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:41 smithi150 conmon[40284]: audit 2024-01-21T08:36:39.705168+0000 mgr.smithi005.dctvsr (mgr.14182) 697 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:41.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:41 smithi150 conmon[40284]: cluster 2024-01-21T08:36:39.844575+0000 mgr.smithi005.dctvsr (mgr.14182) 698 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-21T08:36:41.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:41 smithi005 conmon[35306]: audit 2024-01-21T08:36:39.705168+0000 mgr.smithi005.dctvsr (mgr.14182) 697 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:41.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:41 smithi005 conmon[35306]: cluster 2024-01-21T08:36:39.844575+0000 mgr.smithi005.dctvsr (mgr.14182) 698 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-21T08:36:43.140 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:43.140 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:43.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:43 smithi005 conmon[35306]: cluster 2024-01-21T08:36:41.845560+0000 mgr.smithi005.dctvsr (mgr.14182) 699 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 9 op/s 2024-01-21T08:36:43.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:43 smithi150 conmon[40284]: cluster 2024-01-21T08:36:41.845560+0000 mgr.smithi005.dctvsr (mgr.14182) 699 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 9 op/s 2024-01-21T08:36:43.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:44.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:44 smithi150 conmon[40284]: audit 2024-01-21T08:36:43.134380+0000 mgr.smithi005.dctvsr (mgr.14182) 700 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:44.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:44 smithi150 conmon[40284]: 2024-01-21T08:36:44.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:44 smithi005 conmon[35306]: audit 2024-01-21T08:36:43.134380+0000 mgr.smithi005.dctvsr (mgr.14182) 700 : audit 2024-01-21T08:36:44.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:44 smithi005 conmon[35306]: [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:44.696 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:45.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:45 smithi005 conmon[35306]: cluster 2024-01-21T08:36:43.846324+0000 mgr.smithi005.dctvsr (mgr.14182) 701 : cluster 2024-01-21T08:36:45.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:45 smithi005 conmon[35306]: [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s 2024-01-21T08:36:45.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:45 smithi150 conmon[40284]: cluster 2024-01-21T08:36:43.846324+0000 mgr.smithi005.dctvsr (mgr.14182) 701 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s 2024-01-21T08:36:46.634 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:46.635 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:47.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:47.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:47 smithi005 conmon[35306]: cluster 2024-01-21T08:36:45.847267+0000 mgr.smithi005.dctvsr (mgr.14182) 702 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 8 op/s 2024-01-21T08:36:47.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:47 smithi150 conmon[40284]: cluster 2024-01-21T08:36:45.847267+0000 mgr.smithi005.dctvsr (mgr.14182) 702 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 8 op/s 2024-01-21T08:36:48.165 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:48.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:48 smithi150 conmon[40284]: audit 2024-01-21T08:36:46.629357+0000 mgr.smithi005.dctvsr (mgr.14182) 703 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:48.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:48 smithi005 conmon[35306]: audit 2024-01-21T08:36:46.629357+0000 mgr.smithi005.dctvsr (mgr.14182) 703 : audit [DBG] 2024-01-21T08:36:48.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:48 smithi005 conmon[35306]: from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:49.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:49 smithi150 conmon[40284]: cluster 2024-01-21T08:36:47.847818+0000 mgr.smithi005.dctvsr (mgr.14182) 704 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s 2024-01-21T08:36:49.672 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:49 smithi005 conmon[35306]: cluster 2024-01-21T08:36:47.847818+0000 mgr.smithi005.dctvsr (mgr.14182) 704 : 2024-01-21T08:36:49.672 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:49 smithi005 conmon[35306]: cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s 2024-01-21T08:36:50.072 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:50.072 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:50.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:51.628 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:51.642 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:51 smithi150 conmon[40284]: cluster 2024-01-21T08:36:49.848554+0000 mgr.smithi005.dctvsr (mgr.14182) 705 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 8 op/s 2024-01-21T08:36:51.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:51 smithi150 conmon[40284]: audit 2024-01-21T08:36:50.066086+0000 mgr.smithi005.dctvsr (mgr.14182) 706 2024-01-21T08:36:51.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:51 smithi150 conmon[40284]: : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:51.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:51 smithi005 conmon[35306]: cluster 2024-01-21T08:36:49.848554+0000 mgr.smithi005.dctvsr (mgr.14182) 705 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 8 op/s 2024-01-21T08:36:51.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:51 smithi005 conmon[35306]: audit 2024-01-21T08:36:50.066086+0000 mgr.smithi005.dctvsr (mgr.14182) 706 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:53.468 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:53.468 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:53 smithi150 conmon[40284]: cluster 2024-01-21T08:36:51.849213+0000 mgr.smithi005.dctvsr (mgr.14182) 707 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-21T08:36:53.643 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:53 smithi005 conmon[35306]: cluster 2024-01-21T08:36:51.849213+0000 mgr.smithi005.dctvsr (mgr.14182) 707 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-21T08:36:54.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:54.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:54 smithi150 conmon[40284]: audit 2024-01-21T08:36:53.462629+0000 mgr.smithi005.dctvsr (mgr.14182) 708 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:54.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:54 smithi150 conmon[40284]: audit 2024-01-21T08:36:53.738134+0000 mon.smithi005 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:54.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:54 smithi005 conmon[35306]: audit 2024-01-21T08:36:53.462629+0000 mgr.smithi005.dctvsr (mgr.14182) 708 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:54.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:54 smithi005 conmon[35306]: audit 2024-01-21T08:36:54.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:54 smithi005 conmon[35306]: 2024-01-21T08:36:53.738134+0000 mon.smithi005 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:36:55.086 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:55.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:55 smithi150 conmon[40284]: cluster 2024-01-21T08:36:53.850013+0000 mgr.smithi005.dctvsr (mgr.14182) 709 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:55.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:55 smithi150 conmon[40284]: 2024-01-21T08:36:55.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:55 smithi005 conmon[35306]: cluster 2024-01-21T08:36:53.850013+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:36:55.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:55 smithi005 conmon[35306]: .14182) 709 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:57.009 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:36:57.009 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:36:57.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:36:57.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:57 smithi005 conmon[35306]: cluster 2024-01-21T08:36:55.850801+0000 mgr.smithi005.dctvsr (mgr.14182) 710 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:36:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:57 smithi150 conmon[40284]: cluster 2024-01-21T08:36:55.850801+0000 mgr.smithi005.dctvsr (mgr.14182) 710 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:36:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:57 smithi150 conmon[40284]: 2024-01-21T08:36:58.575 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:36:58.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:58 smithi005 conmon[35306]: audit 2024-01-21T08:36:57.003327+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:36:58.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:58 smithi005 conmon[35306]: ) 711 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:58.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:58 smithi150 conmon[40284]: audit 2024-01-21T08:36:57.003327+0000 mgr.smithi005.dctvsr (mgr.14182) 711 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:36:59.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:59 smithi005 conmon[35306]: cluster 2024-01-21T08:36:57.851330 2024-01-21T08:36:59.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:36:59 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14182) 712 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:36:59.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:59 smithi150 conmon[40284]: cluster 2024-01-21T08:36:57.851330+0000 mgr.smithi005.dctvsr (mgr.14182) 712 : cluster [DBG] 2024-01-21T08:36:59.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:36:59 smithi150 conmon[40284]: pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:00.352 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:00.352 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:00.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:01.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:01 smithi005 conmon[35306]: cluster 2024-01-21T08:36:59.852116+0000 mgr.smithi005.dctvsr (mgr.14182) 713 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:01.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:01 smithi005 conmon[35306]: audit 2024-01-21T08:37:00.346130+0000 mgr.smithi005.dctvsr (mgr.14182) 714 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:01 smithi150 conmon[40284]: cluster 2024-01-21T08:36:59.852116+0000 mgr.smithi005.dctvsr (mgr.14182) 713 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:01.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:01 smithi150 conmon[40284]: 2024-01-21T08:37:01.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:01 smithi150 conmon[40284]: audit 2024-01-21T08:37:00.346130+0000 mgr.smithi005.dctvsr (mgr.14182) 714 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:01.954 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:03.428 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:03 smithi005 conmon[35306]: cluster 2024-01-21T08:37:01.852889+0000 mgr.smithi005.dctvsr (mgr.14182) 715 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:03.821 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:03.821 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:03.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:03 smithi150 conmon[40284]: cluster 2024-01-21T08:37:01.852889+0000 mgr.smithi005.dctvsr (mgr.14182) 715 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:04.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:05.410 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:05.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:05 smithi005 conmon[35306]: audit 2024-01-21T08:37:03.815859+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:37:05.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:05 smithi005 conmon[35306]: ) 716 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:05.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:05 smithi005 conmon[35306]: cluster 2024-01-21T08:37:03.853442+0000 mgr.smithi005.dctvsr (mgr.14182) 717 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:05.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:05 smithi150 conmon[40284]: audit 2024-01-21T08:37:03.815859+0000 mgr.smithi005.dctvsr (mgr.14182) 716 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:05.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:05 smithi150 conmon[40284]: cluster 2024-01-21T08:37:03.853442+0000 mgr.smithi005.dctvsr (mgr.14182) 717 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:07.258 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:07.258 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:07.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:07 smithi005 conmon[35306]: cluster 2024-01-21T08:37:05.854466+0000 mgr.smithi005.dctvsr (mgr.14182) 718 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:37:07.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:07 smithi150 conmon[40284]: cluster 2024-01-21T08:37:05.854466+0000 mgr.smithi005.dctvsr (mgr.14182) 718 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:37:08.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:08 smithi005 conmon[35306]: audit 2024-01-21T08:37:07.251536+0000 mgr.smithi005.dctvsr (mgr.14182) 719 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:08.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:08 smithi005 conmon[35306]: 2024-01-21T08:37:08.831 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:08.892 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:08 smithi150 conmon[40284]: audit 2024-01-21T08:37:07.251536+0000 mgr.smithi005.dctvsr (mgr.14182) 719 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:08.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:08 smithi150 conmon[40284]: 2024-01-21T08:37:09.641 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:09 smithi005 conmon[35306]: cluster 2024-01-21T08:37:07.855087+0000 mgr.smithi005.dctvsr (mgr.14182) 720 : cluster [DBG] 2024-01-21T08:37:09.641 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:09 smithi005 conmon[35306]: pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:09 smithi150 conmon[40284]: cluster 2024-01-21T08:37:07.855087+0000 mgr.smithi005.dctvsr (mgr.14182) 720 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:10.635 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:10.635 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:11.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:11.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:11 smithi005 conmon[35306]: cluster 2024-01-21T08:37:09.856195+0000 mgr.smithi005.dctvsr (mgr.14182) 721 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:11.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:11 smithi005 conmon[35306]: audit 2024-01-21T08:37:10.628612+0000 mgr.smithi005.dctvsr (mgr.14182) 722 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:11.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:11 smithi150 conmon[40284]: cluster 2024-01-21T08:37:09.856195+0000 mgr.smithi005.dctvsr (mgr.14182) 721 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:11.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:11 smithi150 conmon[40284]: audit 2024-01-21T08:37:10.628612+0000 mgr.smithi005.dctvsr (mgr.14182) 722 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:12.216 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:13.688 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:13 smithi005 conmon[35306]: cluster 2024-01-21T08:37:11.856914+0000 mgr.smithi005.dctvsr (mgr.14182) 723 : cluster [DBG] 2024-01-21T08:37:13.689 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:13 smithi005 conmon[35306]: pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:13.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:13 smithi150 conmon[40284]: cluster 2024-01-21T08:37:11.856914+0000 mgr.smithi005.dctvsr (mgr.14182) 723 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:14.084 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:14.084 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:14.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:15.630 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:15.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:15 smithi005 conmon[35306]: cluster 2024-01-21T08:37:13.857505+0000 mgr.smithi005.dctvsr (mgr.14182) 724 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:15.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:15 smithi005 conmon[35306]: audit 2024-01-21T08:37:14.078636+0000 mgr.smithi005.dctvsr (mgr.14182) 725 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:15.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:15 smithi150 conmon[40284]: cluster 2024-01-21T08:37:13.857505+0000 mgr.smithi005.dctvsr (mgr.14182) 724 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:15.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:15 smithi150 conmon[40284]: audit 2024-01-21T08:37:14.078636+0000 2024-01-21T08:37:15.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:15 smithi150 conmon[40284]: mgr.smithi005.dctvsr (mgr.14182) 725 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:17.537 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:17.537 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:17.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:17 smithi005 conmon[35306]: cluster 2024-01-21T08:37:15.858415+0000 mgr.smithi005.dctvsr (mgr.14182) 726 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:37:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:17 smithi150 conmon[40284]: cluster 2024-01-21T08:37:15.858415+0000 mgr.smithi005.dctvsr (mgr.14182) 726 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:37:18.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:18.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:18 smithi150 conmon[40284]: audit 2024-01-21T08:37:17.531522+0000 mgr.smithi005.dctvsr (mgr.14182) 727 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:18.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:18 smithi005 conmon[35306]: audit 2024-01-21T08:37:17.531522+0000 mgr.smithi005.dctvsr (mgr.14182) 727 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:19.104 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:19.733 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:19 smithi005 conmon[35306]: cluster 2024-01-21T08:37:17.859220+0000 mgr.smithi005.dctvsr (mgr.14182) 728 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:19 smithi150 conmon[40284]: cluster 2024-01-21T08:37:17.859220+0000 mgr.smithi005.dctvsr (mgr.14182) 728 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:20.935 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:20.935 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:21.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:21 smithi150 conmon[40284]: cluster 2024-01-21T08:37:19.860081+0000 mgr.smithi005.dctvsr (mgr.14182) 729 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:21.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:21 smithi005 conmon[35306]: cluster 2024-01-21T08:37:19.860081+0000 mgr.smithi005.dctvsr (mgr.14182) 729 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:22.582 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:22.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:22 smithi150 conmon[40284]: audit 2024-01-21T08:37:20.928552+0000 mgr.smithi005.dctvsr (mgr.14182) 730 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:22.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:22 smithi005 conmon[35306]: audit 2024-01-21T08:37:20.928552+0000 mgr.smithi005.dctvsr (mgr.14182) 730 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:23.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:23 smithi005 conmon[35306]: cluster 2024-01-21T08:37:21.860999+0000 mgr.smithi005.dctvsr (mgr.14182) 731 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:23.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:23 smithi150 conmon[40284]: cluster 2024-01-21T08:37:21.860999+0000 mgr.smithi005.dctvsr (mgr.14182) 731 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:24.388 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:24.388 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:24.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:25.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:25 smithi150 conmon[40284]: cluster 2024-01-21T08:37:23.861630+0000 mgr.smithi005.dctvsr (mgr.14182) 732 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:25.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:25 smithi150 conmon[40284]: audit 2024-01-21T08:37:24.381826+0000 mgr.smithi005.dctvsr (mgr.14182) 733 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:25.895 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:25.931 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:25 smithi005 conmon[35306]: cluster 2024-01-21T08:37:23.861630+0000 mgr.smithi005.dctvsr (mgr.14182) 732 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:25.931 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:25 smithi005 conmon[35306]: audit 2024-01-21T08:37:24.381826+0000 mgr.smithi005.dctvsr (mgr.14182) 733 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:27.705 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:27.705 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:27.728 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:27 smithi005 conmon[35306]: cluster 2024-01-21T08:37:25.862641+0000 mgr.smithi005.dctvsr (mgr.14182) 734 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:37:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:27 smithi150 conmon[40284]: cluster 2024-01-21T08:37:25.862641+0000 mgr.smithi005.dctvsr (mgr.14182) 734 : cluster [DBG] 2024-01-21T08:37:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:27 smithi150 conmon[40284]: pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:37:28.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:29.213 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:29.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:29 smithi005 conmon[35306]: audit 2024-01-21T08:37:27.699000+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:37:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:29 smithi005 conmon[35306]: 14182) 735 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:29 smithi005 conmon[35306]: cluster 2024-01-21T08:37:27.863169+0000 mgr.smithi005.dctvsr (mgr.14182) 736 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:29 smithi150 conmon[40284]: audit 2024-01-21T08:37:27.699000+0000 mgr.smithi005.dctvsr (mgr.14182) 735 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:29.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:29 smithi150 conmon[40284]: cluster 2024-01-21T08:37:29.902 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:29 smithi150 conmon[40284]: 2024-01-21T08:37:27.863169+0000 mgr.smithi005.dctvsr (mgr.14182) 736 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:31.011 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:31.012 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:31.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:31 smithi150 conmon[40284]: cluster 2024-01-21T08:37:29.863969+0000 mgr.smithi005.dctvsr (mgr.14182) 737 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:31.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:31 smithi005 conmon[35306]: cluster 2024-01-21T08:37:29.863969+0000 mgr.smithi005.dctvsr (mgr.14182) 737 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:32.552 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:32.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:32 smithi150 conmon[40284]: audit 2024-01-21T08:37:31.005606+0000 mgr.smithi005.dctvsr (mgr.14182) 738 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:32.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:32 smithi005 conmon[35306]: audit 2024-01-21T08:37:31.005606+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:37:32.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:32 smithi005 conmon[35306]: ) 738 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:33 smithi005 conmon[35306]: cluster 2024-01-21T08:37:31.864922+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:37:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:33 smithi005 conmon[35306]: 739 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:33 smithi150 conmon[40284]: cluster 2024-01-21T08:37:31.864922+0000 mgr.smithi005.dctvsr (mgr.14182) 739 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:34.376 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:34.377 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:34.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:35.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:35 smithi150 conmon[40284]: cluster 2024-01-21T08:37:33.865774+0000 mgr.smithi005.dctvsr (mgr.14182) 740 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:35.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:35 smithi150 conmon[40284]: audit 2024-01-21T08:37:34.370775+0000 mgr.smithi005.dctvsr (mgr.14182) 741 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:35.927 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:35.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:35 smithi005 conmon[35306]: cluster 2024-01-21T08:37:33.865774+0000 mgr.smithi005.dctvsr (mgr.14182) 740 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:35.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:35 smithi005 conmon[35306]: audit 2024-01-21T08:37:34.370775+0000 mgr.smithi005.dctvsr (mgr.14182) 741 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:37.749 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:37.749 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:37.786 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:37 smithi005 conmon[35306]: cluster 2024-01-21T08:37:35.866582+0000 mgr.smithi005.dctvsr (mgr.14182) 742 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:37:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:37 smithi150 conmon[40284]: cluster 2024-01-21T08:37:35.866582+0000 mgr.smithi005.dctvsr (mgr.14182) 742 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:37:38.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:39.337 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:39.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:39 smithi005 conmon[35306]: audit 2024-01-21T08:37:37.743179+0000 mgr.smithi005.dctvsr (mgr.14182) 743 : audit 2024-01-21T08:37:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:39 smithi005 conmon[35306]: [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:39.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:39 smithi005 conmon[35306]: cluster 2024-01-21T08:37:37.867306+0000 mgr.smithi005.dctvsr (mgr.14182) 744 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:39 smithi150 conmon[40284]: audit 2024-01-21T08:37:37.743179+0000 mgr.smithi005.dctvsr (mgr.14182) 743 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:39 smithi150 conmon[40284]: cluster 2024-01-21T08:37:37.867306+0000 mgr.smithi005.dctvsr (mgr.14182) 744 : 2024-01-21T08:37:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:39 smithi150 conmon[40284]: cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:41.139 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:41.139 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:41.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:41 smithi150 conmon[40284]: cluster 2024-01-21T08:37:39.868153+0000 mgr.smithi005.dctvsr (mgr.14182) 745 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:41.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:41 smithi005 conmon[35306]: cluster 2024-01-21T08:37:39.868153+0000 mgr.smithi005.dctvsr (mgr.14182) 745 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:42.675 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:42.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:42 smithi150 conmon[40284]: audit 2024-01-21T08:37:41.132926+0000 mgr.smithi005.dctvsr (mgr.14182) 746 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:42.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:42 smithi005 conmon[35306]: audit 2024-01-21T08:37:41.132926+0000 2024-01-21T08:37:42.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:42 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 746 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:43.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:43 smithi150 conmon[40284]: cluster 2024-01-21T08:37:41.868999+0000 mgr.smithi005.dctvsr (mgr.14182) 747 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:43.912 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:43 smithi005 conmon[35306]: cluster 2024-01-21T08:37:41.868999+0000 2024-01-21T08:37:43.912 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:43 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 747 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:44.554 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:44.555 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:45.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:45.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:45 smithi150 conmon[40284]: cluster 2024-01-21T08:37:43.869642+0000 mgr.smithi005.dctvsr (mgr.14182) 748 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:45.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:45 smithi150 conmon[40284]: audit 2024-01-21T08:37:44.548804+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:37:45.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:45 smithi150 conmon[40284]: .14182) 749 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:45.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:45 smithi005 conmon[35306]: cluster 2024-01-21T08:37:43.869642+0000 mgr.smithi005.dctvsr (mgr.14182) 748 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:45.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:45 smithi005 conmon[35306]: audit 2024-01-21T08:37:44.548804+0000 mgr.smithi005.dctvsr (mgr.14182) 749 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:46.079 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:47.545 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:47 smithi005 conmon[35306]: cluster 2024-01-21T08:37:45.870527+0000 mgr.smithi005.dctvsr (mgr.14182) 750 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:37:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:47 smithi150 conmon[40284]: cluster 2024-01-21T08:37:45.870527+0000 mgr.smithi005.dctvsr (mgr.14182) 750 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:37:47.975 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:47.976 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:48.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:49.561 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:49 smithi150 conmon[40284]: cluster 2024-01-21T08:37:47.871109+0000 mgr.smithi005.dctvsr (mgr.14182) 751 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:49 smithi150 conmon[40284]: audit 2024-01-21T08:37:47.969746+0000 mgr.smithi005.dctvsr (mgr.14182) 752 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:49.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:49 smithi005 conmon[35306]: cluster 2024-01-21T08:37:47.871109+0000 mgr.smithi005.dctvsr (mgr.14182) 751 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:49.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:49 smithi005 conmon[35306]: audit 2024-01-21T08:37:47.969746+0000 mgr.smithi005.dctvsr (mgr.14182) 752 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:51.326 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:51.326 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:51.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:51 smithi005 conmon[35306]: cluster 2024-01-21T08:37:49.871904+0000 mgr.smithi005.dctvsr (mgr.14182) 753 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:51.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:51 smithi150 conmon[40284]: cluster 2024-01-21T08:37:49.871904+0000 mgr.smithi005.dctvsr (mgr.14182) 753 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:51.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:52.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:52 smithi150 conmon[40284]: audit 2024-01-21T08:37:51.319779+0000 mgr.smithi005.dctvsr (mgr.14182) 754 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:52.909 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:52.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:52 smithi005 conmon[35306]: audit 2024-01-21T08:37:51.319779+0000 mgr.smithi005.dctvsr (mgr.14182) 754 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:53.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:53 smithi005 conmon[35306]: cluster 2024-01-21T08:37:51.872691+0000 mgr.smithi005.dctvsr (mgr.14182) 755 : cluster [DBG] 2024-01-21T08:37:53.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:53 smithi005 conmon[35306]: pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:53.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:53 smithi150 conmon[40284]: cluster 2024-01-21T08:37:51.872691+0000 mgr.smithi005.dctvsr (mgr.14182) 755 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:54.727 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:54.728 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:55.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:55.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:55 smithi005 conmon[35306]: cluster 2024-01-21T08:37:53.873502+0000 mgr.smithi005.dctvsr (mgr.14182) 756 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:55.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:55 smithi150 conmon[40284]: cluster 2024-01-21T08:37:53.873502+0000 mgr.smithi005.dctvsr (mgr.14182) 756 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:56.348 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:56.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:56 smithi005 conmon[35306]: audit 2024-01-21T08:37:54.721406+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:37:56.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:56 smithi005 conmon[35306]: ) 757 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:56.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:56 smithi150 conmon[40284]: audit 2024-01-21T08:37:54.721406+0000 mgr.smithi005.dctvsr (mgr.14182) 757 : audit [DBG] 2024-01-21T08:37:56.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:56 smithi150 conmon[40284]: from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:57.847 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:57 smithi005 conmon[35306]: cluster 2024-01-21T08:37:55.874439+0000 mgr.smithi005.dctvsr (mgr.14182) 758 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:37:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:57 smithi150 conmon[40284]: cluster 2024-01-21T08:37:55.874439+0000 mgr.smithi005.dctvsr (mgr.14182) 758 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:37:58.254 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:37:58.254 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:37:58.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:37:59.807 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:37:59.842 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:59 smithi005 conmon[35306]: cluster 2024-01-21T08:37:57.874986+0000 mgr.smithi005.dctvsr (mgr.14182) 759 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:59.843 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:37:59 smithi005 conmon[35306]: audit 2024-01-21T08:37:58.248085+0000 mgr.smithi005.dctvsr (mgr.14182) 760 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:37:59.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:59 smithi150 conmon[40284]: cluster 2024-01-21T08:37:57.874986+0000 mgr.smithi005.dctvsr (mgr.14182) 759 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:37:59.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:37:59 smithi150 conmon[40284]: audit 2024-01-21T08:37:58.248085+0000 mgr.smithi005.dctvsr (mgr.14182) 760 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:01.688 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:01.688 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:01.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:01 smithi005 conmon[35306]: cluster 2024-01-21T08:37:59.875770+0000 mgr.smithi005.dctvsr (mgr.14182) 761 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:01 smithi150 conmon[40284]: cluster 2024-01-21T08:37:59.875770+0000 mgr.smithi005.dctvsr (mgr.14182) 761 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:02.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:03.273 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:03.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:03 smithi005 conmon[35306]: audit 2024-01-21T08:38:01.681886+0000 mgr.smithi005.dctvsr (mgr.14182) 762 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:03.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:03 smithi005 conmon[35306]: cluster 2024-01-21T08:38:03.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:03 smithi005 conmon[35306]: 2024-01-21T08:38:01.876529+0000 mgr.smithi005.dctvsr (mgr.14182) 763 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:03.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:03 smithi150 conmon[40284]: audit 2024-01-21T08:38:01.681886+0000 mgr.smithi005.dctvsr (mgr.14182) 762 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:03.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:03 smithi150 conmon[40284]: cluster 2024-01-21T08:38:01.876529+0000 mgr.smithi005.dctvsr (mgr.14182) 763 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:05.159 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:05.159 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:05.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:05 smithi150 conmon[40284]: cluster 2024-01-21T08:38:03.877228+0000 mgr.smithi005.dctvsr (mgr.14182) 764 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:05.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:05 smithi005 conmon[35306]: cluster 2024-01-21T08:38:03.877228+0000 mgr.smithi005.dctvsr (mgr.14182) 764 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:06.698 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:06.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:06 smithi150 conmon[40284]: audit 2024-01-21T08:38:05.151750+0000 mgr.smithi005.dctvsr (mgr.14182) 765 : audit [DBG] 2024-01-21T08:38:06.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:06 smithi150 conmon[40284]: from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:06.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:06 smithi005 conmon[35306]: audit 2024-01-21T08:38:05.151750+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:38:06.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:06 smithi005 conmon[35306]: ) 765 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:07 smithi150 conmon[40284]: cluster 2024-01-21T08:38:05.878323+0000 mgr.smithi005.dctvsr (mgr.14182) 766 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:38:07.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:07 smithi005 conmon[35306]: cluster 2024-01-21T08:38:05.878323+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:38:07.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:07 smithi005 conmon[35306]: ) 766 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:38:08.610 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:08.610 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:09.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:09 smithi150 conmon[40284]: cluster 2024-01-21T08:38:07.878871+0000 mgr.smithi005.dctvsr (mgr.14182) 767 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:09 smithi150 conmon[40284]: audit 2024-01-21T08:38:08.604331+0000 mgr.smithi005.dctvsr (mgr.14182) 768 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:09.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:09 smithi005 conmon[35306]: cluster 2024-01-21T08:38:07.878871+0000 mgr.smithi005.dctvsr (mgr.14182) 767 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:09.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:09 smithi005 conmon[35306]: audit 2024-01-21T08:38:08.604331+0000 mgr.smithi005.dctvsr (mgr.14182) 768 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:10.171 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:11.674 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:11 smithi005 conmon[35306]: cluster 2024-01-21T08:38:09.880002+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:38:11.675 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:11 smithi005 conmon[35306]: 769 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:11.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:11 smithi150 conmon[40284]: cluster 2024-01-21T08:38:09.880002+0000 mgr.smithi005.dctvsr (mgr.14182) 769 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:12.047 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:12.047 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:12.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:13.689 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:13.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:13 smithi150 conmon[40284]: cluster 2024-01-21T08:38:11.880583+0000 mgr.smithi005.dctvsr (mgr.14182) 770 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:13.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:13 smithi150 conmon[40284]: audit 2024-01-21T08:38:12.040908+0000 mgr.smithi005.dctvsr (mgr.14182) 771 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:13.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:13 smithi005 conmon[35306]: cluster 2024-01-21T08:38:11.880583+0000 mgr.smithi005.dctvsr (mgr.14182) 770 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:13.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:13 smithi005 conmon[35306]: audit 2024-01-21T08:38:12.040908+0000 mgr.smithi005.dctvsr (mgr.14182) 771 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:15.631 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:15.632 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:15 smithi150 conmon[40284]: cluster 2024-01-21T08:38:13.881189+0000 mgr.smithi005.dctvsr (mgr.14182) 772 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:15.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:15 smithi005 conmon[35306]: cluster 2024-01-21T08:38:13.881189+0000 mgr.smithi005.dctvsr (mgr.14182) 772 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:16.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:16.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:16 smithi150 conmon[40284]: audit 2024-01-21T08:38:15.625565+0000 mgr.smithi005.dctvsr (mgr.14182) 773 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:16.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:16 smithi150 conmon[40284]: 2024-01-21T08:38:16.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:16 smithi005 conmon[35306]: audit 2024-01-21T08:38:15.625565+0000 mgr.smithi005.dctvsr (mgr.14182) 773 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:17.195 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:17.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:17 smithi005 conmon[35306]: cluster 2024-01-21T08:38:15.882147+0000 mgr.smithi005.dctvsr (mgr.14182) 774 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:38:17.892 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:17 smithi150 conmon[40284]: cluster 2024-01-21T08:38:15.882147+0000 mgr.smithi005.dctvsr (mgr.14182) 774 : cluster [DBG] 2024-01-21T08:38:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:17 smithi150 conmon[40284]: pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:38:19.025 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:19.025 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:19.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:19 smithi150 conmon[40284]: cluster 2024-01-21T08:38:17.882923+0000 mgr.smithi005.dctvsr (mgr.14182) 775 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:19 smithi150 conmon[40284]: 2024-01-21T08:38:19.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:19 smithi005 conmon[35306]: cluster 2024-01-21T08:38:17.882923+0000 mgr.smithi005.dctvsr (mgr.14182) 775 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:20.547 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:20.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:20 smithi150 conmon[40284]: audit 2024-01-21T08:38:19.019044+0000 mgr.smithi005.dctvsr (mgr.14182) 776 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:20.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:20 smithi005 conmon[35306]: audit 2024-01-21T08:38:19.019044+0000 mgr.smithi005.dctvsr (mgr.14182) 776 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:20.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:20 smithi005 conmon[35306]: 2024-01-21T08:38:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:21 smithi005 conmon[35306]: cluster 2024-01-21T08:38:19.884074+0000 mgr.smithi005.dctvsr (mgr.14182) 777 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:21 smithi150 conmon[40284]: cluster 2024-01-21T08:38:19.884074+0000 mgr.smithi005.dctvsr (mgr.14182) 777 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:22.410 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:22.410 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:23.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:23.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:23 smithi150 conmon[40284]: cluster 2024-01-21T08:38:21.884713+0000 mgr.smithi005.dctvsr (mgr.14182) 778 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:23.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:23 smithi150 conmon[40284]: audit 2024-01-21T08:38:22.404530+0000 mgr.smithi005.dctvsr (mgr.14182) 779 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:23.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:23 smithi005 conmon[35306]: cluster 2024-01-21T08:38:21.884713+0000 mgr.smithi005.dctvsr (mgr.14182) 778 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:23.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:23 smithi005 conmon[35306]: audit 2024-01-21T08:38:22.404530+0000 mgr.smithi005.dctvsr (mgr.14182) 779 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:24.022 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:25.876 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:25.876 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:25.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:25 smithi150 conmon[40284]: cluster 2024-01-21T08:38:23.885420+0000 mgr.smithi005.dctvsr (mgr.14182) 780 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:25.906 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:25 smithi005 conmon[35306]: cluster 2024-01-21T08:38:23.885420+0000 mgr.smithi005.dctvsr (mgr.14182) 780 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:26.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:27.460 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:27 smithi150 conmon[40284]: audit 2024-01-21T08:38:25.870222+0000 mgr.smithi005.dctvsr (mgr.14182) 781 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:27 smithi150 conmon[40284]: cluster 2024-01-21T08:38:25.886219+0000 mgr.smithi005.dctvsr (mgr.14182) 782 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:38:27.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:27 smithi005 conmon[35306]: audit 2024-01-21T08: 2024-01-21T08:38:27.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:27 smithi005 conmon[35306]: 38:25.870222+0000 mgr.smithi005.dctvsr (mgr.14182) 781 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:27.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:27 smithi005 conmon[35306]: cluster 2024-01-21T08:38:25.886219+0000 mgr.smithi005.dctvsr (mgr.14182) 782 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:38:29.283 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:29.283 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:29.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:29 smithi150 conmon[40284]: cluster 2024-01-21T08:38:27.886937+0000 mgr.smithi005.dctvsr (mgr.14182) 783 : cluster [DBG] 2024-01-21T08:38:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:29 smithi150 conmon[40284]: pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:29.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:29 smithi005 conmon[35306]: cluster 2024-01-21T08:38:27.886937+0000 mgr.smithi005.dctvsr (mgr.14182) 783 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:30.860 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:30.892 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:30 smithi150 conmon[40284]: audit 2024-01-21T08:38:29.277690+0000 mgr.smithi005.dctvsr (mgr.14182) 784 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:30.898 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:30 smithi005 conmon[35306]: audit 2024-01-21T08:38:29.277690+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:38:30.898 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:30 smithi005 conmon[35306]: mgr.14182) 784 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:31 smithi150 conmon[40284]: cluster 2024-01-21T08:38:29.887939+0000 mgr.smithi005.dctvsr (mgr.14182) 785 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:31.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:31 smithi005 conmon[35306]: cluster 2024-01-21T08:38:29.887939+0000 mgr.smithi005.dctvsr (mgr.14182) 785 : 2024-01-21T08:38:31.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:31 smithi005 conmon[35306]: cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:32.712 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:32.712 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:33.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:33 smithi150 conmon[40284]: cluster 2024-01-21T08:38:31.888666+0000 mgr.smithi005.dctvsr (mgr.14182) 786 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:33.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:33 smithi005 conmon[35306]: cluster 2024-01-21T08:38:31.888666+0000 mgr.smithi005.dctvsr (mgr.14182) 786 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:34.267 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:34.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:34 smithi150 conmon[40284]: audit 2024-01-21T08:38:32.706090+0000 mgr.smithi005.dctvsr (mgr.14182) 787 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:34.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:34 smithi005 conmon[35306]: audit 2024-01-21T08:38:32.706090+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:38:34.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:34 smithi005 conmon[35306]: .14182) 787 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:35.755 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:35 smithi005 conmon[35306]: cluster 2024-01-21T08:38:33.889409+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:38:35.755 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:35 smithi005 conmon[35306]: ) 788 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:35.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:35 smithi150 conmon[40284]: cluster 2024-01-21T08:38:33.889409+0000 mgr.smithi005.dctvsr (mgr.14182) 788 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:35.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:35 smithi150 conmon[40284]: 2024-01-21T08:38:36.140 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:36.140 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:36.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:37.685 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:37 smithi150 conmon[40284]: cluster 2024-01-21T08:38:35.890191+0000 mgr.smithi005.dctvsr (mgr.14182) 789 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:38:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:37 smithi150 conmon[40284]: audit 2024-01-21T08:38:36.134090+0000 mgr.smithi005.dctvsr (mgr.14182) 790 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:37.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:37 smithi005 conmon[35306]: cluster 2024-01-21T08:38:35.890191+0000 mgr.smithi005.dctvsr (mgr.14182) 789 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:38:37.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:37 smithi005 conmon[35306]: audit 2024-01-21T08:38:36.134090+0000 mgr.smithi005.dctvsr (mgr.14182) 790 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:39.558 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:39.558 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:39.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:39 smithi005 conmon[35306]: cluster 2024-01-21T08:38:37.890853+0000 mgr.smithi005.dctvsr (mgr.14182) 791 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:40.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:40.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:39 smithi150 conmon[40284]: cluster 2024-01-21T08:38:37.890853+0000 mgr.smithi005.dctvsr (mgr.14182) 791 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:40.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:39 smithi150 conmon[40284]: 2024-01-21T08:38:40.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:40 smithi005 conmon[35306]: audit 2024-01-21T08:38:39.552498+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:38:40.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:40 smithi005 conmon[35306]: ) 792 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:41.127 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:41.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:40 smithi150 conmon[40284]: audit 2024-01-21T08:38:39.552498+0000 mgr.smithi005.dctvsr (mgr.14182) 792 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:41.919 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:41 smithi005 conmon[35306]: cluster 2024-01-21T08:38:39.891775+0000 mgr.smithi005.dctvsr (mgr.14182) 793 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:42.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:41 smithi150 conmon[40284]: cluster 2024-01-21T08:38:39.891775+0000 mgr.smithi005.dctvsr (mgr.14182) 793 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:42.925 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:42.926 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:43.430 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:43 smithi005 conmon[35306]: cluster 2024-01-21T08:38:41.892397+0000 mgr.smithi005.dctvsr (mgr.14182) 794 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:43.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:43.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:43 smithi150 conmon[40284]: cluster 2024-01-21T08:38:41.892397+0000 mgr.smithi005.dctvsr (mgr.14182) 794 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:44.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:44 smithi005 conmon[35306]: audit 2024-01-21T08:38:42.919122+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:38:44.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:44 smithi005 conmon[35306]: 795 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:44.450 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:44.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:44 smithi150 conmon[40284]: audit 2024-01-21T08:38:42.919122+0000 mgr.smithi005.dctvsr (mgr.14182) 795 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:45.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:45 smithi005 conmon[35306]: cluster 2024-01-21T08:38:43.893136 2024-01-21T08:38:45.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:45 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14182) 796 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:45.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:45 smithi150 conmon[40284]: cluster 2024-01-21T08:38:43.893136+0000 mgr.smithi005.dctvsr (mgr.14182) 796 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:46.290 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:46.290 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:46.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:47.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:47 smithi005 conmon[35306]: cluster 2024-01-21T08:38:45.894020+0000 mgr.smithi005.dctvsr (mgr.14182) 797 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:38:47.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:47 smithi005 conmon[35306]: audit 2024-01-21T08:38:46.284407+0000 mgr.smithi005.dctvsr (mgr.14182) 798 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:47.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:47 smithi150 conmon[40284]: cluster 2024-01-21T08:38:45.894020+0000 mgr.smithi005.dctvsr (mgr.14182) 797 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:38:47.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:47 smithi150 conmon[40284]: audit 2024-01-21T08:38:46.284407+0000 mgr.smithi005.dctvsr (mgr.14182) 798 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:47.893 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:49.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:49 smithi005 conmon[35306]: cluster 2024-01-21T08:38:47.894562+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:38:49.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:49 smithi005 conmon[35306]: 799 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:49.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:49 smithi150 conmon[40284]: cluster 2024-01-21T08:38:47.894562+0000 mgr.smithi005.dctvsr (mgr.14182) 799 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:49.747 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:49.747 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:50.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:51.326 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:51.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:51 smithi005 conmon[35306]: audit 2024-01-21T08:38:49.741761+0000 mgr.smithi005.dctvsr (mgr.14182) 800 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:51.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:51 smithi005 conmon[35306]: cluster 2024-01-21T08:38:49.895676+0000 mgr.smithi005.dctvsr (mgr.14182) 801 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:51.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:51 smithi150 conmon[40284]: audit 2024-01-21T08:38:49.741761+0000 mgr.smithi005.dctvsr (mgr.14182) 800 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:51.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:51 smithi150 conmon[40284]: cluster 2024-01-21T08:38:49.895676+0000 mgr.smithi005.dctvsr (mgr.14182) 801 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:53.262 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:53.262 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:53.435 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:53 smithi005 conmon[35306]: cluster 2024-01-21T08:38:51.896251+0000 mgr.smithi005.dctvsr (mgr.14182) 802 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:53 smithi150 conmon[40284]: cluster 2024-01-21T08:38:51.896251+0000 mgr.smithi005.dctvsr (mgr.14182) 802 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:53.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:54.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:54 smithi005 conmon[35306]: audit 2024-01-21T08:38:53.255915+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:38:54.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:54 smithi005 conmon[35306]: 14182) 803 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:54.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:54 smithi150 conmon[40284]: audit 2024-01-21T08:38:53.255915+0000 mgr.smithi005.dctvsr (mgr.14182) 803 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:54.840 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:55.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:55 smithi005 conmon[35306]: cluster 2024-01-21T08:38:53.897080+0000 mgr.smithi005.dctvsr (mgr.14182) 804 : cluster [DBG] 2024-01-21T08:38:55.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:55 smithi005 conmon[35306]: pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:55.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:55 smithi150 conmon[40284]: cluster 2024-01-21T08:38:53.897080+0000 mgr.smithi005.dctvsr (mgr.14182) 804 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:56.744 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:38:56.744 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:38:57.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:38:57.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:57 smithi005 conmon[35306]: cluster 2024-01-21T08:38:55.898152+0000 mgr.smithi005.dctvsr (mgr.14182) 805 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:38:57.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:57 smithi150 conmon[40284]: cluster 2024-01-21T08:38:55.898152+0000 mgr.smithi005.dctvsr (mgr.14182) 805 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:38:58.284 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:38:58.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:58 smithi005 conmon[35306]: audit 2024-01-21T08:38:56.738386+0000 mgr.smithi005.dctvsr (mgr.14182) 806 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:58.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:58 smithi150 conmon[40284]: audit 2024-01-21T08:38:56.738386+0000 mgr.smithi005.dctvsr (mgr.14182) 806 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:38:59.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:59 smithi005 conmon[35306]: cluster 2024-01-21T08:38:57.898951+0000 mgr.smithi005.dctvsr 2024-01-21T08:38:59.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:38:59 smithi005 conmon[35306]: (mgr.14182) 807 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:38:59.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:38:59 smithi150 conmon[40284]: cluster 2024-01-21T08:38:57.898951+0000 mgr.smithi005.dctvsr (mgr.14182) 807 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:00.128 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:00.128 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:00.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:01.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:01 smithi150 conmon[40284]: cluster 2024-01-21T08:38:59.899801+0000 mgr.smithi005.dctvsr (mgr.14182) 808 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:01.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:01 smithi150 conmon[40284]: audit 2024-01-21T08:39:01.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:01 smithi150 conmon[40284]: 2024-01-21T08:39:00.122689+0000 mgr.smithi005.dctvsr (mgr.14182) 809 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:01.683 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:01.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:01 smithi005 conmon[35306]: cluster 2024-01-21T08:38:59.899801+0000 mgr.smithi005.dctvsr (mgr.14182) 808 : 2024-01-21T08:39:01.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:01 smithi005 conmon[35306]: cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:01.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:01 smithi005 conmon[35306]: audit 2024-01-21T08:39:00.122689+0000 mgr.smithi005.dctvsr (mgr.14182) 809 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:03.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:03 smithi005 conmon[35306]: cluster 2024-01-21T08:39:01.900399+0000 mgr.smithi005.dctvsr (mgr.14182) 810 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:03.530 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:03.530 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:03 smithi150 conmon[40284]: cluster 2024-01-21T08:39:01.900399+0000 mgr.smithi005.dctvsr (mgr.14182) 810 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:04.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:04.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:04 smithi005 conmon[35306]: audit 2024-01-21T08:39:03.525247+0000 mgr.smithi005.dctvsr (mgr.14182) 811 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:04.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:04 smithi150 conmon[40284]: audit 2024-01-21T08:39:03.525247+0000 mgr.smithi005.dctvsr (mgr.14182) 811 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:05.097 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:05.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:05 smithi005 conmon[35306]: cluster 2024-01-21T08:39:03.901142+0000 mgr.smithi005.dctvsr (mgr.14182) 812 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:05.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:05 smithi150 conmon[40284]: cluster 2024-01-21T08:39:03.901142+0000 mgr.smithi005.dctvsr (mgr.14182) 812 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:06.897 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:06.897 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:07.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:07.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:07 smithi150 conmon[40284]: cluster 2024-01-21T08:39:05.901961+0000 mgr.smithi005.dctvsr (mgr.14182) 813 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:39:07.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:07 smithi005 conmon[35306]: cluster 2024-01-21T08:39:05.901961+0000 mgr.smithi005.dctvsr (mgr.14182) 813 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:39:08.455 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:08.495 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:08 smithi005 conmon[35306]: audit 2024-01-21T08:39:06.891390+0000 mgr.smithi005.dctvsr (mgr.14182) 814 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:08.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:08 smithi150 conmon[40284]: audit 2024-01-21T08:39:06.891390+0000 mgr.smithi005.dctvsr (mgr.14182) 814 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:08.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:08 smithi150 conmon[40284]: 2024-01-21T08:39:09.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:09 smithi150 conmon[40284]: cluster 2024-01-21T08:39:07.902481+0000 mgr.smithi005.dctvsr (mgr.14182) 815 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:09.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:09 smithi005 conmon[35306]: cluster 2024-01-21T08:39:07.902481+0000 mgr.smithi005.dctvsr (mgr.14182) 815 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:10.358 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:10.358 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:31:19.268911Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.feuwcr on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:10.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:11.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:11 smithi150 conmon[40284]: cluster 2024-01-21T08:39:09.903481+0000 mgr.smithi005.dctvsr (mgr.14182) 816 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:11.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:11 smithi150 conmon[40284]: audit 2024-01-21T08:39:10.352700+0000 mgr.smithi005.dctvsr (mgr.14182) 817 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:11.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:11 smithi150 conmon[40284]: audit 2024-01-21T08:39:11.202309+0000 mon.smithi005 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.crnmyt"}]: dispatch 2024-01-21T08:39:11.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:11 smithi005 conmon[35306]: cluster 2024-01-21T08:39:09.903481+0000 mgr.smithi005.dctvsr (mgr.14182) 816 : cluster 2024-01-21T08:39:11.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:11 smithi005 conmon[35306]: [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:11.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:11 smithi005 conmon[35306]: audit 2024-01-21T08:39:10.352700+0000 mgr.smithi005.dctvsr (mgr.14182) 817 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:11.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:11 smithi005 conmon[35306]: audit 2024-01-21T08:39:11.202309+0000 mon.smithi005 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.crnmyt"}]: dispatch 2024-01-21T08:39:11.916 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:12.574 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: cephadm 2024-01-21T08:39:11.201608+0000 2024-01-21T08:39:12.574 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 818 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt 2024-01-21T08:39:12.574 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt 2024-01-21T08:39:12.574 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt 2024-01-21T08:39:12.574 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt 2024-01-21T08:39:12.574 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi150.crnmyt ... 2024-01-21T08:39:12.574 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:39:12.574 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:37:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:37:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:38:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: Traceback (most recent call last): 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: yield (conn, connr) 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: code, '\n'.join(err))) 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt 2024-01-21T08:39:12.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt 2024-01-21T08:39:12.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi150.crnmyt ... 2024-01-21T08:39:12.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:39:12.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:39:12.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:37:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:37:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:38:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:39:12.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgradin 2024-01-21T08:39:12.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: g: https://www.docker.com/increase-rate-limit 2024-01-21T08:39:12.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:39:12.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: cephadm 2024-01-21T08:39:11.201866+0000 mgr.smithi005.dctvsr (mgr.14182) 819 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.crnmyt 2024-01-21T08:39:12.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: cephadm 2024-01-21T08:39:11.203169+0000 mgr.smithi005.dctvsr (mgr.14182) 820 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt 2024-01-21T08:39:12.576 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt 2024-01-21T08:39:12.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt 2024-01-21T08:39:12.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt 2024-01-21T08:39:12.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi150.crnmyt ... 2024-01-21T08:39:12.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:39:12.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:39:12.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:37:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:37:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:38:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:39:12.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:39:12.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:39:12.577 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:12 smithi005 conmon[35306]: cephadm 2024-01-21T08:39:11.204943+0000 mgr.smithi005.dctvsr (mgr.14182) 821 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.iqhncq on smithi005 2024-01-21T08:39:12.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: cephadm 2024-01-21T08:39:11.201608+0000 mgr.smithi005.dctvsr (mgr.14182) 818 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt 2024-01-21T08:39:12.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt 2024-01-21T08:39:12.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt 2024-01-21T08:39:12.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt 2024-01-21T08:39:12.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi150.crnmyt ... 2024-01-21T08:39:12.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:39:12.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:39:12.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:37:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:37:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:38:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:39:12.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:39:12.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:39:12.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: Traceback (most recent call last): 2024-01-21T08:39:12.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:39:12.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: yield (conn, connr) 2024-01-21T08:39:12.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:39:12.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: code, '\n'.join(err))) 2024-01-21T08:39:12.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi150.crnmyt ... 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:37:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:37:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:38:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: cephadm 2024-01-21T08:39:11.201866+0000 mgr.smithi005.dctvsr (mgr.14182) 819 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.crnmyt 2024-01-21T08:39:12.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: cephadm 2024-01-21T08:39:11.203169+0000 mgr.smithi005.dctvsr (mgr.14182) 820 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt 2024-01-21T08:39:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt 2024-01-21T08:39:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt 2024-01-21T08:39:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt 2024-01-21T08:39:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi150.crnmyt ... 2024-01-21T08:39:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:39:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:39:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:37:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:37:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:38:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:39:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:39:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:39:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:39:12.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:12 smithi150 conmon[40284]: cephadm 2024-01-21T08:39:11.204943+0000 mgr.smithi005.dctvsr (mgr.14182) 821 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.iqhncq on smithi005 2024-01-21T08:39:13.371 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:13 smithi005 conmon[35306]: cluster 2024-01-21T08:39:11.904249+0000 mgr.smithi005.dctvsr (mgr.14182) 822 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:13.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:13 smithi150 conmon[40284]: cluster 2024-01-21T08:39:11.904249+0000 mgr.smithi005.dctvsr (mgr.14182) 822 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:13.787 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:13.787 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:14.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:15.423 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:15.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:15 smithi150 conmon[40284]: audit 2024-01-21T08:39:13.781027+0000 mgr.smithi005.dctvsr (mgr.14182) 823 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:15.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:15 smithi150 conmon[40284]: cluster 2024-01-21T08:39:13.904927+0000 mgr.smithi005.dctvsr (mgr.14182) 824 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:15.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:15 smithi005 conmon[35306]: audit 2024-01-21T08:39:13.781027+0000 mgr.smithi005.dctvsr (mgr.14182) 823 : audit [DBG] 2024-01-21T08:39:15.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:15 smithi005 conmon[35306]: from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:15.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:15 smithi005 conmon[35306]: cluster 2024-01-21T08:39:13.904927+0000 mgr.smithi005.dctvsr (mgr.14182) 824 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:17.243 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:17.243 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:17.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:17 smithi150 conmon[40284]: cluster 2024-01-21T08:39:15.905730+0000 mgr.smithi005.dctvsr (mgr.14182) 825 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:39:17.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:17 smithi005 conmon[35306]: cluster 2024-01-21T08:39:15.905730+0000 mgr.smithi005.dctvsr (mgr.14182) 825 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:39:17.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:18.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:18 smithi150 conmon[40284]: audit 2024-01-21T08:39:17.235881+0000 mgr.smithi005.dctvsr (mgr.14182) 826 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:18.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:18 smithi005 conmon[35306]: audit 2024-01-21T08:39:17.235881+0000 mgr.smithi005.dctvsr (mgr.14182) 826 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:18.812 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:19.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:19 smithi005 conmon[35306]: cluster 2024-01-21T08:39:17.906326+0000 mgr.smithi005.dctvsr (mgr.14182) 827 2024-01-21T08:39:19.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:19 smithi005 conmon[35306]: : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:19.655 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:19 smithi150 conmon[40284]: cluster 2024-01-21T08:39:17.906326+0000 mgr.smithi005.dctvsr (mgr.14182) 827 : cluster [DBG] 2024-01-21T08:39:19.656 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:19 smithi150 conmon[40284]: pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:20.616 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:20.616 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:21.270 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:21.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:21 smithi150 conmon[40284]: cluster 2024-01-21T08:39:19.907324+0000 mgr.smithi005.dctvsr (mgr.14182) 828 : cluster [DBG] 2024-01-21T08:39:21.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:21 smithi150 conmon[40284]: pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:21.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:21 smithi150 conmon[40284]: audit 2024-01-21T08:39:20.608663+0000 mgr.smithi005.dctvsr (mgr.14182) 829 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:21 smithi005 conmon[35306]: cluster 2024-01-21T08:39:19.907324+0000 mgr.smithi005.dctvsr (mgr.14182) 828 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:21 smithi005 conmon[35306]: audit 2024-01-21T08:39:20.608663+0000 mgr.smithi005.dctvsr (mgr.14182) 829 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:22.271 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:23.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:23 smithi005 conmon[35306]: cluster 2024-01-21T08:39:21.907845+0000 mgr.smithi005.dctvsr (mgr.14182) 830 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:23.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:23 smithi150 conmon[40284]: cluster 2024-01-21T08:39:21.907845+0000 mgr.smithi005.dctvsr (mgr.14182) 830 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:24.183 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:24.184 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:24.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:25.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:25 smithi150 conmon[40284]: cluster 2024-01-21T08:39:23.908672+0000 mgr.smithi005.dctvsr (mgr.14182) 831 : cluster [DBG] 2024-01-21T08:39:25.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:25 smithi150 conmon[40284]: pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:25.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:25 smithi150 conmon[40284]: audit 2024-01-21T08:39:24.177610+0000 mgr.smithi005.dctvsr (mgr.14182) 832 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:25.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:25 smithi005 conmon[35306]: cluster 2024-01-21T08:39:23.908672+0000 mgr.smithi005.dctvsr (mgr.14182) 831 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:25.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:25 smithi005 conmon[35306]: audit 2024-01-21T08:39:24.177610+0000 mgr.smithi005.dctvsr (mgr.14182) 832 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:25.786 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:27.306 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:27 smithi005 conmon[35306]: cluster 2024-01-21T08:39:25.909454+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:39:27.306 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:27 smithi005 conmon[35306]: mgr.14182) 833 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:39:27.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:27 smithi150 conmon[40284]: cluster 2024-01-21T08:39:25.909454+0000 mgr.smithi005.dctvsr (mgr.14182) 833 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:39:27.701 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:27.701 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:28.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:29.235 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:29.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:29 smithi150 conmon[40284]: audit 2024-01-21T08:39:27.695137+0000 mgr.smithi005.dctvsr (mgr.14182) 834 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:29.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:29 smithi150 conmon[40284]: cluster 2024-01-21T08:39:29.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:29 smithi150 conmon[40284]: 2024-01-21T08:39:27.910167+0000 mgr.smithi005.dctvsr (mgr.14182) 835 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:29 smithi005 conmon[35306]: audit 2024-01-21T08:39:27.695137+0000 mgr.smithi005.dctvsr (mgr.14182) 834 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:29 smithi005 conmon[35306]: cluster 2024-01-21T08:39:27.910167+0000 mgr.smithi005.dctvsr (mgr.14182) 835 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:31.046 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:31.046 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:31.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:31 smithi005 conmon[35306]: cluster 2024-01-21T08:39:29.911191+0000 mgr.smithi005.dctvsr (mgr.14182) 836 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:31.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:31.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:31 smithi150 conmon[40284]: cluster 2024-01-21T08:39:29.911191+0000 mgr.smithi005.dctvsr (mgr.14182) 836 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:32.591 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:32.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:32 smithi005 conmon[35306]: audit 2024-01-21T08:39:31.040034+0000 mgr.smithi005.dctvsr (mgr.14182) 837 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:32.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:32 smithi150 conmon[40284]: audit 2024-01-21T08:39:31.040034+0000 mgr.smithi005.dctvsr (mgr.14182) 837 : audit 2024-01-21T08:39:32.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:32 smithi150 conmon[40284]: [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:33.378 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:33 smithi005 conmon[35306]: cluster 2024-01-21T08:39:31.911913+0000 2024-01-21T08:39:33.378 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:33 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 838 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:33 smithi150 conmon[40284]: cluster 2024-01-21T08:39:31.911913+0000 mgr.smithi005.dctvsr (mgr.14182) 838 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:34.398 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:34.398 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:34.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:35 smithi150 conmon[40284]: cluster 2024-01-21T08:39:33.912591+0000 mgr.smithi005.dctvsr (mgr.14182) 839 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:35 smithi150 conmon[40284]: audit 2024-01-21T08:39:34.388556+0000 mgr.smithi005.dctvsr (mgr.14182) 840 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:35.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:35 smithi005 conmon[35306]: cluster 2024-01-21T08:39:33.912591+0000 mgr.smithi005.dctvsr (mgr.14182) 839 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:35.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:35 smithi005 conmon[35306]: audit 2024-01-21T08:39:34.388556+0000 mgr.smithi005.dctvsr (mgr.14182) 840 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:35.985 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:37.519 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:37 smithi005 conmon[35306]: cluster 2024-01-21T08:39:35.913597+0000 mgr.smithi005.dctvsr (mgr.14182) 841 : cluster 2024-01-21T08:39:37.520 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:37 smithi005 conmon[35306]: [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:39:37.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:37 smithi150 conmon[40284]: cluster 2024-01-21T08:39:35.913597+0000 mgr.smithi005.dctvsr (mgr.14182) 841 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:39:37.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:37 smithi150 conmon[40284]: 2024-01-21T08:39:37.916 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:37.916 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:38.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:39.461 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:39 smithi150 conmon[40284]: audit 2024-01-21T08:39:37.909874+0000 mgr.smithi005.dctvsr (mgr.14182) 842 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:39.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:39 smithi150 conmon[40284]: cluster 2024-01-21T08:39:37.914129+0000 mgr.smithi005.dctvsr (mgr.14182) 843 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:39.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:39 smithi005 conmon[35306]: audit 2024-01-21T08:39:37.909874+0000 mgr.smithi005.dctvsr (mgr.14182) 842 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:39.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:39 smithi005 conmon[35306]: cluster 2024-01-21T08:39:37.914129+0000 mgr.smithi005.dctvsr (mgr.14182) 843 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:41.264 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:41.264 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:41.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:41 smithi150 conmon[40284]: cluster 2024-01-21T08:39:39.915151+0000 mgr.smithi005.dctvsr (mgr.14182) 844 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:41.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:41 smithi005 conmon[35306]: cluster 2024-01-21T08:39:39.915151+0000 mgr.smithi005.dctvsr (mgr.14182) 844 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:41.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:42.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:42 smithi150 conmon[40284]: audit 2024-01-21T08:39:41.257983+0000 mgr.smithi005.dctvsr (mgr.14182) 845 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:42.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:42 smithi005 conmon[35306]: audit 2024-01-21T08:39:41.257983+0000 mgr.smithi005.dctvsr (mgr.14182) 845 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:42.767 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:43.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:43 smithi005 conmon[35306]: cluster 2024-01-21T08:39:41.915775+0000 2024-01-21T08:39:43.626 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:43 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 846 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:43.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:43 smithi150 conmon[40284]: cluster 2024-01-21T08:39:41.915775+0000 mgr.smithi005.dctvsr (mgr.14182) 846 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:44.600 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:44.601 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:45.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:45.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:45 smithi005 conmon[35306]: cluster 2024-01-21T08:39:43.916488+0000 mgr.smithi005.dctvsr (mgr.14182) 847 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:45.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:45 smithi005 conmon[35306]: audit 2024-01-21T08:39:44.594452+0000 mgr.smithi005.dctvsr (mgr.14182) 848 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:45.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:45 smithi150 conmon[40284]: cluster 2024-01-21T08:39:43.916488+0000 mgr.smithi005.dctvsr (mgr.14182) 847 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:45.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:45 smithi150 conmon[40284]: audit 2024-01-21T08:39:44.594452+0000 mgr.smithi005.dctvsr (mgr.14182) 848 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:46.123 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:47.587 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:47 smithi005 conmon[35306]: cluster 2024-01-21T08:39:45.917320+0000 mgr.smithi005.dctvsr (mgr.14182) 849 2024-01-21T08:39:47.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:47 smithi005 conmon[35306]: : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:39:47.642 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:47 smithi150 conmon[40284]: cluster 2024-01-21T08:39:45.917320+0000 mgr.smithi005.dctvsr (mgr.14182) 849 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:39:47.944 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:47.944 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:48.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:49.483 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:49.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:49 smithi150 conmon[40284]: cluster 2024-01-21T08:39:47.917883+0000 mgr.smithi005.dctvsr (mgr.14182) 850 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:49.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:49 smithi150 conmon[40284]: audit 2024-01-21T08:39:47.938119+0000 mgr.smithi005.dctvsr (mgr.14182) 851 2024-01-21T08:39:49.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:49 smithi150 conmon[40284]: : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:49.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:49 smithi005 conmon[35306]: cluster 2024-01-21T08:39:47.917883+0000 mgr.smithi005.dctvsr (mgr.14182) 850 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:49.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:49 smithi005 conmon[35306]: audit 2024-01-21T08:39:47.938119+0000 mgr.smithi005.dctvsr (mgr.14182) 851 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:51.288 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:51.288 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:51.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:51 smithi150 conmon[40284]: cluster 2024-01-21T08:39:49.918640+0000 mgr.smithi005.dctvsr (mgr.14182) 852 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:51.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:51 smithi005 conmon[35306]: cluster 2024-01-21T08:39:49.918640+0000 mgr.smithi005.dctvsr (mgr.14182) 852 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:51.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:52.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:52 smithi150 conmon[40284]: audit 2024-01-21T08:39:51.281505+0000 mgr.smithi005.dctvsr (mgr.14182) 853 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:52.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:52 smithi005 conmon[35306]: audit 2024-01-21T08:39:51.281505+0000 mgr.smithi005.dctvsr (mgr.14182) 853 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:52.839 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:53.642 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:53 smithi005 conmon[35306]: cluster 2024-01-21T08:39:51.919216+0000 2024-01-21T08:39:53.642 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:53 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 854 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:53 smithi150 conmon[40284]: cluster 2024-01-21T08:39:51.919216+0000 mgr.smithi005.dctvsr (mgr.14182) 854 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:54.675 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:54.675 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:55.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:55.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:55 smithi150 conmon[40284]: cluster 2024-01-21T08:39:53.920009+0000 mgr.smithi005.dctvsr (mgr.14182) 855 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:55.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:55 smithi005 conmon[35306]: cluster 2024-01-21T08:39:53.920009+0000 mgr.smithi005.dctvsr (mgr.14182) 855 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:56.224 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:39:56.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:56 smithi150 conmon[40284]: audit 2024-01-21T08:39:54.669243+0000 mgr.smithi005.dctvsr (mgr.14182) 856 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:56.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:56 smithi150 conmon[40284]: 2024-01-21T08:39:56.684 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:56 smithi005 conmon[35306]: audit 2024-01-21T08:39:54.669243+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:39:56.685 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:56 smithi005 conmon[35306]: ) 856 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:57.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:57 smithi150 conmon[40284]: cluster 2024-01-21T08:39:55.921017+0000 mgr.smithi005.dctvsr (mgr.14182) 857 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:39:57.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:57 smithi005 conmon[35306]: cluster 2024-01-21T08:39:55.921017+0000 mgr.smithi005.dctvsr (mgr.14182) 857 : cluster [DBG] 2024-01-21T08:39:57.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:57 smithi005 conmon[35306]: pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:39:58.164 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:39:58.164 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:39:58.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:39:59.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:59 smithi150 conmon[40284]: cluster 2024-01-21T08:39:57.921618+0000 mgr.smithi005.dctvsr (mgr.14182) 858 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:59.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:59 smithi150 conmon[40284]: audit 2024-01-21T08:39:58.158639+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:39:59.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:39:59 smithi150 conmon[40284]: ) 859 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:59.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:59 smithi005 conmon[35306]: cluster 2024-01-21T08:39:57.921618+0000 mgr.smithi005.dctvsr (mgr.14182) 858 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:39:59.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:39:59 smithi005 conmon[35306]: audit 2024-01-21T08:39:58.158639+0000 mgr.smithi005.dctvsr (mgr.14182) 859 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:39:59.784 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:00.641 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:00 smithi005 conmon[35306]: cluster 2024-01-21T08:40:00.000117 2024-01-21T08:40:00.641 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:00 smithi005 conmon[35306]: +0000 mon.smithi005 (mon.0) 750 : cluster [INF] overall HEALTH_OK 2024-01-21T08:40:00.642 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:00 smithi150 conmon[40284]: cluster 2024-01-21T08:40:00.000117+0000 mon.smithi005 (mon.0) 750 : cluster [INF] overall HEALTH_OK 2024-01-21T08:40:01.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:01 smithi150 conmon[40284]: cluster 2024-01-21T08:39:59.922337+0000 mgr.smithi005.dctvsr (mgr.14182) 860 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:01.654 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:01.655 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:01.675 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:01 smithi005 conmon[35306]: cluster 2024-01-21T08:39:59.922337+0000 mgr.smithi005.dctvsr (mgr.14182) 860 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:02.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:02.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:02 smithi005 conmon[35306]: audit 2024-01-21T08:40:01.646495+0000 mgr.smithi005.dctvsr (mgr.14182) 861 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:02.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:02 smithi150 conmon[40284]: audit 2024-01-21T08:40:01.646495+0000 mgr.smithi005.dctvsr (mgr.14182) 861 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:03.214 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:03 smithi150 conmon[40284]: cluster 2024-01-21T08:40:01.922996+0000 mgr.smithi005.dctvsr (mgr.14182) 862 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:03.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:03 smithi005 conmon[35306]: cluster 2024-01-21T08:40:01.922996+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:40:03.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:03 smithi005 conmon[35306]: .14182) 862 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:05.081 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:05.082 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:05.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:05 smithi150 conmon[40284]: cluster 2024-01-21T08:40:03.923734+0000 mgr.smithi005.dctvsr (mgr.14182) 863 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:05.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:05 smithi005 conmon[35306]: cluster 2024-01-21T08:40:03.923734+0000 mgr.smithi005.dctvsr (mgr.14182) 863 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:05.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:06.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:06 smithi150 conmon[40284]: audit 2024-01-21T08:40:05.075839+0000 mgr.smithi005.dctvsr (mgr.14182) 864 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:06.690 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:06.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:06 smithi005 conmon[35306]: audit 2024-01-21T08:40:05.075839+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:40:06.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:06 smithi005 conmon[35306]: ) 864 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:07.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:07 smithi005 conmon[35306]: cluster 2024-01-21T08:40:05.924937+0000 mgr.smithi005.dctvsr (mgr.14182) 865 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:40:07.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:07 smithi150 conmon[40284]: cluster 2024-01-21T08:40:05.924937+0000 mgr.smithi005.dctvsr (mgr.14182) 865 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:40:08.507 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:08.507 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:09.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:09.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:09 smithi150 conmon[40284]: cluster 2024-01-21T08:40:07.925565+0000 mgr.smithi005.dctvsr (mgr.14182) 866 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:09.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:09 smithi150 conmon[40284]: audit 2024-01-21T08:40:08.500054+0000 mgr.smithi005.dctvsr (mgr.14182) 867 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:09.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:09 smithi005 conmon[35306]: cluster 2024-01-21T08:40:07.925565+0000 mgr.smithi005.dctvsr (mgr.14182) 866 : cluster [DBG] 2024-01-21T08:40:09.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:09 smithi005 conmon[35306]: pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:09.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:09 smithi005 conmon[35306]: audit 2024-01-21T08:40:08.500054+0000 mgr.smithi005.dctvsr (mgr.14182) 867 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:10.089 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:11.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:11 smithi005 conmon[35306]: cluster 2024-01-21T08:40:09.926436+0000 mgr.smithi005.dctvsr (mgr.14182) 868 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:11.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:11 smithi150 conmon[40284]: cluster 2024-01-21T08:40:09.926436+0000 mgr.smithi005.dctvsr (mgr.14182) 868 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:11.972 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:11.972 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:12.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:13.544 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:13.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:13 smithi150 conmon[40284]: cluster 2024-01-21T08:40:11.926943+0000 mgr.smithi005.dctvsr (mgr.14182) 869 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:13.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:13 smithi150 conmon[40284]: audit 2024-01-21T08:40:11.966847+0000 mgr.smithi005.dctvsr (mgr.14182) 870 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:13.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:13 smithi005 conmon[35306]: cluster 2024-01-21T08:40:11.926943+0000 mgr.smithi005.dctvsr (mgr.14182) 869 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:13.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:13 smithi005 conmon[35306]: audit 2024-01-21T08:40:13.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:13 smithi005 conmon[35306]: 2024-01-21T08:40:11.966847+0000 mgr.smithi005.dctvsr (mgr.14182) 870 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:15.367 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:15.367 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:15.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:15 smithi150 conmon[40284]: cluster 2024-01-21T08:40:13.927623+0000 mgr.smithi005.dctvsr (mgr.14182) 871 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:15.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:15 smithi005 conmon[35306]: cluster 2024-01-21T08:40:13.927623+0000 mgr.smithi005.dctvsr (mgr.14182) 871 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:15.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:16.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:16 smithi005 conmon[35306]: audit 2024-01-21T08:40:15.361073+0000 mgr.smithi005.dctvsr (mgr.14182) 872 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:16.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:16 smithi150 conmon[40284]: audit 2024-01-21T08:40:15.361073+0000 mgr.smithi005.dctvsr (mgr.14182) 872 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:16.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:16 smithi150 conmon[40284]: 2024-01-21T08:40:16.937 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:17.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:17 smithi005 conmon[35306]: cluster 2024-01-21T08:40:15.928472 2024-01-21T08:40:17.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:17 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14182) 873 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:40:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:17 smithi150 conmon[40284]: cluster 2024-01-21T08:40:15.928472+0000 mgr.smithi005.dctvsr (mgr.14182) 873 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:40:18.761 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:18.761 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:19.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:19.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:19 smithi005 conmon[35306]: cluster 2024-01-21T08:40:17.929214+0000 mgr.smithi005.dctvsr (mgr.14182) 874 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:19 smithi150 conmon[40284]: cluster 2024-01-21T08:40:17.929214+0000 mgr.smithi005.dctvsr (mgr.14182) 874 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:20.318 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:20.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:20 smithi005 conmon[35306]: audit 2024-01-21T08:40:18.755358+0000 mgr.smithi005.dctvsr (mgr.14182) 875 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:20.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:20 smithi150 conmon[40284]: audit 2024-01-21T08:40:18.755358+0000 mgr.smithi005.dctvsr (mgr.14182) 875 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:21 smithi005 conmon[35306]: cluster 2024-01-21T08:40:19.930135+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:40:21.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:21 smithi005 conmon[35306]: mgr.14182) 876 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:21 smithi150 conmon[40284]: cluster 2024-01-21T08:40:19.930135+0000 mgr.smithi005.dctvsr (mgr.14182) 876 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:22.137 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:22.137 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:22.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:23.679 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:23.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:23 smithi005 conmon[35306]: cluster 2024-01-21T08:40:21.930594+0000 mgr.smithi005.dctvsr (mgr.14182) 877 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:23.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:23 smithi005 conmon[35306]: audit 2024-01-21T08:40:22.131760+0000 mgr.smithi005.dctvsr (mgr.14182) 878 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:23.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:23 smithi150 conmon[40284]: cluster 2024-01-21T08:40:21.930594+0000 mgr.smithi005.dctvsr (mgr.14182) 877 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:23.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:23 smithi150 conmon[40284]: audit 2024-01-21T08:40:22.131760+0000 mgr.smithi005.dctvsr (mgr.14182) 878 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:25.543 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:25.543 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:25.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:25 smithi005 conmon[35306]: cluster 2024-01-21T08:40:23.931401+0000 mgr.smithi005.dctvsr (mgr.14182) 879 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:25.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:25 smithi150 conmon[40284]: cluster 2024-01-21T08:40:23.931401+0000 mgr.smithi005.dctvsr (mgr.14182) 879 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:26.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:26.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:26 smithi005 conmon[35306]: audit 2024-01-21T08:40:25.536648+0000 mgr.smithi005.dctvsr (mgr.14182) 880 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:26.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:26 smithi150 conmon[40284]: audit 2024-01-21T08:40:25.536648+0000 mgr.smithi005.dctvsr (mgr.14182) 880 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:26.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:26 smithi150 conmon[40284]: 2024-01-21T08:40:27.170 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:27.646 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:27 smithi005 conmon[35306]: cluster 2024-01-21T08:40:25.932424+0000 mgr.smithi005.dctvsr 2024-01-21T08:40:27.647 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:27 smithi005 conmon[35306]: (mgr.14182) 881 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:40:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:27 smithi150 conmon[40284]: cluster 2024-01-21T08:40:25.932424+0000 mgr.smithi005.dctvsr (mgr.14182) 881 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:40:29.058 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:29.058 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:29.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:29.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:29 smithi005 conmon[35306]: cluster 2024-01-21T08:40:27.933092+0000 mgr.smithi005.dctvsr (mgr.14182) 882 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:29 smithi150 conmon[40284]: cluster 2024-01-21T08:40:27.933092+0000 mgr.smithi005.dctvsr (mgr.14182) 882 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:30.643 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:30.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:30 smithi005 conmon[35306]: audit 2024-01-21T08:40:29.051637+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:40:30.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:30 smithi005 conmon[35306]: 883 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:30.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:30 smithi150 conmon[40284]: audit 2024-01-21T08:40:29.051637+0000 mgr.smithi005.dctvsr (mgr.14182) 883 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:31.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:31 smithi005 conmon[35306]: cluster 2024-01-21T08:40:29.933882+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:40:31.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:31 smithi005 conmon[35306]: .14182) 884 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:31 smithi150 conmon[40284]: cluster 2024-01-21T08:40:29.933882+0000 mgr.smithi005.dctvsr (mgr.14182) 884 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:31 smithi150 conmon[40284]: 2024-01-21T08:40:32.470 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:32.470 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:33.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:33 smithi005 conmon[35306]: cluster 2024-01-21T08:40:31.934530+0000 mgr.smithi005.dctvsr (mgr.14182) 885 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:33.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:33 smithi005 conmon[35306]: audit 2024-01-21T08:40:32.463002+0000 mgr.smithi005.dctvsr (mgr.14182) 886 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:33 smithi150 conmon[40284]: cluster 2024-01-21T08:40:31.934530+0000 mgr.smithi005.dctvsr (mgr.14182) 885 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:33 smithi150 conmon[40284]: audit 2024-01-21T08:40:32.463002+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:40:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:33 smithi150 conmon[40284]: ) 886 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:34.041 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:35.496 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:35 smithi005 conmon[35306]: cluster 2024-01-21T08:40:33.935356+0000 mgr.smithi005.dctvsr (mgr.14182) 887 2024-01-21T08:40:35.496 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:35 smithi005 conmon[35306]: : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:35.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:35 smithi150 conmon[40284]: cluster 2024-01-21T08:40:33.935356+0000 mgr.smithi005.dctvsr (mgr.14182) 887 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:35.910 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:35.910 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:36.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:37.458 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:37 smithi150 conmon[40284]: audit 2024-01-21T08:40:35.903560+0000 mgr.smithi005.dctvsr (mgr.14182) 888 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:37 smithi150 conmon[40284]: 2024-01-21T08:40:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:37 smithi150 conmon[40284]: cluster 2024-01-21T08:40:35.936093+0000 mgr.smithi005.dctvsr (mgr.14182) 889 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:40:37.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:37 smithi005 conmon[35306]: audit 2024-01-21T08:40:35.903560+0000 mgr.smithi005.dctvsr (mgr.14182) 888 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:37.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:37 smithi005 conmon[35306]: cluster 2024-01-21T08:40:35.936093+0000 mgr.smithi005.dctvsr (mgr.14182) 889 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:40:39.297 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:39.297 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:39.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:39 smithi005 conmon[35306]: cluster 2024-01-21T08:40:37.936853+0000 mgr.smithi005.dctvsr (mgr.14182) 890 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:39.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:39 smithi150 conmon[40284]: cluster 2024-01-21T08:40:37.936853+0000 mgr.smithi005.dctvsr (mgr.14182) 890 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:40.883 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:40.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:40 smithi150 conmon[40284]: audit 2024-01-21T08:40:39.290825+0000 mgr.smithi005.dctvsr (mgr.14182) 891 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:40.920 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:40 smithi005 conmon[35306]: audit 2024-01-21T08:40:39.290825+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:40:40.920 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:40 smithi005 conmon[35306]: ) 891 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:41.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:41 smithi005 conmon[35306]: cluster 2024-01-21T08:40:39.937777+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:40:41.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:41 smithi005 conmon[35306]: 892 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:41 smithi150 conmon[40284]: cluster 2024-01-21T08:40:39.937777+0000 mgr.smithi005.dctvsr (mgr.14182) 892 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:42.803 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:42.803 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:43.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:43.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:43 smithi005 conmon[35306]: cluster 2024-01-21T08:40:41.938450+0000 mgr.smithi005.dctvsr (mgr.14182) 893 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:43.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:43 smithi150 conmon[40284]: cluster 2024-01-21T08:40:41.938450+0000 mgr.smithi005.dctvsr (mgr.14182) 893 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:44.332 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:44.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:44 smithi005 conmon[35306]: audit 2024-01-21T08:40:42.792792+0000 mgr.smithi005.dctvsr (mgr.14182) 894 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:44.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:44 smithi150 conmon[40284]: audit 2024-01-21T08:40:42.792792+0000 mgr.smithi005.dctvsr (mgr.14182) 894 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:45.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:45 smithi150 conmon[40284]: cluster 2024-01-21T08:40:43.939150+0000 mgr.smithi005.dctvsr (mgr.14182) 895 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:45.797 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:45 smithi005 conmon[35306]: cluster 2024-01-21T08:40:43.939150+0000 mgr.smithi005.dctvsr (mgr.14182) 895 : cluster 2024-01-21T08:40:45.797 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:45 smithi005 conmon[35306]: [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:46.192 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:46.192 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:46.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:47.748 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:47.783 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:47 smithi005 conmon[35306]: cluster 2024-01-21T08:40:45.939917+0000 mgr.smithi005.dctvsr (mgr.14182) 896 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:40:47.783 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:47 smithi005 conmon[35306]: audit 2024-01-21T08:40:46.186244+0000 mgr.smithi005.dctvsr (mgr.14182) 897 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:47 smithi150 conmon[40284]: cluster 2024-01-21T08:40:45.939917+0000 mgr.smithi005.dctvsr (mgr.14182) 896 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:40:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:47 smithi150 conmon[40284]: audit 2024-01-21T08:40:46.186244+0000 mgr.smithi005.dctvsr (mgr.14182) 897 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:49.587 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:49.587 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:49.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:49 smithi005 conmon[35306]: cluster 2024-01-21T08:40:47.940481+0000 mgr.smithi005.dctvsr (mgr.14182) 898 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:49 smithi150 conmon[40284]: cluster 2024-01-21T08:40:47.940481+0000 mgr.smithi005.dctvsr (mgr.14182) 898 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:50.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:50.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:50 smithi150 conmon[40284]: audit 2024-01-21T08:40:49.580768+0000 mgr.smithi005.dctvsr (mgr.14182) 899 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:50.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:50 smithi005 conmon[35306]: audit 2024-01-21T08:40:49.580768+0000 mgr.smithi005.dctvsr (mgr.14182) 899 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:50.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:50 smithi005 conmon[35306]: 2024-01-21T08:40:51.116 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:51.804 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:51 smithi005 conmon[35306]: cluster 2024-01-21T08:40:49.941418+0000 mgr.smithi005.dctvsr (mgr.14182) 900 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:51.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:51 smithi150 conmon[40284]: cluster 2024-01-21T08:40:49.941418+0000 mgr.smithi005.dctvsr (mgr.14182) 900 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:53.027 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:53.027 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:53.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:53.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:53 smithi150 conmon[40284]: cluster 2024-01-21T08:40:51.941959+0000 mgr.smithi005.dctvsr (mgr.14182) 901 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:53.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:53 smithi005 conmon[35306]: cluster 2024-01-21T08:40:51.941959+0000 mgr.smithi005.dctvsr (mgr.14182) 901 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:54.546 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:54.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:54 smithi150 conmon[40284]: audit 2024-01-21T08:40:53.021036+0000 mgr.smithi005.dctvsr (mgr.14182) 902 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:54.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:54 smithi005 conmon[35306]: audit 2024-01-21T08:40:53.021036+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:40:54.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:54 smithi005 conmon[35306]: 902 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:55.750 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:55 smithi150 conmon[40284]: cluster 2024-01-21T08:40:53.942664+0000 mgr.smithi005.dctvsr (mgr.14182) 903 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:55.814 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:55 smithi005 conmon[35306]: cluster 2024-01-21T08:40:53.942664+0000 mgr.smithi005.dctvsr (mgr.14182) 903 : 2024-01-21T08:40:55.814 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:55 smithi005 conmon[35306]: cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:56.476 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:56.476 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:57.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:40:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:57 smithi150 conmon[40284]: cluster 2024-01-21T08:40:55.943392+0000 mgr.smithi005.dctvsr (mgr.14182) 904 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:40:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:57 smithi150 conmon[40284]: audit 2024-01-21T08:40:56.470000+0000 mgr.smithi005.dctvsr (mgr.14182) 905 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:57.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:57 smithi005 conmon[35306]: cluster 2024-01-21T08:40:55.943392+0000 mgr.smithi005.dctvsr (mgr.14182) 904 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:40:57.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:57 smithi005 conmon[35306]: audit 2024-01-21T08:40:56.470000+0000 mgr.smithi005.dctvsr (mgr.14182) 905 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:40:58.039 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:40:59.865 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:40:59.865 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:40:59.892 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:40:59 smithi005 conmon[35306]: cluster 2024-01-21T08:40:57.943993+0000 mgr.smithi005.dctvsr (mgr.14182) 906 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:40:59.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:40:59 smithi150 conmon[40284]: cluster 2024-01-21T08:40:57.943993+0000 mgr.smithi005.dctvsr (mgr.14182) 906 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:00.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:01.404 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:01.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:01 smithi005 conmon[35306]: audit 2024-01-21T08:40:59.859410+0000 mgr.smithi005.dctvsr (mgr.14182) 907 : audit 2024-01-21T08:41:01.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:01 smithi005 conmon[35306]: [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:01.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:01 smithi005 conmon[35306]: cluster 2024-01-21T08:40:59.944926+0000 mgr.smithi005.dctvsr (mgr.14182) 908 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:01 smithi150 conmon[40284]: audit 2024-01-21T08:40:59.859410+0000 mgr.smithi005.dctvsr (mgr.14182) 907 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:01 smithi150 conmon[40284]: cluster 2024-01-21T08:40:59.944926+0000 mgr.smithi005.dctvsr (mgr.14182) 908 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:03.275 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:03.275 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:03.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:03 smithi005 conmon[35306]: cluster 2024-01-21T08:41:01.945581+0000 mgr.smithi005.dctvsr (mgr.14182) 909 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:03.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:03.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:03 smithi150 conmon[40284]: cluster 2024-01-21T08:41:01.945581+0000 mgr.smithi005.dctvsr (mgr.14182) 909 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:04.863 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:04.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:04 smithi150 conmon[40284]: audit 2024-01-21T08:41:03.269102+0000 mgr.smithi005.dctvsr (mgr.14182) 910 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:04.899 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:04 smithi005 conmon[35306]: audit 2024-01-21T08:41:03.269102+0000 mgr.smithi005.dctvsr (mgr.14182) 910 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:05.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:05 smithi005 conmon[35306]: cluster 2024-01-21T08:41:03.946501+0000 2024-01-21T08:41:05.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:05 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 911 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:05 smithi150 conmon[40284]: cluster 2024-01-21T08:41:03.946501+0000 mgr.smithi005.dctvsr (mgr.14182) 911 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:06.735 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:06.735 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:07.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:07.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:07 smithi005 conmon[35306]: cluster 2024-01-21T08:41:05.947276+0000 mgr.smithi005.dctvsr (mgr.14182) 912 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:41:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:07 smithi150 conmon[40284]: cluster 2024-01-21T08:41:05.947276+0000 mgr.smithi005.dctvsr (mgr.14182) 912 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:41:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:07 smithi150 conmon[40284]: 2024-01-21T08:41:08.347 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:08 smithi005 conmon[35306]: audit 2024-01-21T08:41:06.729187+0000 mgr.smithi005.dctvsr (mgr.14182) 913 : 2024-01-21T08:41:08.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:08 smithi005 conmon[35306]: audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:08.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:08 smithi150 conmon[40284]: audit 2024-01-21T08:41:06.729187+0000 mgr.smithi005.dctvsr (mgr.14182) 913 : audit [DBG] 2024-01-21T08:41:08.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:08 smithi150 conmon[40284]: from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:09.861 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:09 smithi005 conmon[35306]: cluster 2024-01-21T08:41:07.947899+0000 mgr.smithi005.dctvsr (mgr.14182) 914 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:09 smithi150 conmon[40284]: cluster 2024-01-21T08:41:07.947899+0000 mgr.smithi005.dctvsr (mgr.14182) 914 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:10.262 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:10.263 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:10.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:11.803 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:11.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:11 smithi005 conmon[35306]: cluster 2024-01-21T08:41:09.948766+0000 mgr.smithi005.dctvsr (mgr.14182) 915 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:11.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:11 smithi005 conmon[35306]: audit 2024-01-21T08:41:10.256776+0000 mgr.smithi005.dctvsr (mgr.14182) 916 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:11.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:11 smithi150 conmon[40284]: cluster 2024-01-21T08:41:09.948766+0000 mgr.smithi005.dctvsr (mgr.14182) 915 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:11.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:11 smithi150 conmon[40284]: audit 2024-01-21T08:41:10.256776+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:41:11.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:11 smithi150 conmon[40284]: ) 916 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:13.664 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:13.664 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:13.864 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:13 smithi005 conmon[35306]: cluster 2024-01-21T08:41:11.949257+0000 mgr.smithi005.dctvsr (mgr.14182) 917 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:13.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:13 smithi150 conmon[40284]: cluster 2024-01-21T08:41:11.949257+0000 mgr.smithi005.dctvsr (mgr.14182) 917 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:14.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:14.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:14 smithi150 conmon[40284]: audit 2024-01-21T08:41:13.656472+0000 mgr.smithi005.dctvsr (mgr.14182) 918 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:14.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:14 smithi005 conmon[35306]: audit 2024-01-21T08:41:13.656472+0000 mgr.smithi005.dctvsr (mgr.14182) 918 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:15.231 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:15.860 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:15 smithi005 conmon[35306]: cluster 2024-01-21T08:41:13.950107+0000 mgr.smithi005.dctvsr (mgr.14182) 919 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:15 smithi150 conmon[40284]: cluster 2024-01-21T08:41:13.950107+0000 mgr.smithi005.dctvsr (mgr.14182) 919 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:17.019 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:17.019 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:17.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:17 smithi150 conmon[40284]: cluster 2024-01-21T08:41:15.951111+0000 mgr.smithi005.dctvsr (mgr.14182) 920 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:41:17.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:17 smithi005 conmon[35306]: cluster 2024-01-21T08:41:15.951111+0000 mgr.smithi005.dctvsr (mgr.14182) 920 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:41:18.627 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:18.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:18 smithi150 conmon[40284]: audit 2024-01-21T08:41:17.012809+0000 mgr.smithi005.dctvsr (mgr.14182) 921 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:18.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:18 smithi005 conmon[35306]: audit 2024-01-21T08:41:17.012809+0000 mgr.smithi005.dctvsr (mgr.14182) 921 : audit [DBG] 2024-01-21T08:41:18.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:18 smithi005 conmon[35306]: from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:19 smithi005 conmon[35306]: cluster 2024-01-21T08:41:17.951788 2024-01-21T08:41:19.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:19 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14182) 922 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:19 smithi150 conmon[40284]: cluster 2024-01-21T08:41:17.951788+0000 mgr.smithi005.dctvsr (mgr.14182) 922 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:20.449 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:20.449 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:20.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:21 smithi150 conmon[40284]: cluster 2024-01-21T08:41:19.952631+0000 mgr.smithi005.dctvsr (mgr.14182) 923 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:21 smithi150 conmon[40284]: audit 2024-01-21T08:41:20.442287+0000 mgr.smithi005.dctvsr (mgr.14182) 924 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:21.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:21 smithi005 conmon[35306]: cluster 2024-01-21T08:41:19.952631+0000 mgr.smithi005.dctvsr (mgr.14182) 923 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:21.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:21 smithi005 conmon[35306]: audit 2024-01-21T08:41:20.442287+0000 mgr.smithi005.dctvsr (mgr.14182) 924 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:21.993 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:23.879 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:23.879 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:23.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:23 smithi150 conmon[40284]: cluster 2024-01-21T08:41:21.953104+0000 mgr.smithi005.dctvsr (mgr.14182) 925 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:23.908 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:23 smithi005 conmon[35306]: cluster 2024-01-21T08:41:21.953104+0000 mgr.smithi005.dctvsr (mgr.14182) 925 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:24.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:25.401 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:25.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:25 smithi005 conmon[35306]: audit 2024-01-21T08:41:23.873344+0000 mgr.smithi005.dctvsr (mgr.14182) 926 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:25.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:25 smithi005 conmon[35306]: cluster 2024-01-21T08:41:23.953772+0000 mgr.smithi005.dctvsr (mgr.14182) 927 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:25.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:25 smithi150 conmon[40284]: audit 2024-01-21T08:41:23.873344+0000 mgr.smithi005.dctvsr (mgr.14182) 926 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:25.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:25 smithi150 conmon[40284]: cluster 2024-01-21T08:41:25.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:25 smithi150 conmon[40284]: 2024-01-21T08:41:23.953772+0000 mgr.smithi005.dctvsr (mgr.14182) 927 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:27.197 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:27.198 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:27.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:27 smithi150 conmon[40284]: cluster 2024-01-21T08:41:25.954490+0000 mgr.smithi005.dctvsr (mgr.14182) 928 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:41:27.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:27 smithi005 conmon[35306]: cluster 2024-01-21T08:41:25.954490+0000 mgr.smithi005.dctvsr (mgr.14182) 928 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:41:28.708 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:28.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:28 smithi150 conmon[40284]: audit 2024-01-21T08:41:27.191595+0000 mgr.smithi005.dctvsr (mgr.14182) 929 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:28.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:28 smithi005 conmon[35306]: audit 2024-01-21T08:41:27.191595+0000 mgr.smithi005.dctvsr (mgr.14182) 929 : 2024-01-21T08:41:28.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:28 smithi005 conmon[35306]: audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:29.858 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:29 smithi005 conmon[35306]: cluster 2024-01-21T08:41:27.955310+0000 mgr.smithi005.dctvsr (mgr.14182) 930 : cluster [DBG] 2024-01-21T08:41:29.859 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:29 smithi005 conmon[35306]: pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:29 smithi150 conmon[40284]: cluster 2024-01-21T08:41:27.955310+0000 mgr.smithi005.dctvsr (mgr.14182) 930 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:30.499 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:30.499 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:31.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:31 smithi150 conmon[40284]: cluster 2024-01-21T08:41:29.956226+0000 mgr.smithi005.dctvsr (mgr.14182) 931 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:31 smithi150 conmon[40284]: audit 2024-01-21T08:41:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:31 smithi150 conmon[40284]: 2024-01-21T08:41:30.492855+0000 mgr.smithi005.dctvsr (mgr.14182) 932 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:31.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:31 smithi005 conmon[35306]: cluster 2024-01-21T08:41:29.956226+0000 mgr.smithi005.dctvsr (mgr.14182) 931 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:31.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:31 smithi005 conmon[35306]: audit 2024-01-21T08:41:30.492855+0000 mgr.smithi005.dctvsr (mgr.14182) 932 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:32.036 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:33 smithi150 conmon[40284]: cluster 2024-01-21T08:41:31.956931+0000 mgr.smithi005.dctvsr (mgr.14182) 933 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:33.910 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:33.910 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:33.939 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:33 smithi005 conmon[35306]: cluster 2024-01-21T08:41:31.956931+0000 mgr.smithi005.dctvsr (mgr.14182) 933 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:34.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:35.483 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:35.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:35 smithi150 conmon[40284]: audit 2024-01-21T08:41:33.904138+0000 mgr.smithi005.dctvsr (mgr.14182) 934 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:35.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:35 smithi150 conmon[40284]: cluster 2024-01-21T08:41:33.957647+0000 mgr.smithi005.dctvsr (mgr.14182) 935 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:35.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:35 smithi005 conmon[35306]: audit 2024-01-21T08:41:33.904138+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:41:35.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:35 smithi005 conmon[35306]: .14182) 934 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:35.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:35 smithi005 conmon[35306]: cluster 2024-01-21T08:41:33.957647+0000 mgr.smithi005.dctvsr (mgr.14182) 935 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:37.306 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:37.306 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:37.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:37 smithi150 conmon[40284]: cluster 2024-01-21T08:41:35.958502+0000 mgr.smithi005.dctvsr (mgr.14182) 936 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:41:37.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:37 smithi005 conmon[35306]: cluster 2024-01-21T08:41:35.958502+0000 mgr.smithi005.dctvsr (mgr.14182) 936 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:41:38.807 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:38.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:38 smithi150 conmon[40284]: audit 2024-01-21T08:41:37.299778+0000 mgr.smithi005.dctvsr (mgr.14182) 937 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:38.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:38 smithi005 conmon[35306]: audit 2024-01-21T08:41:37.299778+0000 mgr.smithi005.dctvsr (mgr.14182) 937 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:39 smithi150 conmon[40284]: cluster 2024-01-21T08:41:37.959132+0000 mgr.smithi005.dctvsr (mgr.14182) 938 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:39.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:39 smithi005 conmon[35306]: cluster 2024-01-21T08:41:37.959132+0000 mgr.smithi005.dctvsr (mgr.14182) 938 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:40.637 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:40.637 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:41.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:41 smithi150 conmon[40284]: cluster 2024-01-21T08:41:39.959964+0000 mgr.smithi005.dctvsr (mgr.14182) 939 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:41 smithi150 conmon[40284]: audit 2024-01-21T08:41:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:41 smithi150 conmon[40284]: 2024-01-21T08:41:40.630429+0000 mgr.smithi005.dctvsr (mgr.14182) 940 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:41.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:41 smithi005 conmon[35306]: cluster 2024-01-21T08:41:39.959964+0000 mgr.smithi005.dctvsr (mgr.14182) 939 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:41.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:41 smithi005 conmon[35306]: audit 2024-01-21T08:41:40.630429+0000 mgr.smithi005.dctvsr (mgr.14182) 940 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:42.132 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:43.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:43 smithi150 conmon[40284]: cluster 2024-01-21T08:41:41.960525+0000 mgr.smithi005.dctvsr (mgr.14182) 941 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:43.927 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:43.927 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:33:58.666766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.epbnqp on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-epbnqp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.epbnqp\nDeploy daemon haproxy.nfs.foo.smithi150.epbnqp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:32:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:39Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:33:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.281445Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.wnsmci on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-wnsmci\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.wnsmci\nDeploy daemon haproxy.nfs.foo.smithi005.wnsmci ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:34:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:35:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:36:32.282917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.gkbkbz on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:43.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:43 smithi005 conmon[35306]: cluster 2024-01-21T08:41: 2024-01-21T08:41:43.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:43 smithi005 conmon[35306]: 41.960525+0000 mgr.smithi005.dctvsr (mgr.14182) 941 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:44.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:44.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:44 smithi005 conmon[35306]: audit 2024-01-21T08:41:44.512768+0000 mon.smithi005 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.iqhncq"}]: dispatch 2024-01-21T08:41:44.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:44 smithi150 conmon[40284]: audit 2024-01-21T08:41:44.512768+0000 mon.smithi005 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.iqhncq"}]: dispatch 2024-01-21T08:41:45.423 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:45.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: audit 2024-01-21T08:41:43.920701+0000 mgr.smithi005.dctvsr (mgr.14182) 942 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:45.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: cluster 2024-01-21T08:41:43.961285+0000 mgr.smithi005.dctvsr (mgr.14182) 943 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:45.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: cephadm 2024-01-21T08:41:44.512139+0000 mgr.smithi005.dctvsr (mgr.14182) 944 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq 2024-01-21T08:41:45.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq 2024-01-21T08:41:45.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq 2024-01-21T08:41:45.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq 2024-01-21T08:41:45.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi005.iqhncq ... 2024-01-21T08:41:45.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:41:45.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:41:45.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:39:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:40:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:41:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:41:45.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:41:45.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:41:45.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: Traceback (most recent call last): 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: yield (conn, connr) 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: code, '\n'.join(err))) 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi005.iqhncq ... 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:39:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:40:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:41:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:41:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21 2024-01-21T08:41:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: .0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:41:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:41:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: cephadm 2024-01-21T08:41:44.512347+0000 mgr.smithi005.dctvsr (mgr.14182) 945 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.iqhncq 2024-01-21T08:41:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: cephadm 2024-01-21T08:41:44.513504+0000 mgr.smithi005.dctvsr (mgr.14182) 946 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq 2024-01-21T08:41:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq 2024-01-21T08:41:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq 2024-01-21T08:41:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq 2024-01-21T08:41:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi005.iqhncq ... 2024-01-21T08:41:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:41:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:41:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:39:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:40:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:41:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:41:45.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:41:45.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:41:45.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: cephadm 2024-01-21T08:41:44.514921+0000 mgr.smithi005.dctvsr (mgr.14182) 947 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:41:45.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: cephadm 2024-01-21T08:41:44.516068+0000 mgr.smithi005.dctvsr (mgr.14182) 948 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:41:45.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: cluster 2024-01-21T08:41:44.516988+0000 mgr.smithi005.dctvsr (mgr.14182) 949 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:41:45.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:45 smithi150 conmon[40284]: cluster 2024-01-21T08:41:44.615588+0000 mon.smithi005 (mon.0) 752 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:41:45.911 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: audit 2024-01-21T08:41:43.920701 2024-01-21T08:41:45.911 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14182) 942 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:45.913 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: cluster 2024-01- 2024-01-21T08:41:45.913 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: 21T08:41 2024-01-21T08:41:45.913 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: :43.961285+0000 mgr.smithi005.dctvsr (mgr.14182) 943 : cluster [DBG] 2024-01-21T08:41:45.913 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:45.913 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: cephadm 2024-01-21T08:41:45.913 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: 2024-01-21T08: 2024-01-21T08:41:45.913 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: 41:44.512139+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:41:45.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: mgr.14182) 944 : cephadm 2024-01-21T08:41:45.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: [ERR] 2024-01-21T08:41:45.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq 2024-01-21T08:41:45.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq 2024-01-21T08:41:45.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq 2024-01-21T08:41:45.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq 2024-01-21T08:41:45.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi005.iqhncq ... 2024-01-21T08:41:45.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:41:45.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:41:45.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:39:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:40:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:41:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:41:45.914 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:41:45.915 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:41:45.915 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: Traceback (most recent call last): 2024-01-21T08:41:45.915 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:41:45.915 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: yield (conn, connr) 2024-01-21T08:41:45.915 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:41:45.915 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: code, '\n'.join(err))) 2024-01-21T08:41:45.915 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq 2024-01-21T08:41:45.915 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq 2024-01-21T08:41:45.915 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq 2024-01-21T08:41:45.915 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq 2024-01-21T08:41:45.915 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi005.iqhncq ... 2024-01-21T08:41:45.915 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:41:45.915 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:41:45.915 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:39:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.916 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:40:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.916 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:41:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.916 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:41:45.916 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:41:45.916 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: ERROR: F 2024-01-21T08:41:45.916 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: ailed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:41:45.916 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: cephadm 2024-01-21T08:41:44.512347+0000 mgr.smithi005.dctvsr (mgr.14182) 945 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.iqhncq 2024-01-21T08:41:45.916 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: cephadm 2024-01-21T08:41:44.513504+0000 mgr.smithi005.dctvsr (mgr.14182) 946 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq 2024-01-21T08:41:45.916 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq 2024-01-21T08:41:45.916 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq 2024-01-21T08:41:45.916 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq 2024-01-21T08:41:45.916 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi005.iqhncq ... 2024-01-21T08:41:45.916 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:41:45.916 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:41:45.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:39:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:40:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:41:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:41:45.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:41:45.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:41:45.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:41:45.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: cephadm 2024-01-21T08:41:44.514921+0000 mgr.smithi005.dctvsr (mgr.14182) 947 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:41:45.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: cephadm 2024-01-21T08:41:45.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: 2024-01-21 2024-01-21T08:41:45.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: T08:41:44.516068+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:41:45.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: mgr.14182) 948 : cephadm [ERR] 2024-01-21T08:41:45.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:41:45.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: cluster 2024 2024-01-21T08:41:45.917 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: -01-21T08:41: 2024-01-21T08:41:45.918 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: 44.516988+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:41:45.918 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: .14182) 949 : cluster [DBG] 2024-01-21T08:41:45.918 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:41:45.918 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: cluster 2024-01-21T08:41:45.918 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: 2024-01-21T08: 2024-01-21T08:41:45.918 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: 41:44.615588+0000 mon.smithi005 2024-01-21T08:41:45.918 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: (mon.0) 752 : cluster 2024-01-21T08:41:45.918 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:45 smithi005 conmon[35306]: [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:41:47.302 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:47.302 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:47.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:47 smithi150 conmon[40284]: cluster 2024-01-21T08:41:46.517885+0000 mgr.smithi005.dctvsr (mgr.14182) 950 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:41:47.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:47 smithi005 conmon[35306]: cluster 2024-01-21T08:41:46.517885+0000 mgr.smithi005.dctvsr (mgr.14182) 950 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:41:48.836 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:48.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:48 smithi150 conmon[40284]: audit 2024-01-21T08:41:47.296661+0000 mgr.smithi005.dctvsr (mgr.14182) 951 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:48.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:48 smithi005 conmon[35306]: audit 2024-01-21T08:41:47.296661+0000 mgr.smithi005.dctvsr (mgr.14182) 951 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:49 smithi150 conmon[40284]: cluster 2024-01-21T08:41:48.518718+0000 mgr.smithi005.dctvsr (mgr.14182) 952 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:41:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:49 smithi150 conmon[40284]: audit 2024-01-21T08:41:49. 2024-01-21T08:41:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:49 smithi150 conmon[40284]: 401537+0000 mon.smithi005 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:41:49.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:49 smithi005 conmon[35306]: cluster 2024-01-21T08:41:48.518718+0000 mgr.smithi005.dctvsr (mgr.14182) 952 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:41:49.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:49 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:41:49.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:49 smithi005 conmon[35306]: :41:49.401537+0000 mon.smithi005 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:41:50.659 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:50.659 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:51.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:51.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:51 smithi005 conmon[35306]: cluster 2024-01-21T08:41:50.519991+0000 mgr.smithi005.dctvsr (mgr.14182) 953 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:41:51.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:51 smithi005 conmon[35306]: audit 2024-01-21T08:41:50.653175+0000 mgr.smithi005.dctvsr (mgr.14182) 954 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:52.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:51 smithi150 conmon[40284]: cluster 2024-01-21T08:41:50.519991+0000 mgr.smithi005.dctvsr (mgr.14182) 953 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:41:52.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:51 smithi150 conmon[40284]: audit 2024-01-21T08:41:50.653175 2024-01-21T08:41:52.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:51 smithi150 conmon[40284]: +0000 mgr.smithi005.dctvsr (mgr.14182) 954 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:52.224 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:53.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:53 smithi005 conmon[35306]: cluster 2024-01-21T08:41:52.520829+0000 mgr.smithi005.dctvsr (mgr.14182) 955 : cluster [DBG] 2024-01-21T08:41:53.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:53 smithi005 conmon[35306]: pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:41:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:53 smithi150 conmon[40284]: cluster 2024-01-21T08:41:52.520829+0000 mgr.smithi005.dctvsr (mgr.14182) 955 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:41:54.107 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:54.107 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:54.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:54.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:54 smithi005 conmon[35306]: audit 2024-01-21T08:41:53.744995+0000 mon.smithi005 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:41:54.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:54 smithi005 conmon[35306]: audit 2024-01-21T08:41:54.101092+0000 mgr.smithi005.dctvsr (mgr.14182) 956 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:54.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:54 smithi005 conmon[35306]: cluster 2024-01-21T08:41:54.521912+0000 mgr.smithi005.dctvsr (mgr.14182) 957 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:41:55.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:54 smithi150 conmon[40284]: audit 2024-01-21T08:41:53.744995+0000 mon.smithi005 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:41:55.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:54 smithi150 conmon[40284]: audit 2024-01-21T08:41:54.101092+0000 mgr.smithi005.dctvsr (mgr.14182) 956 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:55.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:54 smithi150 conmon[40284]: cluster 2024-01-21T08:41:54.521912+0000 mgr.smithi005.dctvsr (mgr.14182) 957 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:41:55.638 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:57.468 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:41:57.468 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:41:57.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:57 smithi150 conmon[40284]: cluster 2024-01-21T08:41:56.522870+0000 mgr.smithi005.dctvsr (mgr.14182) 958 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:41:57.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:57 smithi005 conmon[35306]: cluster 2024-01-21T08:41:56.522870+0000 mgr.smithi005.dctvsr (mgr.14182) 958 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:41:58.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:41:58.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:58 smithi150 conmon[40284]: audit 2024-01-21T08:41:57.462873+0000 mgr.smithi005.dctvsr (mgr.14182) 959 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:58.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:58 smithi005 conmon[35306]: audit 2024-01-21T08:41:57.462873+0000 mgr.smithi005.dctvsr (mgr.14182) 959 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:41:59.005 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:41:59.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:59 smithi005 conmon[35306]: cluster 2024-01-21T08:41:58.523809+0000 mgr.smithi005.dctvsr (mgr.14182) 960 : cluster 2024-01-21T08:41:59.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:41:59 smithi005 conmon[35306]: [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:41:59.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:41:59 smithi150 conmon[40284]: cluster 2024-01-21T08:41:58.523809+0000 mgr.smithi005.dctvsr (mgr.14182) 960 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:00.774 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:00.774 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:01.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:01 smithi150 conmon[40284]: cluster 2024-01-21T08:42:00.524791+0000 mgr.smithi005.dctvsr (mgr.14182) 961 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:01.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:01 smithi005 conmon[35306]: cluster 2024-01-21T08:42:00.524791+0000 mgr.smithi005.dctvsr (mgr.14182) 961 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:02.313 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:02.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:02 smithi005 conmon[35306]: audit 2024-01-21T08:42:00 2024-01-21T08:42:02.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:02 smithi005 conmon[35306]: .768069+0000 mgr.smithi005.dctvsr (mgr.14182) 962 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:02.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:02 smithi150 conmon[40284]: audit 2024-01-21T08:42:00.768069+0000 mgr.smithi005.dctvsr (mgr.14182) 962 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:03.783 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:03 smithi005 conmon[35306]: cluster 2024-01-21T08:42:02.525429+0000 2024-01-21T08:42:03.784 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:03 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 963 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:03.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:03 smithi150 conmon[40284]: cluster 2024-01-21T08:42:02.525429+0000 mgr.smithi005.dctvsr (mgr.14182) 963 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:04.178 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:04.179 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:04.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:05.696 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:05 smithi150 conmon[40284]: audit 2024-01-21T08:42:04.173158+0000 mgr.smithi005.dctvsr (mgr.14182) 964 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:05 smithi150 conmon[40284]: cluster 2024-01-21T08:42:04.526433+0000 mgr.smithi005.dctvsr (mgr.14182) 965 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:05.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:05 smithi005 conmon[35306]: audit 2024-01-21T08:42:04.173158+0000 mgr.smithi005.dctvsr (mgr.14182) 964 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:05 smithi005 conmon[35306]: cluster 2024-01-21T08:42:04.526433+0000 mgr.smithi005.dctvsr (mgr.14182) 965 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:07.491 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:07.491 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:07 smithi150 conmon[40284]: cluster 2024-01-21T08:42:06.527405+0000 mgr.smithi005.dctvsr (mgr.14182) 966 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:42:07.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:07 smithi005 conmon[35306]: cluster 2024-01-21T08:42:06.527405+0000 mgr.smithi005.dctvsr (mgr.14182) 966 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:42:08.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:08.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:08 smithi150 conmon[40284]: audit 2024-01-21T08:42:07.484617+0000 mgr.smithi005.dctvsr (mgr.14182) 967 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:08.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:08 smithi150 conmon[40284]: 2024-01-21T08:42:08.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:08 smithi005 conmon[35306]: audit 2024-01-21T08:42:07.484617+0000 mgr.smithi005.dctvsr (mgr.14182) 967 : 2024-01-21T08:42:08.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:08 smithi005 conmon[35306]: audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:09.037 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:09.872 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:09 smithi005 conmon[35306]: cluster 2024-01-21T08:42:08.528297+0000 mgr.smithi005.dctvsr (mgr.14182) 968 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:09.872 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:09 smithi005 conmon[35306]: 2024-01-21T08:42:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:09 smithi150 conmon[40284]: cluster 2024-01-21T08:42:08.528297+0000 mgr.smithi005.dctvsr (mgr.14182) 968 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:09 smithi150 conmon[40284]: 2024-01-21T08:42:10.841 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:10.841 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:11.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:11.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:11 smithi005 conmon[35306]: cluster 2024-01-21T08:42:10.529640+0000 mgr.smithi005.dctvsr (mgr.14182) 969 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:11.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:11 smithi150 conmon[40284]: cluster 2024-01-21T08:42:10.529640+0000 mgr.smithi005.dctvsr (mgr.14182) 969 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:12.412 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:12.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:12 smithi005 conmon[35306]: audit 2024-01-21T08:42:10.834917+0000 2024-01-21T08:42:12.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:12 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 970 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:12.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:12 smithi150 conmon[40284]: audit 2024-01-21T08:42:10.834917+0000 mgr.smithi005.dctvsr (mgr.14182) 970 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:13.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:13 smithi005 conmon[35306]: cluster 2024-01-21T08:42:12.530331+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:42:13.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:13 smithi005 conmon[35306]: 14182) 971 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:13.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:13 smithi150 conmon[40284]: cluster 2024-01-21T08:42:12.530331+0000 mgr.smithi005.dctvsr (mgr.14182) 971 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:14.264 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:14.265 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:14.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:15.804 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:15 smithi150 conmon[40284]: audit 2024-01-21T08:42:14.259184+0000 mgr.smithi005.dctvsr (mgr.14182) 972 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:15 smithi150 conmon[40284]: cluster 2024-01-21 2024-01-21T08:42:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:15 smithi150 conmon[40284]: T08:42:14.531408+0000 mgr.smithi005.dctvsr (mgr.14182) 973 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:15.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:15 smithi005 conmon[35306]: audit 2024-01-21T08:42:14.259184+0000 mgr.smithi005.dctvsr (mgr.14182) 972 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:15.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:15 smithi005 conmon[35306]: cluster 2024-01-21T08:42:14.531408+0000 mgr.smithi005.dctvsr (mgr.14182) 973 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:17.670 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:17.722 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:17 smithi150 conmon[40284]: cluster 2024-01-21T08:42:16.532549+0000 mgr.smithi005.dctvsr (mgr.14182) 974 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:42:17.949 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:17 smithi005 conmon[35306]: cluster 2024-01-21T08:42:16.532549+0000 mgr.smithi005.dctvsr (mgr.14182) 974 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:42:18.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:18.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:18 smithi150 conmon[40284]: audit 2024-01-21T08:42:17.664609+0000 mgr.smithi005.dctvsr (mgr.14182) 975 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:18.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:18 smithi150 conmon[40284]: 2024-01-21T08:42:18.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:18 smithi005 conmon[35306]: audit 2024-01-21T08:42:17.664609+0000 mgr.smithi005.dctvsr (mgr.14182) 975 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:19.193 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:19 smithi150 conmon[40284]: cluster 2024-01-21T08:42:18.533398+0000 mgr.smithi005.dctvsr (mgr.14182) 976 : cluster [DBG] 2024-01-21T08:42:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:19 smithi150 conmon[40284]: pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:19.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:19 smithi005 conmon[35306]: cluster 2024-01-21T08:42:18.533398+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:42:19.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:19 smithi005 conmon[35306]: 976 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:21.046 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:21.047 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:21.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:21.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:21 smithi005 conmon[35306]: cluster 2024-01-21T08:42:20.534550+0000 2024-01-21T08:42:21.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:21 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 977 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:22.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:21 smithi150 conmon[40284]: cluster 2024-01-21T08:42:20.534550+0000 mgr.smithi005.dctvsr (mgr.14182) 977 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:22.634 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:22.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:22 smithi005 conmon[35306]: audit 2024-01-21T08:42: 2024-01-21T08:42:22.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:22 smithi005 conmon[35306]: 21.040451+0000 mgr.smithi005.dctvsr (mgr.14182) 978 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:23.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:22 smithi150 conmon[40284]: audit 2024-01-21T08:42:21.040451+0000 mgr.smithi005.dctvsr (mgr.14182) 978 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:23.827 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:23 smithi005 conmon[35306]: cluster 2024-01-21T08:42:22.535409+0000 mgr.smithi005.dctvsr (mgr.14182) 979 2024-01-21T08:42:23.828 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:23 smithi005 conmon[35306]: : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:24.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:23 smithi150 conmon[40284]: cluster 2024-01-21T08:42:22.535409+0000 mgr.smithi005.dctvsr (mgr.14182) 979 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:24.478 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:24.478 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:25.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:25.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:25 smithi005 conmon[35306]: audit 2024-01-21T08:42:24.471846+0000 mgr.smithi005.dctvsr (mgr.14182) 980 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:25.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:25 smithi005 conmon[35306]: cluster 2024-01-21T08:42:24.536390+0000 mgr.smithi005.dctvsr (mgr.14182) 981 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:26.043 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:26.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:25 smithi150 conmon[40284]: audit 2024-01-21T08:42:24.471846+0000 mgr.smithi005.dctvsr (mgr.14182) 980 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:26.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:25 smithi150 conmon[40284]: cluster 2024-01-21T08:42:24. 2024-01-21T08:42:26.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:25 smithi150 conmon[40284]: 536390+0000 mgr.smithi005.dctvsr (mgr.14182) 981 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:27.876 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:27.877 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:27.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:27 smithi005 conmon[35306]: cluster 2024-01-21T08:42:26.537364+0000 mgr.smithi005.dctvsr (mgr.14182) 982 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:42:28.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:27 smithi150 conmon[40284]: cluster 2024-01-21T08:42:26.537364+0000 mgr.smithi005.dctvsr (mgr.14182) 982 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:42:28.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:29.451 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:29.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:29 smithi005 conmon[35306]: audit 2024-01-21T08:42:27.870770+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:42:29.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:29 smithi005 conmon[35306]: mgr.14182) 983 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:29.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:29 smithi005 conmon[35306]: cluster 2024-01-21T08:42:28.538294+0000 mgr.smithi005.dctvsr (mgr.14182) 984 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:30.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:29 smithi150 conmon[40284]: audit 2024-01-21T08:42:27.870770+0000 mgr.smithi005.dctvsr (mgr.14182) 983 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:30.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:29 smithi150 conmon[40284]: cluster 2024-01-21T08:42:28.538294+0000 mgr.smithi005.dctvsr (mgr.14182) 984 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:31.271 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:31.271 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:31.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:31.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:31 smithi005 conmon[35306]: cluster 2024-01-21T08:42:30.539476+0000 mgr.smithi005.dctvsr (mgr.14182) 985 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:32.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:31 smithi150 conmon[40284]: cluster 2024-01-21T08:42:30.539476+0000 mgr.smithi005.dctvsr (mgr.14182) 985 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:32.792 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:32.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:32 smithi005 conmon[35306]: audit 2024-01-21T08:42:31.264626+0000 mgr.smithi005.dctvsr (mgr.14182) 986 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:33.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:32 smithi150 conmon[40284]: audit 2024-01-21T08:42:31.264626+0000 mgr.smithi005.dctvsr (mgr.14182) 986 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:33.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:33 smithi005 conmon[35306]: cluster 2024-01-21T08:42:32.540192+0000 mgr.smithi005.dctvsr (mgr.14182) 987 : cluster [DBG] 2024-01-21T08:42:33.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:33 smithi005 conmon[35306]: pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:34.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:33 smithi150 conmon[40284]: cluster 2024-01-21T08:42:32.540192+0000 mgr.smithi005.dctvsr (mgr.14182) 987 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:34.625 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:34.626 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:35.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:35.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:35 smithi005 conmon[35306]: cluster 2024-01-21T08:42:34.541081+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:42:35.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:35 smithi005 conmon[35306]: ) 988 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:35.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:35 smithi005 conmon[35306]: audit 2024-01-21T08:42:34.618699+0000 mgr.smithi005.dctvsr (mgr.14182) 989 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:36.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:35 smithi150 conmon[40284]: cluster 2024-01-21T08:42:34.541081+0000 mgr.smithi005.dctvsr (mgr.14182) 988 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:36.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:35 smithi150 conmon[40284]: audit 2024-01-21 2024-01-21T08:42:36.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:35 smithi150 conmon[40284]: T08:42:34.618699+0000 mgr.smithi005.dctvsr (mgr.14182) 989 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:36.183 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:37.730 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:37 smithi005 conmon[35306]: cluster 2024-01-21T08:42:36.541899+0000 mgr.smithi005.dctvsr (mgr.14182) 990 : 2024-01-21T08:42:37.730 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:37 smithi005 conmon[35306]: cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:42:38.095 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:38.096 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:38.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:37 smithi150 conmon[40284]: cluster 2024-01-21T08:42:36.541899+0000 mgr.smithi005.dctvsr (mgr.14182) 990 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:42:38.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:39.633 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:39.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:39 smithi005 conmon[35306]: audit 2024-01-21T08:42:38.089768+0000 mgr.smithi005.dctvsr (mgr.14182) 991 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:39.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:39 smithi005 conmon[35306]: cluster 2024-01-21T08:42:38.542759+0000 mgr.smithi005.dctvsr (mgr.14182) 992 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:40.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:39 smithi150 conmon[40284]: audit 2024-01-21T08:42:38.089768+0000 mgr.smithi005.dctvsr (mgr.14182) 991 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:40.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:39 smithi150 conmon[40284]: cluster 2024-01-21T08:42:38 2024-01-21T08:42:40.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:39 smithi150 conmon[40284]: .542759+0000 mgr.smithi005.dctvsr (mgr.14182) 992 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:41.480 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:41.481 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:41.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:41 smithi005 conmon[35306]: cluster 2024-01-21T08:42:40.543916+0000 mgr.smithi005.dctvsr (mgr.14182) 993 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:42.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:42.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:41 smithi150 conmon[40284]: cluster 2024-01-21T08:42:40.543916+0000 mgr.smithi005.dctvsr (mgr.14182) 993 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:42.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:42 smithi005 conmon[35306]: audit 2024-01-21T08:42:41.474033+0000 mgr.smithi005.dctvsr 2024-01-21T08:42:42.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:42 smithi005 conmon[35306]: (mgr.14182) 994 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:43.032 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:43.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:42 smithi150 conmon[40284]: audit 2024-01-21T08:42:41.474033+0000 mgr.smithi005.dctvsr (mgr.14182) 994 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:43.850 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:43 smithi005 conmon[35306]: cluster 2024-01-21T08:42:42.544639+0000 mgr.smithi005.dctvsr (mgr.14182) 995 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:44.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:43 smithi150 conmon[40284]: cluster 2024-01-21T08:42:42.544639+0000 mgr.smithi005.dctvsr (mgr.14182) 995 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:44.895 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:44.895 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:34.160790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:34.160955Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:34.161043Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:34.161120Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:34.161194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:34.161503Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:45.075 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:44 smithi005 conmon[35306]: audit 2024-01-21T08:42:44.518978+0000 mon.smithi005 (mon.0) 755 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:42:45.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:44 smithi150 conmon[40284]: audit 2024-01-21T08:42:44.518978+0000 mon.smithi005 (mon.0) 755 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:42:45.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:46.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:45 smithi150 conmon[40284]: cluster 2024-01-21T08:42:44.545570+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:42:46.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:45 smithi150 conmon[40284]: ) 996 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:46.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:45 smithi150 conmon[40284]: audit 2024-01-21T08:42:44.817144+0000 mon.smithi005 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:42:46.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:45 smithi150 conmon[40284]: audit 2024-01-21T08:42:44.889566+0000 mgr.smithi005.dctvsr (mgr.14182) 997 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:46.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:45 smithi005 conmon[35306]: cluster 2024-01-21T08:42:44.545570+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:42:46.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:45 smithi005 conmon[35306]: 996 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:46.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:45 smithi005 conmon[35306]: audit 2024-01-21T08 2024-01-21T08:42:46.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:45 smithi005 conmon[35306]: :42:44.817144+0000 mon.smithi005 (mon.0) 756 : audit 2024-01-21T08:42:46.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:45 smithi005 conmon[35306]: [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:42:46.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:45 smithi005 conmon[35306]: audit 2024-01 2024-01-21T08:42:46.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:45 smithi005 conmon[35306]: -21T08:42:44.889566+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:42:46.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:45 smithi005 conmon[35306]: ) 997 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:46.446 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:47.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:47 smithi150 conmon[40284]: audit 2024-01-21T08:42:46.195397+0000 mon.smithi005 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:42:47.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:47 smithi150 conmon[40284]: cluster 2024-01-21T08:42:46.546334+0000 mgr.smithi005.dctvsr (mgr.14182) 998 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:42:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:47 smithi005 conmon[35306]: audit 2024-01-21T08:42:46.195397+0000 mon.smithi005 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:42:47.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:47 smithi005 conmon[35306]: cluster 2024-01-21T08:42:46.546334+0000 mgr.smithi005.dctvsr (mgr.14182) 998 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:42:48.848 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:48.849 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:36:37.288420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:36:37.288507Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:36:37.288589Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:36:37.288324Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:36:37.288148Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:36:37.289245Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:36:37.288671Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:36:37.288850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:36:37.288769Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:36:37.289165Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:49.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:49.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:49 smithi005 conmon[35306]: cluster 2024-01-21T08:42:48.547087+0000 mgr.smithi005.dctvsr (mgr.14182) 999 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:49 smithi150 conmon[40284]: cluster 2024-01-21T08:42:48.547087+0000 mgr.smithi005.dctvsr (mgr.14182) 999 : cluster [DBG] 2024-01-21T08:42:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:49 smithi150 conmon[40284]: pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:42:50.433 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:50.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:50 smithi005 conmon[35306]: audit 2024-01-21T08:42:48.841747+0000 mgr.smithi005.dctvsr (mgr.14182) 1000 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:50.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:50 smithi005 conmon[35306]: audit 2024-01-21T08:42:50.073989+0000 mon.smithi005 (mon.0) 758 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:42:50.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:50 smithi005 conmon[35306]: audit 2024-01-21T08:42:50.423248+0000 mon.smithi005 (mon.0) 759 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:42:50.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:50 smithi005 conmon[35306]: audit 2024-01-21T08:42:50.423977+0000 mon.smithi005 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:42:50.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:50 smithi005 conmon[35306]: audit 2024-01-21T08:42:50.428637+0000 mon.smithi005 (mon.0) 761 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:42:50.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:50 smithi005 conmon[35306]: audit 2024-01-21T08:42:50.432547+0000 mon.smithi005 (mon.0) 762 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:42:50.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:50 smithi005 conmon[35306]: audit 2024-01-21T08:42:50.440726+0000 mon.smithi005 (mon.0) 763 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:42:50.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:50 smithi150 conmon[40284]: audit 2024-01-21T08:42:48.841747+0000 mgr.smithi005.dctvsr (mgr.14182) 1000 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:50.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:50 smithi150 conmon[40284]: audit 2024-01-21T08:42:50.073989+0000 mon.smithi005 (mon.0) 758 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:42:50.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:50 smithi150 conmon[40284]: audit 2024-01-21T08:42:50.423248+0000 mon.smithi005 (mon.0) 759 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:42:50.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:50 smithi150 conmon[40284]: 2024-01-21T08:42:50.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:50 smithi150 conmon[40284]: audit 2024-01-21T08:42:50.423977+0000 mon.smithi005 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:42:50.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:50 smithi150 conmon[40284]: audit 2024-01-21T08:42:50.428637+0000 mon.smithi005 (mon.0) 761 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:42:50.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:50 smithi150 conmon[40284]: audit 2024-01-21T08:42:50.432547+0000 mon.smithi005 (mon 2024-01-21T08:42:50.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:50 smithi150 conmon[40284]: .0) 762 : audit [DBG] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:42:50.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:50 smithi150 conmon[40284]: audit 2024 2024-01-21T08:42:50.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:50 smithi150 conmon[40284]: -01-21T08:42:50.440726+0000 mon.smithi005 (mon.0) 763 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:42:51.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:51 smithi150 conmon[40284]: cluster 2024-01-21T08:42:50.429580+0000 mgr.smithi005.dctvsr (mgr.14182) 1001 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:42:51.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:51 smithi150 conmon[40284]: cephadm 2024-01-21T08:42:50.443011+0000 mgr.smithi005.dctvsr (mgr.14182) 1002 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.iwhiuz on smithi150 2024-01-21T08:42:51.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:51 smithi150 conmon[40284]: cluster 2024-01-21T08:42:51.426847+0000 mon.smithi005 (mon.0) 764 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:42:51.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:51 smithi150 conmon[40284]: cluster 2024-01-21T08:42:51.426909+0000 mon.smithi005 (mon.0) 765 : cluster [INF] Cluster is now healthy 2024-01-21T08:42:51.919 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:51 smithi005 conmon[35306]: cluster 2024-01-21T08:42:50.429580+0000 mgr.smithi005.dctvsr (mgr.14182) 1001 : 2024-01-21T08:42:51.919 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:51 smithi005 conmon[35306]: cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:42:51.920 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:51 smithi005 conmon[35306]: cephadm 2024-01-21T08:42:50.443011+0000 mgr.smithi005.dctvsr (mgr.14182) 1002 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi150.iwhiuz on smithi150 2024-01-21T08:42:51.920 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:51 smithi005 conmon[35306]: cluster 2024-01-21T08:42:51.426847+0000 mon.smithi005 (mon.0) 764 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:42:51.920 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:51 smithi005 conmon[35306]: cluster 2024-01-21T08:42:51.426909+0000 mon.smithi005 (mon.0) 765 : cluster [INF] Cluster is now healthy 2024-01-21T08:42:52.340 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:52.340 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:52.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:53 smithi150 conmon[40284]: audit 2024-01-21T08:42:52.334021+0000 mgr.smithi005.dctvsr (mgr.14182) 1003 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:53 smithi150 conmon[40284]: cluster 2024-01-21T08:42:52.430094+0000 mgr.smithi005.dctvsr (mgr.14182) 1004 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:42:53.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:53 smithi005 conmon[35306]: audit 2024-01-21T08:42:52.334021+0000 mgr.smithi005.dctvsr (mgr.14182) 1003 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:53.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:53 smithi005 conmon[35306]: cluster 2024-01-21T08:42:52.430094+0000 mgr.smithi005.dctvsr (mgr.14182) 1004 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:42:53.930 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:55.117 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:54 smithi005 conmon[35306]: audit 2024-01-21T08:42:53.746444+0000 mon.smithi005 (mon. 2024-01-21T08:42:55.117 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:54 smithi005 conmon[35306]: 0) 766 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:42:55.117 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:54 smithi005 conmon[35306]: cluster 2024-01-21T08:42:54.431011+0000 mgr.smithi005.dctvsr (mgr.14182) 1005 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:42:55.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:54 smithi150 conmon[40284]: audit 2024-01-21T08:42:53.746444+0000 mon.smithi005 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:42:55.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:54 smithi150 conmon[40284]: cluster 2024-01-21T08:42:54.431011+0000 mgr.smithi005.dctvsr (mgr.14182) 1005 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:42:55.755 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:55.755 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:56.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:57.280 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:42:57.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:57 smithi005 conmon[35306]: audit 2024-01-21T08:42:55.749429+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:42:57.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:57 smithi005 conmon[35306]: .14182) 1006 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:57.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:57 smithi005 conmon[35306]: cluster 2024-01-21T08:42:56.431791+0000 mgr.smithi005.dctvsr (mgr.14182) 1007 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-21T08:42:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:57 smithi150 conmon[40284]: audit 2024-01-21T08:42:55.749429+0000 mgr.smithi005.dctvsr (mgr.14182) 1006 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:42:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:57 smithi150 conmon[40284]: cluster 2024-01-21T08:42:56.431791+0000 mgr.smithi005.dctvsr (mgr.14182) 1007 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-21T08:42:59.136 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:42:59.136 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:42:59.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:42:59.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:42:59 smithi150 conmon[40284]: cluster 2024-01-21T08:42:58.432419+0000 mgr.smithi005.dctvsr (mgr.14182) 1008 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:42:59.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:42:59 smithi005 conmon[35306]: cluster 2024-01-21T08:42:58.432419+0000 mgr.smithi005.dctvsr (mgr.14182) 1008 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:43:00.697 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:00.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:00 smithi150 conmon[40284]: audit 2024-01-21T08:42:59.129834+0000 mgr.smithi005.dctvsr (mgr.14182) 1009 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:00.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:00 smithi005 conmon[35306]: audit 2024-01-21T08:42:59.129834+0000 mgr.smithi005.dctvsr (mgr.14182) 1009 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:01 smithi150 conmon[40284]: cluster 2024-01-21T08:43:00.433269+0000 mgr.smithi005.dctvsr (mgr.14182) 1010 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:43:01.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:01 smithi005 conmon[35306]: cluster 2024-01-21T08:43:00.433269+0000 mgr.smithi005.dctvsr (mgr.14182) 1010 : 2024-01-21T08:43:01.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:01 smithi005 conmon[35306]: cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:43:02.626 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:02.626 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:03.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:03.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:03 smithi005 conmon[35306]: cluster 2024-01-21T08:43:02.433777+0000 mgr.smithi005.dctvsr (mgr.14182) 1011 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:03.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:03 smithi005 conmon[35306]: audit 2024-01-21T08:43:02.619860+0000 mgr.smithi005.dctvsr (mgr.14182) 1012 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:03 smithi150 conmon[40284]: cluster 2024-01-21T08:43:02.433777+0000 mgr.smithi005.dctvsr (mgr.14182) 1011 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:03 smithi150 conmon[40284]: audit 2024-01-21T08:43:02.619860+0000 mgr.smithi005.dctvsr (mgr.14182) 1012 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:04.155 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:05.633 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:05 smithi005 conmon[35306]: cluster 2024-01-21T08:43:04.434467+0000 mgr.smithi005.dctvsr (mgr.14182) 1013 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:05.751 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:05 smithi150 conmon[40284]: cluster 2024-01-21T08:43:04.434467+0000 mgr.smithi005.dctvsr (mgr.14182) 1013 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:06.024 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:06.024 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:06.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:07.578 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:07 smithi150 conmon[40284]: audit 2024-01-21T08:43:06.018372+0000 mgr.smithi005.dctvsr (mgr.14182) 1014 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:07 smithi150 conmon[40284]: cluster 2024-01-21T08:43:06.435422+0000 mgr.smithi005.dctvsr (mgr.14182) 1015 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:43:07.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:07 smithi005 conmon[35306]: audit 2024-01-21T08:43:06.018372+0000 mgr.smithi005.dctvsr (mgr.14182) 1014 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:07.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:07 smithi005 conmon[35306]: cluster 2024-01-21T08:43:06.435422+0000 mgr.smithi005.dctvsr (mgr.14182) 1015 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:43:09.449 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:09.449 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:09 smithi150 conmon[40284]: cluster 2024-01-21T08:43:08.436279+0000 mgr.smithi005.dctvsr (mgr.14182) 1016 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:09.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:09 smithi005 conmon[35306]: cluster 2024-01-21T08:43:08.436279+0000 mgr.smithi005.dctvsr (mgr.14182) 1016 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:10.027 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:10.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:10 smithi150 conmon[40284]: audit 2024-01-21T08:43:09.442525+0000 mgr.smithi005.dctvsr (mgr.14182) 1017 : audit 2024-01-21T08:43:10.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:10 smithi150 conmon[40284]: [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:10.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:10 smithi005 conmon[35306]: audit 2024-01-21T08:43:09.442525+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:43:10.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:10 smithi005 conmon[35306]: 14182) 1017 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:11.028 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:11.846 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:11 smithi005 conmon[35306]: cluster 2024-01-21T08:43:10.437287+0000 mgr.smithi005.dctvsr (mgr.14182) 1018 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:11.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:11 smithi150 conmon[40284]: cluster 2024-01-21T08:43:10.437287+0000 mgr.smithi005.dctvsr (mgr.14182) 1018 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:12.842 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:12.842 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:13.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:13.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:13 smithi150 conmon[40284]: cluster 2024-01-21T08:43:12.437905+0000 mgr.smithi005.dctvsr (mgr.14182) 1019 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:13.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:13 smithi005 conmon[35306]: cluster 2024-01-21T08:43:12.437905+0000 mgr.smithi005.dctvsr (mgr.14182) 1019 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:14.461 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:14.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:14 smithi150 conmon[40284]: audit 2024-01-21T08:43:12.836213+0000 mgr.smithi005.dctvsr (mgr.14182) 1020 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:14.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:14 smithi150 conmon[40284]: 2024-01-21T08:43:14.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:14 smithi005 conmon[35306]: audit 2024-01-21T08:43:12.836213+0000 2024-01-21T08:43:14.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:14 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 1020 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:15.637 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:15 smithi005 conmon[35306]: cluster 2024-01-21T08:43:14.438710+0000 mgr.smithi005.dctvsr (mgr.14182) 1021 : cluster [DBG] 2024-01-21T08:43:15.638 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:15 smithi005 conmon[35306]: pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:15.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:15 smithi150 conmon[40284]: cluster 2024-01-21T08:43:14.438710+0000 mgr.smithi005.dctvsr (mgr.14182) 1021 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:16.294 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:16.294 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:16.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:17.885 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:17 smithi150 conmon[40284]: audit 2024-01-21T08:43:16.287857+0000 mgr.smithi005.dctvsr (mgr.14182) 1022 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:17 smithi150 conmon[40284]: 2024-01-21T08:43:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:17 smithi150 conmon[40284]: cluster 2024-01-21T08:43:16.439456+0000 mgr.smithi005.dctvsr (mgr.14182) 1023 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:43:17.920 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:17 smithi005 conmon[35306]: audit 2024-01-21T08:43:16.287857+0000 mgr.smithi005.dctvsr (mgr.14182) 1022 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:17.920 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:17 smithi005 conmon[35306]: cluster 2024-01-21T08:43:16.439456+0000 mgr.smithi005.dctvsr (mgr.14182) 1023 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:43:19.701 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:19.701 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:19.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:19 smithi005 conmon[35306]: cluster 2024-01-21T08:43:18.440260+0000 mgr.smithi005.dctvsr (mgr.14182) 1024 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:19 smithi150 conmon[40284]: cluster 2024-01-21T08:43:18.440260+0000 mgr.smithi005.dctvsr (mgr.14182) 1024 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:20.384 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:20.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:20 smithi005 conmon[35306]: audit 2024-01-21T08:43:19.695498+0000 mgr.smithi005.dctvsr (mgr.14182) 1025 : audit [DBG] 2024-01-21T08:43:20.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:20 smithi005 conmon[35306]: from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:20.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:20 smithi150 conmon[40284]: audit 2024-01-21T08:43:19.695498+0000 mgr.smithi005.dctvsr (mgr.14182) 1025 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:21.385 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:21 smithi005 conmon[35306]: cluster 2024-01-21T08:43:20.441412+0000 mgr.smithi005.dctvsr (mgr.14182) 1026 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:21.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:21 smithi005 conmon[35306]: 2024-01-21T08:43:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:21 smithi150 conmon[40284]: cluster 2024-01-21T08:43:20.441412+0000 mgr.smithi005.dctvsr (mgr.14182) 1026 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:23.291 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:23.291 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:23.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:23 smithi150 conmon[40284]: cluster 2024-01-21T08:43:22.442074+0000 mgr.smithi005.dctvsr (mgr.14182) 1027 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:23.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:23 smithi005 conmon[35306]: cluster 2024-01-21T08:43:22.442074+0000 mgr.smithi005.dctvsr (mgr.14182) 1027 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:23.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:24.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:24 smithi150 conmon[40284]: audit 2024-01-21T08:43:23.285511+0000 mgr.smithi005.dctvsr (mgr.14182) 1028 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:24.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:24 smithi005 conmon[35306]: audit 2024-01-21T08:43:23.285511+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:43:24.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:24 smithi005 conmon[35306]: ) 1028 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:24.926 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:25.602 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:25 smithi005 conmon[35306]: cluster 2024-01-21T08:43:24.442822+0000 2024-01-21T08:43:25.602 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:25 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 1029 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:25.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:25 smithi150 conmon[40284]: cluster 2024-01-21T08:43:24.442822+0000 mgr.smithi005.dctvsr (mgr.14182) 1029 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:26.769 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:26.769 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:27.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:27.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:27 smithi005 conmon[35306]: cluster 2024-01-21T08:43:26.443566+0000 mgr.smithi005.dctvsr (mgr.14182) 1030 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:43:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:27 smithi150 conmon[40284]: cluster 2024-01-21T08:43:26.443566+0000 mgr.smithi005.dctvsr (mgr.14182) 1030 : cluster [DBG] 2024-01-21T08:43:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:27 smithi150 conmon[40284]: pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:43:28.283 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:28.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:28 smithi005 conmon[35306]: audit 2024-01-21T08:43:26.763351+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:43:28.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:28 smithi005 conmon[35306]: 1031 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:28.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:28 smithi150 conmon[40284]: audit 2024-01-21T08:43:26.763351+0000 mgr.smithi005.dctvsr (mgr.14182) 1031 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:29.771 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:29 smithi005 conmon[35306]: cluster 2024-01-21T08:43:28.444169+0000 mgr.smithi005.dctvsr (mgr.14182) 1032 : 2024-01-21T08:43:29.771 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:29 smithi005 conmon[35306]: cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:29 smithi150 conmon[40284]: cluster 2024-01-21T08:43:28.444169+0000 mgr.smithi005.dctvsr (mgr.14182) 1032 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:30.151 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:30.152 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:30.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:31.684 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:31 smithi150 conmon[40284]: audit 2024-01-21T08:43:30.145843+0000 mgr.smithi005.dctvsr (mgr.14182) 1033 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:31 smithi150 conmon[40284]: cluster 2024-01-21T08:43:30.445085+0000 mgr.smithi005.dctvsr (mgr.14182) 1034 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:31.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:31 smithi005 conmon[35306]: audit 2024-01-21T08:43:30.145843+0000 mgr.smithi005.dctvsr (mgr.14182) 1033 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:31.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:31 smithi005 conmon[35306]: cluster 2024-01-21T08:43:30.445085+0000 mgr.smithi005.dctvsr (mgr.14182) 1034 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:33.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:33 smithi005 conmon[35306]: cluster 2024-01-21T08:43:32.445791+0000 mgr.smithi005.dctvsr (mgr.14182) 1035 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:33.558 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:33.559 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:33 smithi150 conmon[40284]: cluster 2024-01-21T08:43:32.445791+0000 mgr.smithi005.dctvsr (mgr.14182) 1035 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:33 smithi150 conmon[40284]: 2024-01-21T08:43:34.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:34.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:34 smithi005 conmon[35306]: audit 2024-01-21T08:43:33.553070+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:43:34.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:34 smithi005 conmon[35306]: 1036 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:34.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:34 smithi150 conmon[40284]: audit 2024-01-21T08:43:33.553070+0000 mgr.smithi005.dctvsr (mgr.14182) 1036 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:35.133 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:35.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:35 smithi005 conmon[35306]: cluster 2024-01-21T08:43:34.446589+0000 mgr.smithi005.dctvsr (mgr.14182) 1037 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:35 smithi150 conmon[40284]: cluster 2024-01-21T08:43:34.446589+0000 mgr.smithi005.dctvsr (mgr.14182) 1037 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:36.990 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:36.991 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:37.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:37 smithi150 conmon[40284]: cluster 2024-01-21T08:43:36.447522+0000 mgr.smithi005.dctvsr (mgr.14182) 1038 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:43:37.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:37 smithi005 conmon[35306]: cluster 2024-01-21T08:43:36.447522+0000 mgr.smithi005.dctvsr (mgr.14182) 1038 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:43:38.552 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:38.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:38 smithi150 conmon[40284]: audit 2024-01-21T08:43:36.985072+0000 mgr.smithi005.dctvsr (mgr.14182) 1039 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:38.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:38 smithi005 conmon[35306]: audit 2024-01-21T08:43:36.985072+0000 mgr.smithi005.dctvsr (mgr.14182) 1039 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:39.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:39 smithi005 conmon[35306]: cluster 2024-01-21T08:43:38.448361+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:43:39.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:39 smithi005 conmon[35306]: ) 1040 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:39 smithi150 conmon[40284]: cluster 2024-01-21T08:43:38.448361+0000 mgr.smithi005.dctvsr (mgr.14182) 1040 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:40.402 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:40.402 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:40.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:41 smithi150 conmon[40284]: audit 2024-01-21T08:43:40.396795+0000 mgr.smithi005.dctvsr (mgr.14182) 1041 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:41 smithi150 conmon[40284]: cluster 2024-01-21T08:43:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:41 smithi150 conmon[40284]: 2024-01-21T08:43:40.449165+0000 mgr.smithi005.dctvsr (mgr.14182) 1042 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:41.941 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:41.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:41 smithi005 conmon[35306]: audit 2024-01-21T08:43:40.396795+0000 mgr.smithi005.dctvsr (mgr.14182) 1041 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:41.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:41 smithi005 conmon[35306]: cluster 2024-01-21T08:43:40.449165+0000 mgr.smithi005.dctvsr (mgr.14182) 1042 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:43.425 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:43 smithi005 conmon[35306]: cluster 2024-01-21T08:43:42.449905+0000 mgr.smithi005.dctvsr (mgr.14182) 1043 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:43.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:43 smithi150 conmon[40284]: cluster 2024-01-21T08:43:42.449905+0000 mgr.smithi005.dctvsr (mgr.14182) 1043 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:43.813 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:43.813 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:44.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:45.358 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:45.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:45 smithi005 conmon[35306]: audit 2024-01-21T08:43:43.807580+0000 mgr.smithi005.dctvsr (mgr.14182) 1044 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:45.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:45 smithi005 conmon[35306]: cluster 2024-01-21T08:43:44.450663+0000 mgr.smithi005.dctvsr (mgr.14182) 1045 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:45.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:45 smithi150 conmon[40284]: audit 2024-01-21T08:43:43.807580+0000 mgr.smithi005.dctvsr (mgr.14182) 1044 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:45.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:45 smithi150 conmon[40284]: cluster 2024-01-21T08:43:44.450663+0000 mgr.smithi005.dctvsr (mgr.14182) 1045 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:47.233 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:47.234 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:47.779 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:47 smithi005 conmon[35306]: cluster 2024-01-21T08:43:46.451526+0000 mgr.smithi005.dctvsr (mgr.14182) 1046 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:43:47.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:47 smithi150 conmon[40284]: cluster 2024-01-21T08:43:46.451526+0000 mgr.smithi005.dctvsr (mgr.14182) 1046 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:43:48.782 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:48.818 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:48 smithi005 conmon[35306]: audit 2024-01-21T08:43:47.228146+0000 mgr.smithi005.dctvsr (mgr.14182) 1047 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:48.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:48 smithi150 conmon[40284]: audit 2024-01-21T08:43:47.228146+0000 mgr.smithi005.dctvsr (mgr.14182) 1047 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:49 smithi150 conmon[40284]: cluster 2024-01-21T08:43:48.452158+0000 mgr.smithi005.dctvsr (mgr.14182) 1048 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:49.941 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:49 smithi005 conmon[35306]: cluster 2024-01-21T08:43:48 2024-01-21T08:43:49.942 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:49 smithi005 conmon[35306]: .452158+0000 mgr.smithi005.dctvsr (mgr.14182) 1048 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:50.599 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:50.599 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:51.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:51.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:51 smithi150 conmon[40284]: cluster 2024-01-21T08:43:50.452952+0000 mgr.smithi005.dctvsr (mgr.14182) 1049 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:51.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:51 smithi150 conmon[40284]: audit 2024-01-21T08:43:50.593267+0000 mgr.smithi005.dctvsr (mgr.14182) 1050 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:51.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:51 smithi005 conmon[35306]: cluster 2024-01-21T08:43:50.452952+0000 mgr.smithi005.dctvsr (mgr.14182) 1049 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:51.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:51 smithi005 conmon[35306]: audit 2024-01-21T08:43:50.593267+0000 mgr.smithi005.dctvsr (mgr.14182) 1050 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:52.244 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:53.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:53 smithi005 conmon[35306]: cluster 2024-01-21T08:43:52.453417+0000 mgr.smithi005.dctvsr (mgr.14182) 1051 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:53 smithi150 conmon[40284]: cluster 2024-01-21T08:43:52.453417+0000 mgr.smithi005.dctvsr (mgr.14182) 1051 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:54.114 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:54.115 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:54.716 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:55.717 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:55.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:55 smithi150 conmon[40284]: audit 2024-01-21T08:43:54.109123+0000 mgr.smithi005.dctvsr (mgr.14182) 1052 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:55.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:55 smithi150 conmon[40284]: cluster 2024-01-21T08:43:54.454164+0000 mgr.smithi005.dctvsr (mgr.14182) 1053 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:55.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:55 smithi005 conmon[35306]: audit 2024-01-21T08:43:54.109123+0000 mgr.smithi005.dctvsr (mgr.14182) 1052 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:55.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:55 smithi005 conmon[35306]: cluster 2024-01-21T08:43:54.454164+0000 mgr.smithi005.dctvsr (mgr.14182) 1053 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:57.545 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:43:57.545 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:43:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:57 smithi150 conmon[40284]: cluster 2024-01-21T08:43:56.455099+0000 mgr.smithi005.dctvsr (mgr.14182) 1054 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:43:57.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:57 smithi005 conmon[35306]: cluster 2024-01-21T08:43:56.455099+0000 mgr.smithi005.dctvsr (mgr.14182) 1054 2024-01-21T08:43:57.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:57 smithi005 conmon[35306]: : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:43:58.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:43:58.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:58 smithi150 conmon[40284]: audit 2024-01-21T08:43:57.539485+0000 mgr.smithi005.dctvsr (mgr.14182) 1055 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:58.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:58 smithi005 conmon[35306]: audit 2024-01-21T08:43:57.539485+0000 mgr.smithi005.dctvsr (mgr.14182) 1055 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:43:59.123 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:43:59.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:43:59 smithi150 conmon[40284]: cluster 2024-01-21T08:43:58.455786+0000 mgr.smithi005.dctvsr (mgr.14182) 1056 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:43:59.897 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:59 smithi005 conmon[35306]: cluster 2024-01-21T08:43:58.455786+0000 mgr.smithi005.dctvsr 2024-01-21T08:43:59.897 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:43:59 smithi005 conmon[35306]: (mgr.14182) 1056 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:00.937 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:00.937 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:01.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:01 smithi150 conmon[40284]: cluster 2024-01-21T08:44:00.456721+0000 mgr.smithi005.dctvsr (mgr.14182) 1057 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:01.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:01 smithi005 conmon[35306]: cluster 2024-01-21T08:44:00.456721+0000 mgr.smithi005.dctvsr (mgr.14182) 1057 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:02.531 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:02.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:02 smithi150 conmon[40284]: audit 2024-01-21T08:44:00.930675+0000 mgr.smithi005.dctvsr (mgr.14182) 1058 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:02.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:02 smithi005 conmon[35306]: audit 2024-01-21T08:44:00.930675+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:44:02.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:02 smithi005 conmon[35306]: 1058 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:03.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:03 smithi005 conmon[35306]: cluster 2024-01-21T08:44:02.457295+0000 mgr.smithi005.dctvsr (mgr.14182) 1059 : cluster 2024-01-21T08:44:03.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:03 smithi005 conmon[35306]: [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:03.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:03 smithi150 conmon[40284]: cluster 2024-01-21T08:44:02.457295+0000 mgr.smithi005.dctvsr (mgr.14182) 1059 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:04.437 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:04.437 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:04.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:05 smithi150 conmon[40284]: audit 2024-01-21T08:44:04.431086+0000 mgr.smithi005.dctvsr (mgr.14182) 1060 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:05 smithi150 conmon[40284]: cluster 2024-01-21T08:44:04.457967+0000 mgr.smithi005.dctvsr (mgr.14182) 1061 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:05 smithi005 conmon[35306]: audit 2024-01-21T08:44:04.431086+0000 mgr.smithi005.dctvsr (mgr.14182) 1060 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:05.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:05 smithi005 conmon[35306]: cluster 2024-01-21T08:44:04.457967+0000 mgr.smithi005.dctvsr (mgr.14182) 1061 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:05.997 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:07.870 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:07.870 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:07.892 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:07 smithi005 conmon[35306]: cluster 2024-01-21T08:44:06.458927+0000 mgr.smithi005.dctvsr (mgr.14182) 1062 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:44:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:07 smithi150 conmon[40284]: cluster 2024-01-21T08:44:06.458927+0000 mgr.smithi005.dctvsr (mgr.14182) 1062 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:44:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:07 smithi150 conmon[40284]: 2024-01-21T08:44:08.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:09.403 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:09.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:09 smithi005 conmon[35306]: audit 2024-01-21T08:44:07.863770+0000 mgr.smithi005.dctvsr (mgr.14182) 1063 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:09.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:09 smithi005 conmon[35306]: cluster 2024-01-21T08:44:08.459780+0000 mgr.smithi005.dctvsr (mgr.14182) 1064 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:09 smithi150 conmon[40284]: audit 2024-01-21T08:44:07.863770+0000 mgr.smithi005.dctvsr (mgr.14182) 1063 : audit [DBG] 2024-01-21T08:44:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:09 smithi150 conmon[40284]: from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:09 smithi150 conmon[40284]: cluster 2024-01-21T08:44:08.459780+0000 mgr.smithi005.dctvsr (mgr.14182) 1064 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:11.245 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:11.245 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:11.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:11.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:11 smithi150 conmon[40284]: cluster 2024-01-21T08:44:10.460754+0000 mgr.smithi005.dctvsr (mgr.14182) 1065 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:11.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:11 smithi005 conmon[35306]: cluster 2024-01-21T08:44:10.460754+0000 mgr.smithi005.dctvsr (mgr.14182) 1065 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:12.744 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:12.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:12 smithi150 conmon[40284]: audit 2024-01-21T08:44:11.239037+0000 mgr.smithi005.dctvsr (mgr.14182) 1066 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:12.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:12 smithi005 conmon[35306]: audit 2024-01-21T08:44:11.239037+0000 mgr.smithi005.dctvsr (mgr.14182) 1066 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:13.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:13 smithi150 conmon[40284]: cluster 2024-01-21T08:44:12.461371+0000 mgr.smithi005.dctvsr (mgr.14182) 1067 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:13.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:13 smithi005 conmon[35306]: cluster 2024-01-21T08:44:12.461371+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:44:13.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:13 smithi005 conmon[35306]: 1067 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:14.682 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:14.682 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:15.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:15 smithi150 conmon[40284]: cluster 2024-01-21T08:44:14.462109+0000 mgr.smithi005.dctvsr (mgr.14182) 1068 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:15 smithi150 conmon[40284]: audit 2024-01-21T08:44:14.676077+0000 2024-01-21T08:44:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:15 smithi150 conmon[40284]: mgr.smithi005.dctvsr (mgr.14182) 1069 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:15.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:15 smithi005 conmon[35306]: cluster 2024-01-21T08:44:14.462109+0000 mgr.smithi005.dctvsr (mgr.14182) 1068 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:15.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:15 smithi005 conmon[35306]: audit 2024-01-21T08:44:14.676077+0000 mgr.smithi005.dctvsr (mgr.14182) 1069 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:16.251 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:17.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:17 smithi005 conmon[35306]: cluster 2024-01-21T08:44:16.463020+0000 mgr.smithi005.dctvsr (mgr.14182) 1070 : cluster 2024-01-21T08:44:17.740 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:17 smithi005 conmon[35306]: [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:44:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:17 smithi150 conmon[40284]: cluster 2024-01-21T08:44:16.463020+0000 mgr.smithi005.dctvsr (mgr.14182) 1070 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:44:18.167 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:18.167 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:18.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:19.704 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:19 smithi150 conmon[40284]: audit 2024-01-21T08:44:18.161279+0000 mgr.smithi005.dctvsr (mgr.14182) 1071 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:19 smithi150 conmon[40284]: cluster 2024-01-21T08:44:18. 2024-01-21T08:44:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:19 smithi150 conmon[40284]: 463782+0000 mgr.smithi005.dctvsr (mgr.14182) 1072 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:19.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:19 smithi005 conmon[35306]: audit 2024-01-21T08:44:18.161279+0000 mgr.smithi005.dctvsr (mgr.14182) 1071 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:19.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:19 smithi005 conmon[35306]: cluster 2024-01-21T08:44:18.463782+0000 mgr.smithi005.dctvsr (mgr.14182) 1072 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:21.606 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:21.606 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:21 smithi150 conmon[40284]: cluster 2024-01-21T08:44:20.464576+0000 mgr.smithi005.dctvsr (mgr.14182) 1073 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:21.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:21 smithi005 conmon[35306]: cluster 2024-01-21T08:44:20.464576+0000 mgr.smithi005.dctvsr (mgr.14182) 1073 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:22.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:22.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:22 smithi150 conmon[40284]: audit 2024-01-21T08:44:21.600511+0000 mgr.smithi005.dctvsr (mgr.14182) 1074 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:22.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:22 smithi005 conmon[35306]: audit 2024-01-21T08:44:21.600511+0000 mgr.smithi005.dctvsr (mgr.14182) 1074 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:23.149 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:23.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:23 smithi150 conmon[40284]: cluster 2024-01-21T08:44:22.465232+0000 mgr.smithi005.dctvsr (mgr.14182) 1075 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:23.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:23 smithi005 conmon[35306]: cluster 2024-01-21T08:44:22.465232+0000 mgr.smithi005.dctvsr (mgr.14182) 1075 2024-01-21T08:44:23.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:23 smithi005 conmon[35306]: : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:24.955 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:24.955 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:25.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:25.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:25 smithi150 conmon[40284]: cluster 2024-01-21T08:44:24.466119+0000 mgr.smithi005.dctvsr (mgr.14182) 1076 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:25.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:25 smithi005 conmon[35306]: cluster 2024-01-21T08:44:24.466119+0000 mgr.smithi005.dctvsr (mgr.14182) 1076 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:26.516 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:26.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:26 smithi150 conmon[40284]: audit 2024-01-21T08:44:24.948565+0000 mgr.smithi005.dctvsr (mgr.14182) 1077 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:26.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:26 smithi005 conmon[35306]: audit 2024-01-21T08:44:24 2024-01-21T08:44:26.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:26 smithi005 conmon[35306]: .948565+0000 mgr.smithi005.dctvsr (mgr.14182) 1077 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:27 smithi150 conmon[40284]: cluster 2024-01-21T08:44:26.467055+0000 mgr.smithi005.dctvsr (mgr.14182) 1078 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:44:27.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:27 smithi005 conmon[35306]: cluster 2024-01-21T08:44:26.467055+0000 mgr.smithi005.dctvsr (mgr.14182) 1078 : cluster 2024-01-21T08:44:27.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:27 smithi005 conmon[35306]: [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:44:28.367 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:28.367 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:28.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:29 smithi150 conmon[40284]: audit 2024-01-21T08:44:28.361244+0000 mgr.smithi005.dctvsr (mgr.14182) 1079 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:29 smithi150 conmon[40284]: cluster 2024-01-21T08:44:28 2024-01-21T08:44:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:29 smithi150 conmon[40284]: .467830+0000 mgr.smithi005.dctvsr (mgr.14182) 1080 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:29.933 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:29.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:29 smithi005 conmon[35306]: audit 2024-01-21T08:44:28.361244+0000 mgr.smithi005.dctvsr (mgr.14182) 1079 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:29.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:29 smithi005 conmon[35306]: cluster 2024-01-21T08:44:28.467830+0000 mgr.smithi005.dctvsr (mgr.14182) 1080 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:31.738 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:31.738 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:31 smithi150 conmon[40284]: cluster 2024-01-21T08:44:30.468614+0000 mgr.smithi005.dctvsr (mgr.14182) 1081 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:31.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:31 smithi005 conmon[35306]: cluster 2024-01-21T08:44:30.468614+0000 mgr.smithi005.dctvsr (mgr.14182) 1081 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:32.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:33.265 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:33 smithi150 conmon[40284]: audit 2024-01-21T08:44:31.731914+0000 mgr.smithi005.dctvsr (mgr.14182) 1082 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:33 smithi150 conmon[40284]: cluster 2024-01-21T08:44:32.469188+0000 mgr.smithi005.dctvsr (mgr.14182) 1083 2024-01-21T08:44:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:33 smithi150 conmon[40284]: : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:33 smithi005 conmon[35306]: audit 2024-01-21T08:44:31.731914+0000 mgr.smithi005.dctvsr (mgr.14182) 1082 : audit 2024-01-21T08:44:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:33 smithi005 conmon[35306]: [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:33.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:33 smithi005 conmon[35306]: cluster 2024-01-21T08:44:32.469188+0000 mgr.smithi005.dctvsr (mgr.14182) 1083 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:35.151 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:35.152 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:35.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:35.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:35 smithi150 conmon[40284]: cluster 2024-01-21T08:44:34.470177+0000 mgr.smithi005.dctvsr (mgr.14182) 1084 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:35.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:35 smithi005 conmon[35306]: cluster 2024-01-21T08:44:34.470177+0000 mgr.smithi005.dctvsr (mgr.14182) 1084 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:36.723 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:36.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:36 smithi150 conmon[40284]: audit 2024-01-21T08:44:35.145472+0000 mgr.smithi005.dctvsr (mgr.14182) 1085 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:36.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:36 smithi005 conmon[35306]: audit 2024-01-21T08:44:35.145472+0000 mgr.smithi005.dctvsr (mgr.14182) 1085 : 2024-01-21T08:44:36.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:36 smithi005 conmon[35306]: audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:37 smithi150 conmon[40284]: cluster 2024-01-21T08:44:36.470983+0000 mgr.smithi005.dctvsr (mgr.14182) 1086 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:44:37.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:37 smithi005 conmon[35306]: cluster 2024-01-21T08:44:36.470983+0000 mgr.smithi005.dctvsr (mgr.14182) 1086 : cluster 2024-01-21T08:44:37.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:37 smithi005 conmon[35306]: [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:44:38.588 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:38.588 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:39.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:39 smithi150 conmon[40284]: cluster 2024-01-21T08:44:38.471567+0000 mgr.smithi005.dctvsr (mgr.14182) 1087 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-21T08:44:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:39 smithi150 conmon[40284]: audit 2024-01-21T08:44:38.578723+0000 mgr.smithi005.dctvsr (mgr.14182) 1088 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:39.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:39 smithi005 conmon[35306]: cluster 2024-01-21T08:44:38.471567+0000 mgr.smithi005.dctvsr (mgr.14182) 1087 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-21T08:44:39.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:39 smithi005 conmon[35306]: audit 2024-01-21T08:44:38.578723+0000 mgr.smithi005.dctvsr (mgr.14182) 1088 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:40.164 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:41.657 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:41 smithi005 conmon[35306]: cluster 2024-01-21T08:44:40.472572+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:44:41.657 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:41 smithi005 conmon[35306]: mgr.14182) 1089 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:44:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:41 smithi150 conmon[40284]: cluster 2024-01-21T08:44:40.472572+0000 mgr.smithi005.dctvsr (mgr.14182) 1089 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:44:42.055 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:42.056 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:42.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:43.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:43 smithi150 conmon[40284]: audit 2024-01-21T08:44:42.048791+0000 mgr.smithi005.dctvsr (mgr.14182) 1090 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:43.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:43 smithi150 conmon[40284]: cluster 2024-01-21T08:44:42.473117+0000 mgr.smithi005.dctvsr 2024-01-21T08:44:43.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:43 smithi150 conmon[40284]: (mgr.14182) 1091 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:44:43.650 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:43.684 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:43 smithi005 conmon[35306]: audit 2024-01-21T08:44:42.048791+0000 mgr.smithi005.dctvsr (mgr.14182) 1090 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:43.684 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:43 smithi005 conmon[35306]: cluster 2024-01-21T08:44:42.473117+0000 mgr.smithi005.dctvsr (mgr.14182) 1091 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:44:45.471 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:45.471 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:45.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:45 smithi150 conmon[40284]: cluster 2024-01-21T08:44:44.474117+0000 mgr.smithi005.dctvsr (mgr.14182) 1092 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:44:45.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:45 smithi005 conmon[35306]: cluster 2024-01-21T08:44:44.474117+0000 mgr.smithi005.dctvsr (mgr.14182) 1092 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:44:46.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:46.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:46 smithi150 conmon[40284]: audit 2024-01-21T08:44:45.463294+0000 mgr.smithi005.dctvsr (mgr.14182) 1093 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:46.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:46 smithi005 conmon[35306]: audit 2024-01-21T08:44:45.463294+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:44:46.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:46 smithi005 conmon[35306]: 14182) 1093 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:47.072 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:47 smithi150 conmon[40284]: cluster 2024-01-21T08:44:46.475018+0000 mgr.smithi005.dctvsr (mgr.14182) 1094 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-01-21T08:44:47.899 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:47 smithi005 conmon[35306]: cluster 2024-01-21T08:44:46.475018+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:44:47.899 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:47 smithi005 conmon[35306]: 1094 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-01-21T08:44:48.992 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:48.992 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:49.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:49 smithi150 conmon[40284]: cluster 2024-01-21T08:44:48.475641+0000 mgr.smithi005.dctvsr (mgr.14182) 1095 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:44:49.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:49 smithi005 conmon[35306]: cluster 2024-01-21T08:44:48.475641+0000 mgr.smithi005.dctvsr (mgr.14182) 1095 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:44:50.549 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:50.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:50 smithi150 conmon[40284]: audit 2024-01-21T08:44:48.985861+0000 mgr.smithi005.dctvsr (mgr.14182) 1096 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:50.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:50 smithi005 conmon[35306]: audit 2024-01-21T08:44:48.985861+0000 2024-01-21T08:44:50.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:50 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 1096 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:51.691 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:51 smithi005 conmon[35306]: cluster 2024-01-21T08:44:50.476580+0000 mgr.smithi005.dctvsr (mgr.14182) 1097 : cluster 2024-01-21T08:44:51.691 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:51 smithi005 conmon[35306]: [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-21T08:44:51.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:51 smithi150 conmon[40284]: cluster 2024-01-21T08:44:50.476580+0000 mgr.smithi005.dctvsr (mgr.14182) 1097 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-21T08:44:52.324 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:52.324 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:52.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:53 smithi150 conmon[40284]: audit 2024-01-21T08:44:52.318238+0000 mgr.smithi005.dctvsr (mgr.14182) 1098 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:53 smithi150 conmon[40284]: cluster 2024-01-21T08:44:52.477102+0000 mgr.smithi005.dctvsr (mgr.14182) 1099 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:53.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:53 smithi005 conmon[35306]: audit 2024-01-21T08:44:52.318238+0000 mgr.smithi005.dctvsr (mgr.14182) 1098 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:53.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:53 smithi005 conmon[35306]: cluster 2024-01-21T08:44:52.477102+0000 mgr.smithi005.dctvsr (mgr.14182) 1099 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:53.879 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:55.700 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:55.701 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:55.864 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:55 smithi005 conmon[35306]: cluster 2024-01-21T08:44:54.477899+0000 mgr.smithi005.dctvsr (mgr.14182) 1100 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:55.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:55 smithi150 conmon[40284]: cluster 2024-01-21T08:44:54.477899+0000 mgr.smithi005.dctvsr (mgr.14182) 1100 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:56.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:56.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:56 smithi150 conmon[40284]: audit 2024-01-21T08:44:55.694674+0000 mgr.smithi005.dctvsr (mgr.14182) 1101 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:56.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:56 smithi005 conmon[35306]: audit 2024-01-21T08:44:55.694674+0000 mgr.smithi005.dctvsr (mgr.14182) 1101 : audit [DBG] 2024-01-21T08:44:56.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:56 smithi005 conmon[35306]: from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:44:57.280 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:44:57.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:57 smithi005 conmon[35306]: cluster 2024-01-21T08:44:56.478851+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:44:57.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:57 smithi005 conmon[35306]: 14182) 1102 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:44:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:57 smithi150 conmon[40284]: cluster 2024-01-21T08:44:56.478851+0000 mgr.smithi005.dctvsr (mgr.14182) 1102 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:44:59.202 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:44:59.203 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:44:59.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:44:59.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:44:59 smithi150 conmon[40284]: cluster 2024-01-21T08:44:58.479727+0000 mgr.smithi005.dctvsr (mgr.14182) 1103 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:44:59.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:44:59 smithi005 conmon[35306]: cluster 2024-01-21T08:44:58.479727+0000 mgr.smithi005.dctvsr (mgr.14182) 1103 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:00.770 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:00.806 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:00 smithi005 conmon[35306]: audit 2024-01-21T08:44:59.196405+0000 mgr.smithi005.dctvsr (mgr.14182) 1104 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:00.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:00 smithi150 conmon[40284]: audit 2024-01-21T08:44:59.196405+0000 mgr.smithi005.dctvsr (mgr.14182) 1104 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:01 smithi150 conmon[40284]: cluster 2024-01-21T08:45:00.480753+0000 mgr.smithi005.dctvsr (mgr.14182) 1105 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:01.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:01 smithi005 conmon[35306]: cluster 2024-01-21T08:45:00.480753+0000 mgr.smithi005.dctvsr (mgr.14182) 1105 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:02.610 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:02.610 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:03.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:03.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:03 smithi005 conmon[35306]: cluster 2024-01-21T08:45:02.481239+0000 mgr.smithi005.dctvsr (mgr.14182) 1106 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:03.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:03 smithi005 conmon[35306]: audit 2024-01-21T08:45:02.604264+0000 mgr.smithi005.dctvsr (mgr.14182) 1107 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:03 smithi150 conmon[40284]: cluster 2024-01-21T08:45:02.481239+0000 mgr.smithi005.dctvsr (mgr.14182) 1106 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:03 smithi150 conmon[40284]: audit 2024-01-21T08:45:02.604264+0000 mgr.smithi005.dctvsr (mgr.14182) 1107 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:04.180 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:05.649 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:05 smithi005 conmon[35306]: cluster 2024-01-21T08:45:04.482126+0000 mgr.smithi005.dctvsr (mgr.14182) 1108 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:05 smithi150 conmon[40284]: cluster 2024-01-21T08:45:04.482126+0000 mgr.smithi005.dctvsr (mgr.14182) 1108 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:06.030 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:06.030 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:06.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:07.580 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:07 smithi150 conmon[40284]: audit 2024-01-21T08:45:06.024386+0000 mgr.smithi005.dctvsr (mgr.14182) 1109 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:07 smithi150 conmon[40284]: cluster 2024-01-21T08:45:06.483038+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:45:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:07 smithi150 conmon[40284]: 14182) 1110 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:45:07.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:07 smithi005 conmon[35306]: audit 2024-01-21T08:45:06.024386+0000 mgr.smithi005.dctvsr (mgr.14182) 1109 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:07.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:07 smithi005 conmon[35306]: cluster 2024-01- 2024-01-21T08:45:07.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:07 smithi005 conmon[35306]: 21T08:45:06.483038+0000 mgr.smithi005.dctvsr (mgr.14182) 1110 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:45:09.431 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:09.432 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:09 smithi150 conmon[40284]: cluster 2024-01-21T08:45:08.484038+0000 mgr.smithi005.dctvsr (mgr.14182) 1111 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:09.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:09 smithi005 conmon[35306]: cluster 2024-01-21T08:45:08.484038+0000 mgr.smithi005.dctvsr (mgr.14182) 1111 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:09.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:10.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:10 smithi150 conmon[40284]: audit 2024-01-21T08:45:09.424990+0000 mgr.smithi005.dctvsr (mgr.14182) 1112 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:10.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:10 smithi005 conmon[35306]: audit 2024-01-21T08:45:09.424990+0000 mgr.smithi005.dctvsr (mgr.14182) 1112 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:10.978 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:11.795 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:11 smithi005 conmon[35306]: cluster 2024-01-21T08:45:10.485101+0000 mgr.smithi005.dctvsr (mgr.14182) 1113 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:11.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:11 smithi150 conmon[40284]: cluster 2024-01-21T08:45:10.485101+0000 mgr.smithi005.dctvsr (mgr.14182) 1113 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:12.865 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:12.865 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:13.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:13.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:13 smithi150 conmon[40284]: cluster 2024-01-21T08:45:12.485663+0000 mgr.smithi005.dctvsr (mgr.14182) 1114 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:13.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:13 smithi005 conmon[35306]: cluster 2024-01-21T08:45:12.485663+0000 mgr.smithi005.dctvsr (mgr.14182) 1114 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:14.443 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:14.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:14 smithi150 conmon[40284]: audit 2024-01-21T08:45:12.858891+0000 mgr.smithi005.dctvsr (mgr.14182) 1115 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:14.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:14 smithi005 conmon[35306]: audit 2024-01-21T08:45:12.858891+0000 mgr.smithi005.dctvsr (mgr.14182) 1115 : audit [DBG] 2024-01-21T08:45:14.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:14 smithi005 conmon[35306]: from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:15.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:15 smithi150 conmon[40284]: cluster 2024-01-21T08:45:14.486589+0000 mgr.smithi005.dctvsr (mgr.14182) 1116 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:15.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:15 smithi005 conmon[35306]: cluster 2024-01-21T08:45:14.486589+0000 mgr.smithi005.dctvsr (mgr.14182) 1116 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:16.261 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:16.262 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:16.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:17.777 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:17.812 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:17 smithi005 conmon[35306]: audit 2024-01-21T08:45:16.255775+0000 mgr.smithi005.dctvsr (mgr.14182) 1117 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:17.812 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:17 smithi005 conmon[35306]: cluster 2024-01-21T08:45:16.487484+0000 mgr.smithi005.dctvsr (mgr.14182) 1118 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:45:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:17 smithi150 conmon[40284]: audit 2024-01-21T08:45:16.255775+0000 mgr.smithi005.dctvsr (mgr.14182) 1117 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:17 smithi150 conmon[40284]: cluster 2024-01-21T08:45:16.487484+0000 mgr.smithi005.dctvsr (mgr.14182) 1118 2024-01-21T08:45:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:17 smithi150 conmon[40284]: : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:45:19.576 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:19.576 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:19 smithi150 conmon[40284]: cluster 2024-01-21T08:45:18.488115+0000 mgr.smithi005.dctvsr (mgr.14182) 1119 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:19.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:19 smithi005 conmon[35306]: cluster 2024-01-21T08:45:18.488115+0000 mgr.smithi005.dctvsr (mgr.14182) 1119 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:20.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:20.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:20 smithi150 conmon[40284]: audit 2024-01-21T08:45:19.569899+0000 mgr.smithi005.dctvsr (mgr.14182) 1120 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:20.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:20 smithi005 conmon[35306]: audit 2024-01-21T08:45:19 2024-01-21T08:45:20.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:20 smithi005 conmon[35306]: .569899+0000 mgr.smithi005.dctvsr (mgr.14182) 1120 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:21.094 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:21 smithi150 conmon[40284]: cluster 2024-01-21T08:45:20.488983+0000 mgr.smithi005.dctvsr (mgr.14182) 1121 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:21.893 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:21 smithi005 conmon[35306]: cluster 2024-01-21T08:45:20.488983+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:45:21.894 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:21 smithi005 conmon[35306]: 1121 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:22.923 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:22.924 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:36:32.284087Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.pfhnsu on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:23.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:23.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:23 smithi150 conmon[40284]: cluster 2024-01-21T08:45:22.489553+0000 mgr.smithi005.dctvsr (mgr.14182) 1122 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:23.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:23 smithi005 conmon[35306]: cluster 2024-01-21T08:45:22.489553+0000 mgr.smithi005.dctvsr (mgr.14182) 1122 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:24.434 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:24.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: audit 2024-01-21T08:45:22.917495+0000 mgr.smithi005.dctvsr (mgr.14182) 1123 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:24.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: cephadm 2024-01-21T08:45:23.651312+0000 mgr.smithi005.dctvsr (mgr.14182) 1124 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz 2024-01-21T08:45:24.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz 2024-01-21T08:45:24.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz 2024-01-21T08:45:24.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz 2024-01-21T08:45:24.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi150.iwhiuz ... 2024-01-21T08:45:24.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:45:24.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:45:24.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:43:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:44:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:44:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.644 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:45:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:45:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:45:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: Traceback (most recent call last): 2024-01-21T08:45:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:45:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: yield (conn, connr) 2024-01-21T08:45:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:45:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: code, '\n'.join(err))) 2024-01-21T08:45:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz 2024-01-21T08:45:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz 2024-01-21T08:45:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz 2024-01-21T08:45:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz 2024-01-21T08:45:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi150.iwhiuz ... 2024-01-21T08:45:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:45:24.645 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:45:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:43:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:44:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:44:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:45:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-01-21T08:45:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:45:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:45:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: cephadm 2024-01-21T08:45:23.651692+0000 mgr.smithi005.dctvsr (mgr.14182) 1125 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.iwhiuz 2024-01-21T08:45:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: audit 2024-01-21T08:45:23.652091+0000 mon.smithi005 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.iwhiuz"}]: dispatch 2024-01-21T08:45:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: cephadm 2024-01-21T08:45:23.652955+0000 mgr.smithi005.dctvsr (mgr.14182) 1126 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz 2024-01-21T08:45:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz 2024-01-21T08:45:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz 2024-01-21T08:45:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz 2024-01-21T08:45:24.646 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi150.iwhiuz ... 2024-01-21T08:45:24.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:45:24.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:45:24.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:43:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:44:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:44:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:45:24.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:45:24.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:45:24.647 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:24 smithi150 conmon[40284]: cephadm 2024-01-21T08:45:23.654874+0000 mgr.smithi005.dctvsr (mgr.14182) 1127 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.laxkwe on smithi005 2024-01-21T08:45:24.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: audit 2024-01-21T08:45:22.917495+0000 mgr.smithi005.dctvsr (mgr.14182) 1123 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:24.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: cephadm 2024-01-21T08:45:23.651312+0000 mgr.smithi005.dctvsr (mgr.14182) 1124 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz 2024-01-21T08:45:24.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz 2024-01-21T08:45:24.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz 2024-01-21T08:45:24.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz 2024-01-21T08:45:24.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi150.iwhiuz ... 2024-01-21T08:45:24.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:45:24.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:45:24.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:43:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:44:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:44:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:45:24.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:45:24.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:45:24.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: Traceback (most recent call last): 2024-01-21T08:45:24.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:45:24.695 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: yield (conn, connr) 2024-01-21T08:45:24.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:45:24.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: code, '\n'.join(err))) 2024-01-21T08:45:24.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz 2024-01-21T08:45:24.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz 2024-01-21T08:45:24.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz 2024-01-21T08:45:24.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz 2024-01-21T08:45:24.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi150.iwhiuz ... 2024-01-21T08:45:24.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:45:24.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:45:24.696 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:43:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:44:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:44:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:45:24.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-01-21T08:45:24.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:45:24.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:45:24.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: cephadm 2024-01-21T08:45:23.651692+0000 mgr.smithi005.dctvsr (mgr.14182) 1125 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi150.iwhiuz 2024-01-21T08:45:24.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: audit 2024-01-21T08:45:23.652091+0000 mon.smithi005 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi150.iwhiuz"}]: dispatch 2024-01-21T08:45:24.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: cephadm 2024-01-21T08:45:23.652955+0000 mgr.smithi005.dctvsr (mgr.14182) 1126 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz 2024-01-21T08:45:24.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz 2024-01-21T08:45:24.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz 2024-01-21T08:45:24.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz 2024-01-21T08:45:24.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi150.iwhiuz ... 2024-01-21T08:45:24.697 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:45:24.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:45:24.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:43:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:44:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:44:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:45:24.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:45:24.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:45:24.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: 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=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:45:24.698 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:24 smithi005 conmon[35306]: cephadm 2024-01-21T08:45:23.654874+0000 mgr.smithi005.dctvsr (mgr.14182) 1127 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.laxkwe on smithi005 2024-01-21T08:45:25.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:25 smithi150 conmon[40284]: cluster 2024-01-21T08:45:24.490277+0000 mgr.smithi005.dctvsr (mgr.14182) 1128 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:25.657 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:25 smithi005 conmon[35306]: cluster 2024-01-21T08:45:24.490277+0000 mgr.smithi005.dctvsr (mgr.14182) 1128 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:25.657 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:25 smithi005 conmon[35306]: 2024-01-21T08:45:26.301 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:26.302 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:26.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:27.815 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:27.851 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:27 smithi005 conmon[35306]: audit 2024-01-21T08:45:26.295283+0000 mgr.smithi005.dctvsr (mgr.14182) 1129 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:27.851 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:27 smithi005 conmon[35306]: cluster 2024-01-21T08:45:26.491196+0000 mgr.smithi005.dctvsr (mgr.14182) 1130 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:45:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:27 smithi150 conmon[40284]: audit 2024-01-21T08:45:26.295283+0000 mgr.smithi005.dctvsr (mgr.14182) 1129 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:27 smithi150 conmon[40284]: cluster 2024-01-21T08:45:26.491196+0000 mgr.smithi005.dctvsr (mgr.14182) 1130 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:45:29.673 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:29.673 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:29.842 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:29 smithi005 conmon[35306]: cluster 2024-01-21T08:45:28.491984+0000 mgr.smithi005.dctvsr (mgr.14182) 1131 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:29 smithi150 conmon[40284]: cluster 2024-01-21T08:45:28.491984+0000 mgr.smithi005.dctvsr (mgr.14182) 1131 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:30.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:30.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:30 smithi150 conmon[40284]: audit 2024-01-21T08:45:29.666306+0000 mgr.smithi005.dctvsr (mgr.14182) 1132 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:30.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:30 smithi005 conmon[35306]: audit 2024-01-21T08:45:29.666306+0000 mgr.smithi005.dctvsr (mgr.14182) 1132 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:31.210 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:31.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:31 smithi005 conmon[35306]: cluster 2024-01-21T08:45: 2024-01-21T08:45:31.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:31 smithi005 conmon[35306]: 30.493002+0000 mgr.smithi005.dctvsr (mgr.14182) 1133 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:31 smithi150 conmon[40284]: cluster 2024-01-21T08:45:30.493002+0000 mgr.smithi005.dctvsr (mgr.14182) 1133 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:33.085 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:33.085 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:33.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:33 smithi005 conmon[35306]: cluster 2024-01-21T08:45:32.493589+0000 mgr.smithi005.dctvsr (mgr.14182) 1134 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:33 smithi150 conmon[40284]: cluster 2024-01-21T08:45:32.493589+0000 mgr.smithi005.dctvsr (mgr.14182) 1134 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:33 smithi150 conmon[40284]: 2024-01-21T08:45:33.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:34.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:34 smithi150 conmon[40284]: audit 2024-01-21T08:45:33.077929+0000 mgr.smithi005.dctvsr (mgr.14182) 1135 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:34.646 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:34.680 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:34 smithi005 conmon[35306]: audit 2024-01-21T08:45:33.077929+0000 mgr.smithi005.dctvsr (mgr.14182) 1135 : 2024-01-21T08:45:34.680 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:34 smithi005 conmon[35306]: audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:35.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:35 smithi005 conmon[35306]: cluster 2024-01-21T08:45:34.494329+0000 mgr.smithi005.dctvsr (mgr.14182) 1136 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:35.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:35 smithi150 conmon[40284]: cluster 2024-01-21T08:45:34.494329+0000 mgr.smithi005.dctvsr (mgr.14182) 1136 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:36.510 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:36.511 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:37.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:37 smithi150 conmon[40284]: cluster 2024-01-21T08:45:36.494973+0000 mgr.smithi005.dctvsr (mgr.14182) 1137 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:45:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:37 smithi150 conmon[40284]: audit 2024-01-21T08:45:36.503844+0000 mgr.smithi005.dctvsr (mgr.14182) 1138 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:37.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:37 smithi005 conmon[35306]: cluster 2024-01-21T08:45:36.494973+0000 mgr.smithi005.dctvsr (mgr.14182) 1137 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:45:37.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:37 smithi005 conmon[35306]: audit 2024-01-21T08:45:36.503844+0000 mgr.smithi005.dctvsr (mgr.14182) 1138 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:38.031 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:39 smithi150 conmon[40284]: cluster 2024-01-21T08:45:38.495603+0000 mgr.smithi005.dctvsr (mgr.14182) 1139 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:39.902 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:39.902 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:39.940 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:39 smithi005 conmon[35306]: cluster 2024-01-21T08:45:38.495603+0000 mgr.smithi005.dctvsr (mgr.14182) 1139 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:40.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:41.446 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:41 smithi150 conmon[40284]: audit 2024-01-21T08:45:39.896360+0000 mgr.smithi005.dctvsr (mgr.14182) 1140 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:41 smithi150 conmon[40284]: cluster 2024-01-21T08:45:40.496587+0000 mgr.smithi005.dctvsr (mgr.14182) 1141 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:41.908 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:41 smithi005 conmon[35306]: audit 2024-01-21T08:45:39.896360+0000 mgr.smithi005.dctvsr (mgr.14182) 1140 : audit [DBG] 2024-01-21T08:45:41.908 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:41 smithi005 conmon[35306]: from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:41.909 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:41 smithi005 conmon[35306]: cluster 2024-01-21T08:45:40.496587+0000 mgr.smithi005.dctvsr (mgr.14182) 1141 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:43.235 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:43.235 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:43.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:43 smithi150 conmon[40284]: cluster 2024-01-21T08:45:42.497293+0000 mgr.smithi005.dctvsr (mgr.14182) 1142 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:43.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:43 smithi005 conmon[35306]: cluster 2024-01-21T08:45:42.497293+0000 mgr.smithi005.dctvsr (mgr.14182) 1142 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:43.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:44.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:44 smithi150 conmon[40284]: audit 2024-01-21T08:45:43.228916+0000 mgr.smithi005.dctvsr (mgr.14182) 1143 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:44.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:44 smithi005 conmon[35306]: audit 2024-01-21T08:45:43.228916+0000 mgr.smithi005.dctvsr (mgr.14182) 1143 : audit 2024-01-21T08:45:44.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:44 smithi005 conmon[35306]: [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:44.804 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:45.573 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:45 smithi005 conmon[35306]: cluster 2024-01-21T08:45:44.498104+0000 mgr.smithi005.dctvsr (mgr.14182) 1144 : cluster 2024-01-21T08:45:45.573 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:45 smithi005 conmon[35306]: [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:45.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:45 smithi150 conmon[40284]: cluster 2024-01-21T08:45:44.498104+0000 mgr.smithi005.dctvsr (mgr.14182) 1144 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:46.643 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:46.644 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:47.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:47 smithi150 conmon[40284]: cluster 2024-01-21T08:45:46.498778+0000 mgr.smithi005.dctvsr (mgr.14182) 1145 2024-01-21T08:45:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:47 smithi150 conmon[40284]: : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:45:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:47 smithi150 conmon[40284]: audit 2024-01-21T08:45:46.637358+0000 mgr.smithi005.dctvsr (mgr.14182) 1146 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:47.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:47 smithi005 conmon[35306]: cluster 2024-01-21T08:45:46.498778+0000 mgr.smithi005.dctvsr (mgr.14182) 1145 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:45:47.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:47 smithi005 conmon[35306]: audit 2024-01-21T08:45:46.637358+0000 mgr.smithi005.dctvsr (mgr.14182) 1146 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:48.179 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:49.618 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:49 smithi005 conmon[35306]: cluster 2024-01-21T08:45:48.499335+0000 mgr.smithi005.dctvsr (mgr.14182) 1147 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:49 smithi150 conmon[40284]: cluster 2024-01-21T08:45:48.499335+0000 mgr.smithi005.dctvsr (mgr.14182) 1147 : cluster [DBG] 2024-01-21T08:45:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:49 smithi150 conmon[40284]: pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:50.024 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:50.025 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:50.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:51.572 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:51.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:51 smithi150 conmon[40284]: audit 2024-01-21T08:45:50.018587+0000 mgr.smithi005.dctvsr (mgr.14182) 1148 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:51.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:51 smithi150 conmon[40284]: cluster 2024-01-21T08:45 2024-01-21T08:45:51.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:51 smithi150 conmon[40284]: :50.500340+0000 mgr.smithi005.dctvsr (mgr.14182) 1149 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:51.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:51 smithi005 conmon[35306]: audit 2024-01-21T08:45:50.018587+0000 mgr.smithi005.dctvsr (mgr.14182) 1148 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:51.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:51 smithi005 conmon[35306]: cluster 2024-01-21T08:45:50.500340+0000 mgr.smithi005.dctvsr (mgr.14182) 1149 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:53.405 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:53.405 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:53 smithi150 conmon[40284]: cluster 2024-01-21T08:45:52.500993+0000 mgr.smithi005.dctvsr (mgr.14182) 1150 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:53 smithi150 conmon[40284]: 2024-01-21T08:45:53.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:53 smithi005 conmon[35306]: cluster 2024-01-21T08:45:52.500993+0000 mgr.smithi005.dctvsr (mgr.14182) 1150 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:53.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:54.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:54 smithi150 conmon[40284]: audit 2024-01-21T08:45:53.398581+0000 mgr.smithi005.dctvsr (mgr.14182) 1151 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:54.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:54 smithi005 conmon[35306]: audit 2024-01-21T08:45:53.398581+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:45:54.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:54 smithi005 conmon[35306]: 1151 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:54.938 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:55.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:55 smithi150 conmon[40284]: cluster 2024-01-21T08:45:54.501833+0000 mgr.smithi005.dctvsr (mgr.14182) 1152 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:55.648 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:55 smithi005 conmon[35306]: cluster 2024-01-21T08:45:54.501833+0000 mgr.smithi005.dctvsr (mgr.14182) 1152 : 2024-01-21T08:45:55.648 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:55 smithi005 conmon[35306]: cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:56.841 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:45:56.841 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:45:57.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:45:57.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:57 smithi005 conmon[35306]: cluster 2024-01-21T08:45:56.502510+0000 mgr.smithi005.dctvsr (mgr.14182) 1153 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:45:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:57 smithi150 conmon[40284]: cluster 2024-01-21T08:45:56.502510+0000 mgr.smithi005.dctvsr (mgr.14182) 1153 : cluster 2024-01-21T08:45:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:57 smithi150 conmon[40284]: [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:45:58.409 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:45:58.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:58 smithi150 conmon[40284]: audit 2024-01-21T08:45:56.835308+0000 mgr.smithi005.dctvsr (mgr.14182) 1154 : audit [DBG] 2024-01-21T08:45:58.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:58 smithi150 conmon[40284]: from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:58.909 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:58 smithi005 conmon[35306]: audit 2024-01-21T08:45:56.835308+0000 mgr.smithi005.dctvsr (mgr.14182) 1154 : audit 2024-01-21T08:45:58.909 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:58 smithi005 conmon[35306]: [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:45:59.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:59 smithi150 conmon[40284]: cluster 2024-01-21T08:45:58.503109+0000 mgr.smithi005.dctvsr (mgr.14182) 1155 : cluster 2024-01-21T08:45:59.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:45:59 smithi150 conmon[40284]: [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:45:59.910 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:45:59 smithi005 conmon[35306]: cluster 2024-01-21T08:45:58.503109+0000 mgr.smithi005.dctvsr (mgr.14182) 1155 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:00.318 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:00.318 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:00.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:01 smithi150 conmon[40284]: audit 2024-01-21T08:46:00.312528+0000 mgr.smithi005.dctvsr (mgr.14182) 1156 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:01 smithi150 conmon[40284]: cluster 2024-01-21T08:46:00.504128+0000 mgr.smithi005.dctvsr (mgr.14182) 1157 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:01.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:01 smithi005 conmon[35306]: audit 2024-01-21T08:46:00.312528+0000 mgr.smithi005.dctvsr (mgr.14182) 1156 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:01.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:01 smithi005 conmon[35306]: cluster 2024-01 2024-01-21T08:46:01.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:01 smithi005 conmon[35306]: -21T08:46:00.504128+0000 mgr.smithi005.dctvsr (mgr.14182) 1157 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:01.946 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:03.432 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:03 smithi005 conmon[35306]: cluster 2024-01-21T08:46:02.504713+0000 mgr.smithi005.dctvsr (mgr.14182) 1158 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:03 smithi150 conmon[40284]: cluster 2024-01-21T08:46:02.504713+0000 mgr.smithi005.dctvsr (mgr.14182) 1158 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:03.779 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:03.779 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:04.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:05.326 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:05.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:05 smithi005 conmon[35306]: audit 2024-01-21T08:46:03.773656+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:46:05.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:05 smithi005 conmon[35306]: mgr.14182) 1159 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:05.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:05 smithi005 conmon[35306]: cluster 2024-01-21T08:46:04.505482+0000 mgr.smithi005.dctvsr (mgr.14182) 1160 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:05.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:05 smithi150 conmon[40284]: audit 2024-01-21T08:46:03.773656+0000 mgr.smithi005.dctvsr (mgr.14182) 1159 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:05.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:05 smithi150 conmon[40284]: cluster 2024-01-21T08:46:04.505482+0000 mgr.smithi005.dctvsr (mgr.14182) 1160 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:07.155 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:07.155 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:07.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:07 smithi150 conmon[40284]: cluster 2024-01-21T08:46:06.506330+0000 mgr.smithi005.dctvsr (mgr.14182) 1161 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:46:07.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:07 smithi005 conmon[35306]: cluster 2024-01-21T08:46:06.506330+0000 mgr.smithi005.dctvsr (mgr.14182) 1161 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:46:08.726 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:08.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:08 smithi150 conmon[40284]: audit 2024-01-21T08:46:07.148851+0000 mgr.smithi005.dctvsr (mgr.14182) 1162 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:08.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:08 smithi005 conmon[35306]: audit 2024-01-21T08:46:07.148851+0000 mgr.smithi005.dctvsr (mgr.14182) 1162 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:09 smithi150 conmon[40284]: cluster 2024-01-21T08:46:08.507147+0000 mgr.smithi005.dctvsr (mgr.14182) 1163 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:09.935 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:09 smithi005 conmon[35306]: cluster 2024-01-21T08:46:08.507147+0000 mgr.smithi005.dctvsr (mgr.14182) 1163 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:10.543 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:10.544 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:11.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:11.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:11 smithi150 conmon[40284]: cluster 2024-01-21T08:46:10.507893+0000 mgr.smithi005.dctvsr (mgr.14182) 1164 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:11.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:11 smithi150 conmon[40284]: audit 2024-01-21T08:46:10.537806+0000 mgr.smithi005.dctvsr (mgr.14182) 1165 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:11.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:11 smithi005 conmon[35306]: cluster 2024-01-21T08:46:10.507893+0000 mgr.smithi005.dctvsr (mgr.14182) 1164 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:11.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:11 smithi005 conmon[35306]: audit 2024-01-21T08:46:10.537806+0000 mgr.smithi005.dctvsr (mgr.14182) 1165 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:12.101 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:13.589 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:13 smithi005 conmon[35306]: cluster 2024-01-21T08:46:12.508391+0000 mgr.smithi005.dctvsr (mgr.14182) 1166 : cluster 2024-01-21T08:46:13.589 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:13 smithi005 conmon[35306]: [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:13.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:13 smithi150 conmon[40284]: cluster 2024-01-21T08:46:12.508391+0000 mgr.smithi005.dctvsr (mgr.14182) 1166 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:13.988 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:13.988 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:14.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:15.593 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:15 smithi150 conmon[40284]: audit 2024-01-21T08:46:13.982145+0000 mgr.smithi005.dctvsr (mgr.14182) 1167 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:15 smithi150 conmon[40284]: cluster 2024-01-21T08:46:14.509471+0000 mgr.smithi005.dctvsr (mgr.14182) 1168 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 B/s wr, 0 op/s 2024-01-21T08:46:15.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:15 smithi005 conmon[35306]: audit 2024-01-21T08:46:13.982145+0000 2024-01-21T08:46:15.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:15 smithi005 conmon[35306]: mgr.smithi005.dctvsr (mgr.14182) 1167 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:15.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:15 smithi005 conmon[35306]: cluster 2024-01-21T08:46:14.509471+0000 mgr.smithi005.dctvsr (mgr.14182) 1168 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 B/s wr, 0 op/s 2024-01-21T08:46:17.485 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:17.485 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:17 smithi150 conmon[40284]: cluster 2024-01-21T08:46:16.510248+0000 mgr.smithi005.dctvsr (mgr.14182) 1169 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 44 op/s 2024-01-21T08:46:17.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:17 smithi005 conmon[35306]: cluster 2024-01-21T08:46:16.510248+0000 mgr.smithi005.dctvsr (mgr.14182) 1169 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 44 op/s 2024-01-21T08:46:18.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:18.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:18 smithi150 conmon[40284]: audit 2024-01-21T08:46:17.478362+0000 mgr.smithi005.dctvsr (mgr.14182) 1170 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:18.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:18 smithi005 conmon[35306]: audit 2024-01-21T08:46:17.478362+0000 mgr.smithi005.dctvsr (mgr.14182) 1170 : audit [DBG] 2024-01-21T08:46:18.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:18 smithi005 conmon[35306]: from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:19.024 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:19.818 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:19 smithi005 conmon[35306]: cluster 2024-01-21T08:46:18.511023+0000 mgr.smithi005.dctvsr (mgr.14182) 1171 : cluster 2024-01-21T08:46:19.818 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:19 smithi005 conmon[35306]: [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s 2024-01-21T08:46:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:19 smithi150 conmon[40284]: cluster 2024-01-21T08:46:18.511023+0000 mgr.smithi005.dctvsr (mgr.14182) 1171 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s 2024-01-21T08:46:20.914 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:20.914 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:21.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:21.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:21 smithi005 conmon[35306]: cluster 2024-01-21T08:46:20.511920+0000 mgr.smithi005.dctvsr (mgr.14182) 1172 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-01-21T08:46:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:21 smithi150 conmon[40284]: cluster 2024-01-21T08:46:20.511920+0000 mgr.smithi005.dctvsr (mgr.14182) 1172 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-01-21T08:46:22.457 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:22.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:22 smithi150 conmon[40284]: audit 2024-01-21T08:46:20.907369+0000 mgr.smithi005.dctvsr (mgr.14182) 1173 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:22.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:22 smithi005 conmon[35306]: audit 2024-01-21T08:46:20.907369+0000 mgr.smithi005.dctvsr (mgr.14182) 1173 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:23.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:23 smithi150 conmon[40284]: cluster 2024-01-21T08:46:22.512459+0000 mgr.smithi005.dctvsr (mgr.14182) 1174 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-01-21T08:46:23.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:23 smithi005 conmon[35306]: cluster 2024-01-21T08:46:22.512459+0000 mgr.smithi005.dctvsr (mgr.14182) 1174 2024-01-21T08:46:23.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:23 smithi005 conmon[35306]: : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-01-21T08:46:24.352 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:24.353 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:24.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:25.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:25 smithi150 conmon[40284]: audit 2024-01-21T08:46:24.344092+0000 mgr.smithi005.dctvsr (mgr.14182) 1175 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:25.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:25 smithi150 conmon[40284]: cluster 2024-01-21T08:46:25.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:25 smithi150 conmon[40284]: 2024-01-21T08:46:24.513339+0000 mgr.smithi005.dctvsr (mgr.14182) 1176 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-01-21T08:46:25.943 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:25.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:25 smithi005 conmon[35306]: audit 2024-01-21T08:46:24.344092+0000 mgr.smithi005.dctvsr (mgr.14182) 1175 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:25.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:25 smithi005 conmon[35306]: cluster 2024-01-21T08:46:24.513339+0000 mgr.smithi005.dctvsr (mgr.14182) 1176 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-01-21T08:46:27.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:27 smithi005 conmon[35306]: cluster 2024-01-21T08:46:26.514157+0000 mgr.smithi005.dctvsr (mgr.14182) 1177 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 118 op/s 2024-01-21T08:46:27.800 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:27.800 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:27 smithi150 conmon[40284]: cluster 2024-01-21T08:46:26.514157+0000 mgr.smithi005.dctvsr (mgr.14182) 1177 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 118 op/s 2024-01-21T08:46:28.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:29.375 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:29.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:29 smithi005 conmon[35306]: audit 2024-01-21T08:46:27 2024-01-21T08:46:29.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:29 smithi005 conmon[35306]: .794283+0000 mgr.smithi005.dctvsr (mgr.14182) 1178 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:29.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:29 smithi005 conmon[35306]: cluster 2024-01-21T08:46:28.515046+0000 mgr.smithi005.dctvsr (mgr.14182) 1179 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2024-01-21T08:46:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:29 smithi150 conmon[40284]: audit 2024-01-21T08:46:27.794283+0000 mgr.smithi005.dctvsr (mgr.14182) 1178 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:29 smithi150 conmon[40284]: cluster 2024-01-21T08:46:28.515046+0000 mgr.smithi005.dctvsr (mgr.14182) 1179 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2024-01-21T08:46:31.211 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:31.212 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:31.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:31 smithi150 conmon[40284]: cluster 2024-01-21T08:46:30.516135+0000 mgr.smithi005.dctvsr (mgr.14182) 1180 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2024-01-21T08:46:31.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:31 smithi005 conmon[35306]: cluster 2024-01-21T08:46:30.516135+0000 mgr.smithi005.dctvsr (mgr.14182) 1180 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2024-01-21T08:46:32.830 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:32.866 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:32 smithi005 conmon[35306]: audit 2024-01-21T08:46:31.204628+0000 mgr.smithi005.dctvsr (mgr.14182) 1181 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:32.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:32 smithi150 conmon[40284]: audit 2024-01-21T08:46:31.204628+0000 mgr.smithi005.dctvsr (mgr.14182) 1181 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:33.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:33 smithi150 conmon[40284]: cluster 2024-01-21T08:46:32.516712+0000 mgr.smithi005.dctvsr (mgr.14182) 1182 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:33.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:33 smithi005 conmon[35306]: cluster 2024-01-21T08:46:32.516712+0000 mgr.smithi005.dctvsr (mgr.14182) 1182 2024-01-21T08:46:33.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:33 smithi005 conmon[35306]: : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:34.741 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:34.741 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:35.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:35.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:35 smithi150 conmon[40284]: cluster 2024-01-21T08:46:34.517695+0000 mgr.smithi005.dctvsr (mgr.14182) 1183 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:35.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:35 smithi005 conmon[35306]: cluster 2024-01-21T08:46:34.517695+0000 mgr.smithi005.dctvsr (mgr.14182) 1183 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:36.271 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:36.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:36 smithi150 conmon[40284]: audit 2024-01-21T08:46:34.734746+0000 mgr.smithi005.dctvsr (mgr.14182) 1184 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:36.929 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:36 smithi005 conmon[35306]: audit 2024-01-21T08:46:34.734746+0000 mgr.smithi005.dctvsr (mgr.14182) 1184 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:37.804 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:37 smithi005 conmon[35306]: cluster 2024-01-21T08:46:36.518331+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:46:37.805 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:37 smithi005 conmon[35306]: .14182) 1185 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:46:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:37 smithi150 conmon[40284]: cluster 2024-01-21T08:46:36.518331+0000 mgr.smithi005.dctvsr (mgr.14182) 1185 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:46:38.166 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:38.166 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:38.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:39.722 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:39 smithi150 conmon[40284]: audit 2024-01-21T08:46:38.159144+0000 mgr.smithi005.dctvsr (mgr.14182) 1186 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:39 smithi150 conmon[40284]: cluster 2024-01-21T08:46:38.519168+0000 mgr.smithi005.dctvsr (mgr.14182) 1187 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2024-01-21T08:46:39.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:39 smithi005 conmon[35306]: audit 2024-01-21T08:46:38.159144+0000 mgr.smithi005.dctvsr (mgr.14182) 1186 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:39.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:39 smithi005 conmon[35306]: cluster 2024-01-21T08:46:38.519168+0000 mgr.smithi005.dctvsr (mgr.14182) 1187 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2024-01-21T08:46:41.578 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:41.578 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:41 smithi150 conmon[40284]: cluster 2024-01-21T08:46:40.520086+0000 mgr.smithi005.dctvsr (mgr.14182) 1188 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 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-21T08:46:41.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:41 smithi005 conmon[35306]: cluster 2024-01-21T08:46:40.520086+0000 mgr.smithi005.dctvsr (mgr.14182) 1188 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 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-21T08:46:42.130 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:42.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:42 smithi150 conmon[40284]: audit 2024-01-21T08:46:41.571509+0000 mgr.smithi005.dctvsr (mgr.14182) 1189 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:42.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:42 smithi005 conmon[35306]: audit 2024-01-21T08:46:41.571509+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:46:42.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:42 smithi005 conmon[35306]: 1189 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:43.131 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:43.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:43 smithi150 conmon[40284]: cluster 2024-01-21T08:46:42.520741+0000 mgr.smithi005.dctvsr (mgr.14182) 1190 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 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-21T08:46:43.898 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:43 smithi005 conmon[35306]: cluster 2024-01-21T08:46:42.520741+0000 mgr.smithi005.dctvsr (mgr 2024-01-21T08:46:43.898 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:43 smithi005 conmon[35306]: .14182) 1190 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 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-21T08:46:44.918 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:44.919 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:45.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:45.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:45 smithi150 conmon[40284]: cluster 2024-01-21T08:46:44.521687+0000 mgr.smithi005.dctvsr (mgr.14182) 1191 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 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-21T08:46:45.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:45 smithi005 conmon[35306]: cluster 2024-01-21T08:46:44.521687+0000 mgr.smithi005.dctvsr (mgr.14182) 1191 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 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-21T08:46:46.495 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:46.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:46 smithi150 conmon[40284]: audit 2024-01-21T08:46:44.912361+0000 mgr.smithi005.dctvsr (mgr.14182) 1192 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:46.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:46 smithi005 conmon[35306]: audit 2024-01-21T08:46:44.912361+0000 mgr.smithi005.dctvsr (mgr.14182) 1192 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:47.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:47 smithi005 conmon[35306]: cluster 2024-01-21T08:46:46.522423+0000 mgr.smithi005.dctvsr (mgr.14182) 1193 : cluster [DBG] 2024-01-21T08:46:47.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:47 smithi005 conmon[35306]: pgmap v784: 225 pgs: 225 active+clean; 7.5 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-21T08:46:48.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:47 smithi150 conmon[40284]: cluster 2024-01-21T08:46:46.522423+0000 mgr.smithi005.dctvsr (mgr.14182) 1193 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 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-21T08:46:48.286 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:48.287 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:48.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:49.795 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:49.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:49 smithi005 conmon[35306]: audit 2024-01-21T08:46:48.281074+0000 mgr.smithi005.dctvsr (mgr.14182) 1194 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:49.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:49 smithi005 conmon[35306]: cluster 2024-01-21T08:46:48.523293+0000 mgr.smithi005.dctvsr (mgr.14182) 1195 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 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-21T08:46:50.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:49 smithi150 conmon[40284]: audit 2024-01-21T08:46:48.281074+0000 mgr.smithi005.dctvsr (mgr.14182) 1194 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:50.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:49 smithi150 conmon[40284]: cluster 2024-01-21T08:46:48.523293+0000 mgr.smithi005.dctvsr (mgr.14182) 1195 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 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-21T08:46:51.582 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:51.583 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:51.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:51 smithi005 conmon[35306]: cluster 2024-01-21T08:46:50.524414+0000 mgr.smithi005.dctvsr (mgr.14182) 1196 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 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-21T08:46:52.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:51 smithi150 conmon[40284]: cluster 2024-01-21T08:46:50.524414+0000 mgr.smithi005.dctvsr (mgr.14182) 1196 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 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-21T08:46:52.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:52.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:52 smithi005 conmon[35306]: audit 2024-01-21T08:46:51.576521+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:46:52.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:52 smithi005 conmon[35306]: ) 1197 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:53.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:52 smithi150 conmon[40284]: audit 2024-01-21T08:46:51.576521+0000 mgr.smithi005.dctvsr (mgr.14182) 1197 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:53.153 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:53.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:53 smithi005 conmon[35306]: cluster 2024-01-21T08:46:52.525009 2024-01-21T08:46:53.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:53 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14182) 1198 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2024-01-21T08:46:54.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:53 smithi150 conmon[40284]: cluster 2024-01-21T08:46:52.525009+0000 mgr.smithi005.dctvsr (mgr.14182) 1198 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2024-01-21T08:46:55.019 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:55.019 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:55.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:55.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:55 smithi005 conmon[35306]: cluster 2024-01-21T08:46:54.526008+0000 mgr.smithi005.dctvsr (mgr.14182) 1199 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:56.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:55 smithi150 conmon[40284]: cluster 2024-01-21T08:46:54.526008+0000 mgr.smithi005.dctvsr (mgr.14182) 1199 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:56.543 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:46:56.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:56 smithi005 conmon[35306]: audit 2024-01-21T08:46:55.012632+0000 mgr.smithi005.dctvsr (mgr.14182) 1200 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:57.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:56 smithi150 conmon[40284]: audit 2024-01-21T08:46:55.012632+0000 mgr.smithi005.dctvsr (mgr.14182) 1200 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:57.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:57 smithi005 conmon[35306]: cluster 2024-01-21T08:46:56.526859+0000 mgr.smithi005.dctvsr (mgr.14182) 1201 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:46:58.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:57 smithi150 conmon[40284]: cluster 2024-01-21T08:46:56.526859+0000 mgr.smithi005.dctvsr (mgr.14182) 1201 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:46:58.425 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:46:58.425 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:46:58.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:46:59.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:59 smithi005 conmon[35306]: audit 2024-01-21T08:46:58.418665+0000 mgr.smithi005.dctvsr (mgr.14182) 1202 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:46:59.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:46:59 smithi005 conmon[35306]: cluster 2024-01-21T08:46:58.527427+0000 mgr.smithi005.dctvsr (mgr.14182) 1203 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:46:59.962 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:00.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:59 smithi150 conmon[40284]: audit 2024-01-21T08:46:58.418665+0000 mgr.smithi005.dctvsr (mgr.14182) 1202 : audit [DBG] 2024-01-21T08:47:00.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:59 smithi150 conmon[40284]: from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:00.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:46:59 smithi150 conmon[40284]: cluster 2024-01-21T08:46:58.527427+0000 mgr.smithi005.dctvsr (mgr.14182) 1203 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:01.805 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:01.805 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:01.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:01 smithi005 conmon[35306]: cluster 2024-01-21T08:47:00.528451+0000 mgr.smithi005.dctvsr (mgr.14182) 1204 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:02.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:01 smithi150 conmon[40284]: cluster 2024-01-21T08:47:00.528451+0000 mgr.smithi005.dctvsr (mgr.14182) 1204 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:02.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:03.368 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:03 smithi150 conmon[40284]: audit 2024-01-21T08:47:01.798400+0000 mgr.smithi005.dctvsr (mgr.14182) 1205 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:03.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:03 smithi150 conmon[40284]: cluster 2024-01-21T08:47:02.529126+0000 mgr.smithi005.dctvsr (mgr.14182) 1206 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:03.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:03 smithi005 conmon[35306]: audit 2024-01-21T08:47:01.798400+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:47:03.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:03 smithi005 conmon[35306]: 1205 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:03.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:03 smithi005 conmon[35306]: cluster 2024-01-21T08:47:02.529126+0000 mgr.smithi005.dctvsr (mgr.14182) 1206 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:05.226 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:05.226 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:05.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:05 smithi150 conmon[40284]: cluster 2024-01-21T08:47:04.529996+0000 mgr.smithi005.dctvsr (mgr.14182) 1207 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:05 smithi150 conmon[40284]: 2024-01-21T08:47:05.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:05 smithi005 conmon[35306]: cluster 2024-01-21T08:47:04.529996+0000 mgr.smithi005.dctvsr (mgr.14182) 1207 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:06.776 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:06.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:06 smithi150 conmon[40284]: audit 2024-01-21T08:47:05.219315+0000 mgr.smithi005.dctvsr (mgr.14182) 1208 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:06.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:06 smithi005 conmon[35306]: audit 2024-01-21T08:47:05.219315+0000 mgr.smithi005.dctvsr (mgr.14182) 1208 : audit 2024-01-21T08:47:06.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:06 smithi005 conmon[35306]: [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:07 smithi150 conmon[40284]: cluster 2024-01-21T08:47:06.530766+0000 mgr.smithi005.dctvsr (mgr.14182) 1209 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:47:07.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:07 smithi005 conmon[35306]: cluster 2024-01-21T08:47:06.530766+0000 mgr.smithi005.dctvsr (mgr.14182) 1209 : cluster 2024-01-21T08:47:07.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:07 smithi005 conmon[35306]: [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:47:08.629 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:08.629 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:09.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:09 smithi150 conmon[40284]: cluster 2024-01-21T08:47:08.531505+0000 mgr.smithi005.dctvsr (mgr.14182) 1210 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:09 smithi150 conmon[40284]: audit 2024-01-21T08:47:08. 2024-01-21T08:47:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:09 smithi150 conmon[40284]: 622714+0000 mgr.smithi005.dctvsr (mgr.14182) 1211 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:09.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:09 smithi005 conmon[35306]: cluster 2024-01-21T08:47:08.531505+0000 mgr.smithi005.dctvsr (mgr.14182) 1210 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:09.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:09 smithi005 conmon[35306]: audit 2024-01-21T08:47:08.622714+0000 mgr.smithi005.dctvsr (mgr.14182) 1211 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:10.183 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:11.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:11 smithi150 conmon[40284]: cluster 2024-01-21T08:47:10.532362+0000 mgr.smithi005.dctvsr (mgr.14182) 1212 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:11.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:11 smithi005 conmon[35306]: cluster 2024-01-21T08:47:10.532362+0000 mgr.smithi005.dctvsr (mgr.14182) 1212 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:11.975 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:11.976 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:12.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:13.551 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:13.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:13 smithi150 conmon[40284]: audit 2024-01-21T08:47:11.969942+0000 mgr.smithi005.dctvsr (mgr.14182) 1213 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:13.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:13 smithi150 conmon[40284]: cluster 2024-01-21T08:47:12.532922+0000 mgr.smithi005.dctvsr (mgr.14182) 1214 : cluster 2024-01-21T08:47:13.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:13 smithi150 conmon[40284]: [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:13.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:13 smithi005 conmon[35306]: audit 2024-01-21T08:47:11.969942+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:47:13.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:13 smithi005 conmon[35306]: ) 1213 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:13.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:13 smithi005 conmon[35306]: cluster 2024-01-21T08:47:12.532922+0000 mgr.smithi005.dctvsr (mgr.14182) 1214 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:15.346 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:15.346 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:15.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:15 smithi005 conmon[35306]: cluster 2024-01-21T08:47:14.533760+0000 mgr.smithi005.dctvsr (mgr.14182) 1215 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:15.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:15 smithi150 conmon[40284]: cluster 2024-01-21T08:47:14.533760+0000 mgr.smithi005.dctvsr (mgr.14182) 1215 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:15.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:16.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:16 smithi150 conmon[40284]: audit 2024-01-21T08:47:15.339633+0000 mgr.smithi005.dctvsr (mgr.14182) 1216 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:16.901 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:16.935 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:16 smithi005 conmon[35306]: audit 2024-01-21T08:47:15.339633+0000 mgr.smithi005.dctvsr (mgr.14182) 1216 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:17.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:17 smithi005 conmon[35306]: cluster 2024-01-21T08:47:16.534499+0000 mgr.smithi005.dctvsr (mgr.14182) 1217 : cluster 2024-01-21T08:47:17.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:17 smithi005 conmon[35306]: [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:47:17.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:17 smithi150 conmon[40284]: cluster 2024-01-21T08:47:16.534499+0000 mgr.smithi005.dctvsr (mgr.14182) 1217 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:47:18.770 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:18.770 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:19.364 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:19 smithi150 conmon[40284]: cluster 2024-01-21T08:47:18.535110+0000 mgr.smithi005.dctvsr (mgr.14182) 1218 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:19.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:19 smithi150 conmon[40284]: 2024-01-21T08:47:19.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:19 smithi005 conmon[35306]: cluster 2024-01-21T08:47:18.535110+0000 mgr.smithi005.dctvsr (mgr.14182) 1218 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:20.366 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:20.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:20 smithi005 conmon[35306]: audit 2024-01-21T08:47:18.763724 2024-01-21T08:47:20.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:20 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14182) 1219 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:20.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:20 smithi150 conmon[40284]: audit 2024-01-21T08:47:18.763724+0000 mgr.smithi005.dctvsr (mgr.14182) 1219 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:21.813 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:21 smithi005 conmon[35306]: cluster 2024-01-21T08:47:20.535898 2024-01-21T08:47:21.813 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:21 smithi005 conmon[35306]: +0000 mgr.smithi005.dctvsr (mgr.14182) 1220 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:21.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:21 smithi150 conmon[40284]: cluster 2024-01-21T08:47:20.535898+0000 mgr.smithi005.dctvsr (mgr.14182) 1220 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:22.236 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:22.237 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:22.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:23.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:23 smithi150 conmon[40284]: audit 2024-01-21T08:47:22.230337+0000 mgr.smithi005.dctvsr (mgr.14182) 1221 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:23.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:23 smithi150 conmon[40284]: cluster 2024-01-21T08:47:23.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:23 smithi150 conmon[40284]: 2024-01-21T08:47:22.536596+0000 mgr.smithi005.dctvsr (mgr.14182) 1222 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:23.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:23 smithi005 conmon[35306]: audit 2024-01-21T08:47:22.230337+0000 mgr.smithi005.dctvsr (mgr.14182) 1221 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:23.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:23 smithi005 conmon[35306]: cluster 2024-01-21T08:47:22.536596+0000 mgr.smithi005.dctvsr (mgr.14182) 1222 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:23.848 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:25.657 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:25.657 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:25.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:25 smithi150 conmon[40284]: cluster 2024-01-21T08:47:24.537460+0000 mgr.smithi005.dctvsr (mgr.14182) 1223 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:25.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:25 smithi005 conmon[35306]: cluster 2024-01-21T08:47:24.537460+0000 mgr.smithi005.dctvsr (mgr.14182) 1223 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:26.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:26.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:26 smithi150 conmon[40284]: audit 2024-01-21T08:47:25.650941+0000 mgr.smithi005.dctvsr (mgr.14182) 1224 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:26.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:26 smithi005 conmon[35306]: audit 2024-01-21T08:47:25.650941+0000 mgr.smithi005.dctvsr (mgr.14182) 1224 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:27.240 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:27 smithi150 conmon[40284]: cluster 2024-01-21T08:47:26.538248+0000 mgr.smithi005.dctvsr (mgr.14182) 1225 : cluster [DBG] 2024-01-21T08:47:27.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:27 smithi150 conmon[40284]: pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:47:27.913 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:27 smithi005 conmon[35306]: cluster 2024-01-21T08:47:26.538248+0000 mgr.smithi005.dctvsr (mgr.14182) 1225 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:47:29.007 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:29.007 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:29.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:29.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:29 smithi150 conmon[40284]: cluster 2024-01-21T08:47:28.538890+0000 mgr.smithi005.dctvsr (mgr.14182) 1226 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:29.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:29 smithi005 conmon[35306]: cluster 2024-01-21T08:47:28.538890+0000 mgr.smithi005.dctvsr (mgr.14182) 1226 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:30.627 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:30.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:30 smithi150 conmon[40284]: audit 2024-01-21T08:47:29.000552+0000 mgr.smithi005.dctvsr (mgr.14182) 1227 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:30.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:30 smithi005 conmon[35306]: audit 2024-01-21T08:47:29.000552+0000 mgr.smithi005.dctvsr (mgr.14182) 2024-01-21T08:47:30.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:30 smithi005 conmon[35306]: 1227 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:31.847 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:31 smithi005 conmon[35306]: cluster 2024-01-21T08:47:30.539759+0000 mgr.smithi005.dctvsr (mgr.14182) 1228 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:31.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:31 smithi150 conmon[40284]: cluster 2024-01-21T08:47:30.539759+0000 mgr.smithi005.dctvsr (mgr.14182) 1228 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:32.482 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:32.482 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:33.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:33 smithi150 conmon[40284]: audit 2024-01-21T08:47:32.475800+0000 mgr.smithi005.dctvsr (mgr.14182) 1229 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:33 smithi150 conmon[40284]: cluster 2024-01-21T08:47:32.540244+0000 mgr.smithi005.dctvsr (mgr.14182) 1230 2024-01-21T08:47:33.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:33 smithi150 conmon[40284]: : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:33 smithi005 conmon[35306]: audit 2024-01-21T08:47:32.475800+0000 mgr.smithi005.dctvsr (mgr.14182) 1229 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:33.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:33 smithi005 conmon[35306]: cluster 2024-01-21T08:47:32.540244+0000 mgr.smithi005.dctvsr (mgr.14182) 1230 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:34.121 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:35.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:35 smithi005 conmon[35306]: cluster 2024-01-21T08:47:34.541171+0000 mgr.smithi005.dctvsr (mgr.14182) 1231 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:35.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:35 smithi150 conmon[40284]: cluster 2024-01-21T08:47:34.541171+0000 mgr.smithi005.dctvsr (mgr.14182) 1231 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:36.051 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:36.051 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:36.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:37.637 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:37 smithi150 conmon[40284]: audit 2024-01-21T08:47:36.044786+0000 mgr.smithi005.dctvsr (mgr.14182) 1232 : audit 2024-01-21T08:47:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:37 smithi150 conmon[40284]: [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:37.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:37 smithi150 conmon[40284]: cluster 2024-01-21T08:47:36.542104+0000 mgr.smithi005.dctvsr (mgr.14182) 1233 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:47:37.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:37 smithi005 conmon[35306]: audit 2024-01-21T08:47:36.044786+0000 mgr.smithi005.dctvsr (mgr.14182) 1232 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:37.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:37 smithi005 conmon[35306]: cluster 2024-01-21T08:47:36.542104+0000 mgr.smithi005.dctvsr (mgr.14182) 1233 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:47:39.455 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:39.455 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:39.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:39 smithi150 conmon[40284]: cluster 2024-01-21T08:47:38.542842+0000 mgr.smithi005.dctvsr (mgr.14182) 1234 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:39.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:39 smithi005 conmon[35306]: cluster 2024-01-21T08:47:38.542842+0000 mgr.smithi005.dctvsr (mgr.14182) 1234 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:39.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:40.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:40 smithi150 conmon[40284]: audit 2024-01-21T08:47:39.448577+0000 mgr.smithi005.dctvsr (mgr.14182) 1235 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:40.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:40 smithi005 conmon[35306]: audit 2024-01-21T08:47:39.448577+0000 mgr.smithi005.dctvsr (mgr.14182) 1235 : 2024-01-21T08:47:40.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:40 smithi005 conmon[35306]: audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:40.988 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:41.790 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:41 smithi005 conmon[35306]: cluster 2024-01-21T08:47:40.543900+0000 mgr.smithi005.dctvsr (mgr.14182) 1236 : cluster 2024-01-21T08:47:41.790 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:41 smithi005 conmon[35306]: [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:41.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:41 smithi150 conmon[40284]: cluster 2024-01-21T08:47:40.543900+0000 mgr.smithi005.dctvsr (mgr.14182) 1236 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:42.806 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:42.806 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:43.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:43.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:43 smithi150 conmon[40284]: cluster 2024-01-21T08:47:42.544418+0000 mgr.smithi005.dctvsr (mgr.14182) 1237 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:43.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:43 smithi005 conmon[35306]: cluster 2024-01-21T08:47:42.544418+0000 mgr.smithi005.dctvsr (mgr.14182) 1237 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:44.338 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:44.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:44 smithi150 conmon[40284]: audit 2024-01-21T08:47:42.799556+0000 mgr.smithi005.dctvsr (mgr.14182) 1238 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:44.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:44 smithi005 conmon[35306]: audit 2024-01-21T08:47:42.799556+0000 mgr.smithi005.dctvsr (mgr.14182) 1238 : audit 2024-01-21T08:47:44.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:44 smithi005 conmon[35306]: [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:45.570 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:45 smithi005 conmon[35306]: cluster 2024-01-21T08:47:44.545326+0000 mgr.smithi005.dctvsr (mgr. 2024-01-21T08:47:45.570 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:45 smithi005 conmon[35306]: 14182) 1239 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:45.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:45 smithi150 conmon[40284]: cluster 2024-01-21T08:47:44.545326+0000 mgr.smithi005.dctvsr (mgr.14182) 1239 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:46.206 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:46.207 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:46.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:47.761 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:47 smithi150 conmon[40284]: audit 2024-01-21T08:47:46.200484+0000 mgr.smithi005.dctvsr (mgr.14182) 1240 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:47.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:47 smithi150 conmon[40284]: cluster 2024-01-21T08:47:46.546060+0000 mgr.smithi005.dctvsr (mgr.14182) 1241 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:47:47.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:47 smithi005 conmon[35306]: audit 2024-01-21T08:47:46.200484+0000 mgr.smithi005.dctvsr (mgr.14182) 1240 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:47.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:47 smithi005 conmon[35306]: cluster 2024-01-21T08:47:46.546060+0000 mgr.smithi005.dctvsr (mgr.14182) 1241 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:47:49.569 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:49.617 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:49.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:49 smithi150 conmon[40284]: cluster 2024-01-21T08:47:48.546665+0000 mgr.smithi005.dctvsr (mgr.14182) 1242 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:49.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:49 smithi005 conmon[35306]: cluster 2024-01-21T08:47:48.546665+0000 mgr.smithi005.dctvsr (mgr.14182) 1242 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:50.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:50.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:50 smithi150 conmon[40284]: audit 2024-01-21T08:47:49.562548+0000 mgr.smithi005.dctvsr (mgr.14182) 1243 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:50.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:50 smithi005 conmon[35306]: audit 2024-01-21T08:47:49.562548+0000 mgr.smithi005.dctvsr (mgr.14182) 1243 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:51.096 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:51.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:51 smithi150 conmon[40284]: cluster 2024-01-21T08:47:50.547755+0000 mgr.smithi005.dctvsr (mgr.14182) 1244 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:51.913 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:51 smithi005 conmon[35306]: cluster 2024-01-21T08:47:50.547755+0000 mgr.smithi005.dctvsr (mgr.14182) 1244 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:52.943 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:52.943 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:53.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:53.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:53 smithi150 conmon[40284]: cluster 2024-01-21T08:47:52.548415+0000 mgr.smithi005.dctvsr (mgr.14182) 1245 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:53.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:53 smithi005 conmon[35306]: cluster 2024-01-21T08:47:52.548415+0000 mgr.smithi005.dctvsr (mgr.14182) 1245 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:54.485 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:54.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:54 smithi150 conmon[40284]: audit 2024-01-21T08:47:52.936748+0000 mgr.smithi005.dctvsr (mgr.14182) 1246 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:54.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:54 smithi005 conmon[35306]: audit 2024-01-21T08:47:52.936748+0000 mgr.smithi005.dctvsr (mgr.14182) 1246 : audit [DBG] 2024-01-21T08:47:54.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:54 smithi005 conmon[35306]: from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:55.643 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:55 smithi150 conmon[40284]: cluster 2024-01-21T08:47:54.549250+0000 mgr.smithi005.dctvsr (mgr.14182) 1247 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:55.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:55 smithi005 conmon[35306]: cluster 2024-01-21T08:47:54.549250+0000 mgr.smithi005.dctvsr (mgr.14182) 1247 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:47:55.664 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:55 smithi005 conmon[35306]: 2024-01-21T08:47:56.336 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:56.337 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:39:11.203050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.crnmyt on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-crnmyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.crnmyt\nDeploy daemon haproxy.nfs.foo.smithi150.crnmyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:37:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:37:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:38:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.513403Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.iqhncq on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-iqhncq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.iqhncq\nDeploy daemon haproxy.nfs.foo.smithi005.iqhncq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:39:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:40:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:41:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:41:44.514831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.hiqdze on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:56.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:47:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:57 smithi150 conmon[40284]: audit 2024-01-21T08:47:56.330625+0000 mgr.smithi005.dctvsr (mgr.14182) 1248 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:57.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:57 smithi150 conmon[40284]: cluster 2024-01-21T08:47:56.550147+0000 mgr.smithi005.dctvsr (mgr.14182) 1249 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:47:57.919 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:47:57.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:57 smithi005 conmon[35306]: audit 2024-01-21T08:47:56.330625+0000 mgr.smithi005.dctvsr (mgr.14182) 1248 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:47:57.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:57 smithi005 conmon[35306]: cluster 2024-01-21T08:47:56.550147+0000 mgr.smithi005.dctvsr (mgr.14182) 1249 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:47:58.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:58 smithi005 conmon[35306]: audit 2024-01-21T08:47:58.102770 2024-01-21T08:47:58.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:58 smithi005 conmon[35306]: +0000 mon.smithi005 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.laxkwe"}]: dispatch 2024-01-21T08:47:58.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:58 smithi150 conmon[40284]: audit 2024-01-21T08:47:58.102770+0000 mon.smithi005 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.laxkwe"}]: dispatch 2024-01-21T08:47:59.825 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:47:59.826 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.103326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.laxkwe on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\nDeploy daemon haproxy.nfs.foo.smithi005.laxkwe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:46:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:46:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:47:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.105639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.ybbqav on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:47:58.107616Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.bodpzo on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:47:59.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: cephadm 2024-01-21T08:47:58.102117+0000 mgr.smithi005.dctvsr (mgr.14182) 1250 : cephadm [ERR] 2024-01-21T08:47:59.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe 2024-01-21T08:47:59.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe 2024-01-21T08:47:59.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe 2024-01-21T08:47:59.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe 2024-01-21T08:47:59.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi005.laxkwe ... 2024-01-21T08:47:59.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:47:59.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:47:59.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:46:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:46:38Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:47:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.894 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:47:59.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:47:59.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:47:59.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: Traceback (most recent call last): 2024-01-21T08:47:59.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:47:59.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: yield (conn, connr) 2024-01-21T08:47:59.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:47:59.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: code, '\n'.join(err))) 2024-01-21T08:47:59.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe 2024-01-21T08:47:59.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe 2024-01-21T08:47:59.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe 2024-01-21T08:47:59.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe 2024-01-21T08:47:59.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi005.laxkwe ... 2024-01-21T08:47:59.895 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:47:59.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:47:59.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:46:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:46:38Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:47:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:47:59.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:47:59.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: ERROR: F 2024-01-21T08:47:59.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: ailed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:47:59.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: cephadm 2024-01-21T08:47:58.102395+0000 mgr.smithi005.dctvsr (mgr.14182) 1251 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.laxkwe 2024-01-21T08:47:59.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: cephadm 2024-01-21T08:47:58.103462+0000 mgr.smithi005.dctvsr (mgr.14182) 1252 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.laxkwe on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe 2024-01-21T08:47:59.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe 2024-01-21T08:47:59.896 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe 2024-01-21T08:47:59.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe 2024-01-21T08:47:59.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: Deploy daemon haproxy.nfs.foo.smithi005.laxkwe ... 2024-01-21T08:47:59.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:47:59.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:47:59.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:46:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:46:38Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr time="2024-01-21T08:47:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:47:59.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:47:59.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:47:59.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: cephadm 2024-01-21T08:47:58.105766+0000 mgr.smithi005.dctvsr (mgr.14182) 1253 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.ybbqav on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:47:59.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: cephadm 2024-01-21T08:47:58.107742+0000 mgr.smithi005.dctvsr (mgr.14182) 1254 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi005.bodpzo on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:47:59.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: cluster 2024-01-21T08:47:58.108860+0000 mgr.smithi005.dctvsr (mgr.14182) 1255 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:47:59.897 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: cluster 2024-01-21T08:47:58.605256+0000 mon.smithi005 (mon.0) 769 : cluster 2024-01-21T08:47:59.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:47:59.898 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:47:59 smithi150 conmon[40284]: audit 2024-01-21T08:47:59.557940+0000 mon.smithi005 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:47:59.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: cephadm 2024-01-21T08:47:58.102117+0000 mgr.smithi005.dctvsr (mgr.14182) 1250 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe 2024-01-21T08:47:59.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe 2024-01-21T08:47:59.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe 2024-01-21T08:47:59.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi005.laxkwe ... 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:46:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:46:38Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:47:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: Traceback (most recent call last): 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: yield (conn, connr) 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: code, '\n'.join(err))) 2024-01-21T08:47:59.945 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: 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-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe 2024-01-21T08:47:59.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe 2024-01-21T08:47:59.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe 2024-01-21T08:47:59.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe 2024-01-21T08:47:59.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi005.laxkwe ... 2024-01-21T08:47:59.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:47:59.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:47:59.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:46:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:46:38Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:47:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:47:59.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-01-21T08:47:59.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:47:59.946 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: cephadm 2024-01-21T08:47:58.102395+0000 mgr.smithi005.dctvsr (mgr.14182) 1251 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.laxkwe 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: cephadm 2024-01-21T08:47:58.103462+0000 mgr.smithi005.dctvsr (mgr.14182) 1252 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.laxkwe on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: Deploy daemon haproxy.nfs.foo.smithi005.laxkwe ... 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:46:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:46:38Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr time="2024-01-21T08:47:17Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:47:59.947 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: cephadm 2024-01-21T08:47:58.105766+0000 mgr.smithi005.dctvsr (mgr.14182) 1253 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi150.ybbqav on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:47:59.948 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: cephadm 2024-01-21T08:47:58.107742+0000 mgr.smithi005.dctvsr (mgr.14182) 1254 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi005.bodpzo on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:47:59.948 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: cluster 2024-01-21T08:47:58.108860+0000 mgr.smithi005.dctvsr (mgr.14182) 1255 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:47:59.948 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: cluster 2024-01-21T08:47:58.605256+0000 mon.smithi005 (mon.0) 769 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:47:59.948 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:47:59 smithi005 conmon[35306]: audit 2024-01-21T08:47:59.557940+0000 mon.smithi005 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:48:00.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:48:01.393 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:48:01.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:01 smithi005 conmon[35306]: audit 2024-01-21T08:47:59.820089+0000 mgr.smithi005.dctvsr (mgr.14182) 1256 : audit [DBG] 2024-01-21T08:48:01.693 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:01 smithi005 conmon[35306]: from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:01.694 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:01 smithi005 conmon[35306]: cluster 2024-01-21T08:48:00.109826+0000 mgr.smithi005.dctvsr (mgr.14182) 1257 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:48:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:01 smithi150 conmon[40284]: audit 2024-01-21T08:47:59.820089+0000 mgr.smithi005.dctvsr (mgr.14182) 1256 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:01 smithi150 conmon[40284]: 2024-01-21T08:48:01.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:01 smithi150 conmon[40284]: cluster 2024-01-21T08:48:00.109826+0000 mgr.smithi005.dctvsr (mgr.14182) 1257 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:48:03.299 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:48:03.299 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.103326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.laxkwe on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\nDeploy daemon haproxy.nfs.foo.smithi005.laxkwe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:46:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:46:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:47:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.105639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.ybbqav on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:47:58.107616Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.bodpzo on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:48:03.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:03 smithi005 conmon[35306]: cluster 2024-01-21T08:48:02.110563+0000 mgr.smithi005.dctvsr (mgr.14182) 1258 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:48:03.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:48:03.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:03 smithi150 conmon[40284]: cluster 2024-01-21T08:48:02.110563+0000 mgr.smithi005.dctvsr (mgr.14182) 1258 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:48:04.884 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:48:04.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:04 smithi150 conmon[40284]: audit 2024-01-21T08:48:03.292980+0000 mgr.smithi005.dctvsr (mgr.14182) 1259 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:04.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:04 smithi150 conmon[40284]: 2024-01-21T08:48:04.920 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:04 smithi005 conmon[35306]: audit 2024-01-21T08:48:03.292980+0000 mgr.smithi005.dctvsr (mgr.14182) 1259 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:05.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:05 smithi150 conmon[40284]: cluster 2024-01-21T08:48:04.111668+0000 mgr.smithi005.dctvsr (mgr.14182) 1260 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:48:05.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:05 smithi005 conmon[35306]: cluster 2024-01-21T08:48:04.111668+0000 mgr.smithi005.dctvsr (mgr.14182) 1260 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:48:06.715 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:48:06.715 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.103326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.laxkwe on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\nDeploy daemon haproxy.nfs.foo.smithi005.laxkwe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:46:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:46:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:47:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.105639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.ybbqav on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:47:58.107616Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.bodpzo on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:48:07.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:48:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:07 smithi150 conmon[40284]: cluster 2024-01-21T08:48:06.112551+0000 mgr.smithi005.dctvsr (mgr.14182) 1261 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2024-01-21T08:48:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:07 smithi150 conmon[40284]: 2024-01-21T08:48:07.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:07 smithi150 conmon[40284]: audit 2024-01-21T08:48:06.708950+0000 mgr.smithi005.dctvsr (mgr.14182) 1262 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:07.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:07 smithi005 conmon[35306]: cluster 2024-01-21T08:48:06.112551+0000 mgr.smithi005.dctvsr (mgr.14182) 1261 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2024-01-21T08:48:07.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:07 smithi005 conmon[35306]: audit 2024-01-21T08:48:06.708950+0000 mgr.smithi005.dctvsr (mgr.14182) 1262 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:08.261 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:48:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:09 smithi150 conmon[40284]: cluster 2024-01-21T08:48:08.113386+0000 mgr.smithi005.dctvsr (mgr.14182) 1263 : cluster 2024-01-21T08:48:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:09 smithi150 conmon[40284]: [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:48:09.893 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:09 smithi150 conmon[40284]: audit 2024-01-21T08:48:08.753356+0000 mon.smithi005 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:48:09.895 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:09 smithi005 conmon[35306]: cluster 2024-01-21T08:48:08.113386+0000 mgr.smithi005.dctvsr (mgr.14182) 1263 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:48:09.895 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:09 smithi005 conmon[35306]: audit 2024-01-21T08:48:09.895 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:09 smithi005 conmon[35306]: 2024-01-21T08:48:08.753356+0000 mon.smithi005 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.5:0/2008107996' entity='mgr.smithi005.dctvsr' 2024-01-21T08:48:10.247 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:48:10.247 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.103326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.laxkwe on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\nDeploy daemon haproxy.nfs.foo.smithi005.laxkwe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:46:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:46:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:47:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.105639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.ybbqav on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:47:58.107616Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.bodpzo on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:48:10.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:48:11.858 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:48:11.896 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:11 smithi005 conmon[35306]: cluster 2024-01-21T08:48:10.114353+0000 mgr.smithi005.dctvsr (mgr.14182) 1264 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:11.897 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:11 smithi005 conmon[35306]: audit 2024-01-21T08:48:10.241213+0000 mgr.smithi005.dctvsr (mgr.14182) 1265 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:12.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:11 smithi150 conmon[40284]: cluster 2024-01-21T08:48:10.114353+0000 mgr.smithi005.dctvsr (mgr.14182) 1264 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:12.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:11 smithi150 conmon[40284]: 2024-01-21T08:48:12.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:11 smithi150 conmon[40284]: audit 2024-01-21T08:48:10.241213+0000 mgr.smithi005.dctvsr (mgr.14182) 1265 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:13.718 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:48:13.718 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.103326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.laxkwe on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\nDeploy daemon haproxy.nfs.foo.smithi005.laxkwe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:46:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:46:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:47:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.105639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.ybbqav on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:47:58.107616Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.bodpzo on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:48:13.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:13 smithi005 conmon[35306]: cluster 2024-01-21T08:48:12.115104+0000 mgr.smithi005.dctvsr (mgr.14182) 1266 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:14.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:13 smithi150 conmon[40284]: cluster 2024-01-21T08:48:12.115104+0000 mgr.smithi005.dctvsr (mgr.14182) 1266 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:14.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:48:14.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:14 smithi005 conmon[35306]: audit 2024-01-21T08:48:13.712374+0000 mgr.smithi005.dctvsr (mgr.14182) 1267 2024-01-21T08:48:14.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:14 smithi005 conmon[35306]: : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:15.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:14 smithi150 conmon[40284]: audit 2024-01-21T08:48:13.712374+0000 mgr.smithi005.dctvsr (mgr.14182) 1267 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:15.299 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:48:15.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:15 smithi005 conmon[35306]: cluster 2024-01-21T08:48:14.116042+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:48:15.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:15 smithi005 conmon[35306]: ) 1268 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:16.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:15 smithi150 conmon[40284]: cluster 2024-01-21T08:48:14.116042+0000 mgr.smithi005.dctvsr (mgr.14182) 1268 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:17.193 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:48:17.194 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.103326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.laxkwe on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\nDeploy daemon haproxy.nfs.foo.smithi005.laxkwe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:46:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:46:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:47:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.105639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.ybbqav on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:47:58.107616Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.bodpzo on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:48:17.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:48:17.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:17 smithi005 conmon[35306]: cluster 2024-01-21T08:48:16.116992+0000 mgr.smithi005.dctvsr (mgr.14182) 1269 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:48:18.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:17 smithi150 conmon[40284]: cluster 2024-01-21T08:48:16.116992+0000 mgr.smithi005.dctvsr (mgr.14182) 1269 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:48:18.715 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:48:18.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:18 smithi005 conmon[35306]: audit 2024-01-21T08:48:17.187531+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:48:18.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:18 smithi005 conmon[35306]: ) 1270 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:19.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:18 smithi150 conmon[40284]: audit 2024-01-21T08:48:17.187531+0000 mgr.smithi005.dctvsr (mgr.14182) 1270 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:19.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:19 smithi005 conmon[35306]: cluster 2024-01-21T08:48:18.117943+0000 mgr.smithi005.dctvsr (mgr.14182) 1271 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:20.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:19 smithi150 conmon[40284]: cluster 2024-01-21T08:48:18.117943+0000 mgr.smithi005.dctvsr (mgr.14182) 1271 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:20.493 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:48:20.493 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.103326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.laxkwe on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\nDeploy daemon haproxy.nfs.foo.smithi005.laxkwe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:46:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:46:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:47:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.105639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.ybbqav on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:47:58.107616Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.bodpzo on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:48:21.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:48:21.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:21 smithi005 conmon[35306]: cluster 2024-01-21T08:48:20.118955+0000 mgr.smithi005.dctvsr (mgr.14182) 1272 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:21.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:21 smithi005 conmon[35306]: audit 2024-01-21T08:48:20.486277+0000 mgr.smithi005.dctvsr (mgr.14182) 1273 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:22.049 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:48:22.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:21 smithi150 conmon[40284]: cluster 2024-01-21T08:48:20.118955+0000 mgr.smithi005.dctvsr (mgr.14182) 1272 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:22.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:21 smithi150 conmon[40284]: audit 2024-01-21T08:48:20.486277+0000 mgr.smithi005.dctvsr (mgr.14182) 1273 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:23.856 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:48:23.856 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.103326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.laxkwe on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\nDeploy daemon haproxy.nfs.foo.smithi005.laxkwe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:46:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:46:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:47:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.105639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.ybbqav on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:47:58.107616Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.bodpzo on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:48:23.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:23 smithi005 conmon[35306]: cluster 2024-01-21T08:48:22.119946+0000 mgr.smithi005.dctvsr (mgr.14182) 1274 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:24.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:23 smithi150 conmon[40284]: cluster 2024-01-21T08:48:22.119946+0000 mgr.smithi005.dctvsr (mgr.14182) 1274 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:24.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:48:25.415 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:48:25.859 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:25 smithi005 conmon[35306]: audit 2024-01-21T08:48:23.850138+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:48:25.860 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:25 smithi005 conmon[35306]: ) 1275 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:25.860 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:25 smithi005 conmon[35306]: cluster 2024-01-21T08:48:24.121023+0000 mgr.smithi005.dctvsr (mgr.14182) 1276 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:26.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:25 smithi150 conmon[40284]: audit 2024-01-21T08:48:23.850138+0000 mgr.smithi005.dctvsr (mgr.14182) 1275 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:26.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:25 smithi150 conmon[40284]: cluster 2024-01-21T08:48:24.121023+0000 mgr.smithi005.dctvsr (mgr.14182) 1276 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:27.248 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:48:27.249 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.103326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.laxkwe on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\nDeploy daemon haproxy.nfs.foo.smithi005.laxkwe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:46:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:46:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:47:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.105639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.ybbqav on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:47:58.107616Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.bodpzo on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:48:27.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:48:27.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:27 smithi005 conmon[35306]: cluster 2024-01-21T08:48:26.122072+0000 mgr.smithi005.dctvsr (mgr.14182) 1277 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:48:28.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:27 smithi150 conmon[40284]: cluster 2024-01-21T08:48:26.122072+0000 mgr.smithi005.dctvsr (mgr.14182) 1277 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:48:28.790 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:48:29.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:28 smithi150 conmon[40284]: audit 2024-01-21T08:48:27.242363+0000 mgr.smithi005.dctvsr (mgr.14182) 1278 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:29.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:28 smithi150 conmon[40284]: 2024-01-21T08:48:29.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:28 smithi005 conmon[35306]: audit 2024-01-21T08:48:27.242363+0000 mgr.smithi005.dctvsr (mgr.14182 2024-01-21T08:48:29.194 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:28 smithi005 conmon[35306]: ) 1278 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:29.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:29 smithi005 conmon[35306]: cluster 2024-01-21T08:48:28.122854+0000 mgr.smithi005.dctvsr ( 2024-01-21T08:48:29.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:29 smithi005 conmon[35306]: mgr.14182) 1279 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:30.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:29 smithi150 conmon[40284]: cluster 2024-01-21T08:48:28.122854+0000 mgr.smithi005.dctvsr (mgr.14182) 1279 : cluster 2024-01-21T08:48:30.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:29 smithi150 conmon[40284]: [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:30.603 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:48:30.603 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.103326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.laxkwe on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\nDeploy daemon haproxy.nfs.foo.smithi005.laxkwe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:46:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:46:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:47:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.105639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.ybbqav on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:47:58.107616Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.bodpzo on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:48:31.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:48:32.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:31 smithi150 conmon[40284]: cluster 2024-01-21T08:48:30.124113+0000 mgr.smithi005.dctvsr (mgr.14182) 1280 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:32.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:31 smithi150 conmon[40284]: audit 2024-01-21T08:48:30.596662+0000 mgr.smithi005.dctvsr (mgr.14182) 1281 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:32.184 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7fc424c-b835-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:48:32.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:31 smithi005 conmon[35306]: cluster 2024-01-21T08:48:30.124113+0000 mgr.smithi005.dctvsr (mgr.14182) 1280 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:32.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:31 smithi005 conmon[35306]: audit 2024-01-21T08:48:30.596662+0000 mgr.smithi005.dctvsr (mgr.14182) 1281 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:33.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:33 smithi005 conmon[35306]: cluster 2024-01-21T08:48:32.125037+0000 mgr.smithi005.dctvsr (mgr.14182) 1282 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:34.068 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-01-21T08:48:34.068 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:21:20.792231Z", "last_refresh": "2024-01-21T08:42:50.066415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:21:15.004280Z", "last_refresh": "2024-01-21T08:42:46.188782Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:21:18.257989Z", "last_refresh": "2024-01-21T08:42:50.066584Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:41:44.515977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.rnttes on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:45:23.652843Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi150.iwhiuz on smithi150: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi150-iwhiuz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi150.iwhiuz\nDeploy daemon haproxy.nfs.foo.smithi150.iwhiuz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:43:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:44:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi150 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.103326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.laxkwe on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi005-laxkwe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7fc424c-b835-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi005.laxkwe\nDeploy daemon haproxy.nfs.foo.smithi005.laxkwe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:46:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:46:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:47:17Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:47:58.105639Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi150.ybbqav on smithi150: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:47:58.107616Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.bodpzo on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-01-21T08:26:01.514041Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:21:13.321388Z", "last_refresh": "2024-01-21T08:42:46.188947Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:22:40.052530Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi150:172.21.15.150=smithi150"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:22:40.049472Z", "last_refresh": "2024-01-21T08:42:46.189034Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:26:01.512846Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:26:01.509239Z", "last_refresh": "2024-01-21T08:42:50.067270Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:21:19.526500Z", "last_refresh": "2024-01-21T08:42:46.189112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:23:08.425000Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:23:08.420745Z", "last_refresh": "2024-01-21T08:42:46.189188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:21:16.982527Z", "last_refresh": "2024-01-21T08:42:50.066779Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:25:56.980816Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:26:03.316470Z", "last_refresh": "2024-01-21T08:42:46.189479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:48:34.143 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:33 smithi150 conmon[40284]: cluster 2024-01-21T08:48:32.125037+0000 mgr.smithi005.dctvsr (mgr.14182) 1282 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:48:34.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:48:34.613 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-21T08:48:34.867 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=cb2e2971d5f14618a78475feddeb1e56 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-21T08:48:34.869 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-21T08:48:34.882 INFO:tasks.vip:Removing 10.0.15.5 (and any VIPs) on smithi005.front.sepia.ceph.com iface ens1f0... 2024-01-21T08:48:34.883 DEBUG:teuthology.orchestra.run.smithi005:> sudo ip addr del 10.0.15.5/16 dev ens1f0 2024-01-21T08:48:34.939 DEBUG:teuthology.orchestra.run.smithi005:> sudo ip addr del 10.0.31.5/16 dev ens1f0 2024-01-21T08:48:35.014 INFO:teuthology.orchestra.run.smithi005.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T08:48:35.015 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T08:48:35.016 INFO:tasks.vip:Removing 10.0.15.150 (and any VIPs) on smithi150.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T08:48:35.016 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip addr del 10.0.15.150/16 dev enp3s0f1 2024-01-21T08:48:35.069 DEBUG:teuthology.orchestra.run.smithi150:> sudo ip addr del 10.0.31.5/16 dev enp3s0f1 2024-01-21T08:48:35.097 INFO:teuthology.orchestra.run.smithi150.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T08:48:35.098 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T08:48:35.099 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-21T08:48:35.109 INFO:tasks.cephadm:Teardown begin 2024-01-21T08:48:35.110 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:48:35.144 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:48:35.173 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-21T08:48:35.173 DEBUG:teuthology.orchestra.run.smithi005:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T08:48:35.207 DEBUG:teuthology.orchestra.run.smithi150:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T08:48:35.230 INFO:tasks.cephadm:Stopping all daemons... 2024-01-21T08:48:35.230 INFO:tasks.cephadm.mon.smithi005:Stopping mon.smithi005... 2024-01-21T08:48:35.231 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-d7fc424c-b835-11ee-95b0-87774f69a715@mon.smithi005 2024-01-21T08:48:35.608 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:35 smithi005 systemd[1]: Stopping Ceph mon.smithi005 for d7fc424c-b835-11ee-95b0-87774f69a715... 2024-01-21T08:48:35.608 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:35 smithi005 bash[236711]: Error: no container with name or ID ceph-d7fc424c-b835-11ee-95b0-87774f69a715-mon.smithi005 found: no such container 2024-01-21T08:48:35.943 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:35 smithi005 conmon[35306]: debug 2024-01-21T08:48:35.606+0000 7f474b467700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi005 -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-21T08:48:35.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:35 smithi005 conmon[35306]: debug 2024-01-21T08:48:35.606+0000 7f474b467700 -1 mon.smithi005@0(leader) e2 *** Got Signal Terminated *** 2024-01-21T08:48:36.393 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d7fc424c-b835-11ee-95b0-87774f69a715@mon.smithi005.service' 2024-01-21T08:48:36.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:36 smithi005 bash[236827]: 2e14146594c5b4c89390633cb920ce2c93c6254e33bbc1a0d4dbfadb4b7c663e 2024-01-21T08:48:36.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:36 smithi005 systemd[1]: ceph-d7fc424c-b835-11ee-95b0-87774f69a715@mon.smithi005.service: Succeeded. 2024-01-21T08:48:36.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Jan 21 08:48:36 smithi005 systemd[1]: Stopped Ceph mon.smithi005 for d7fc424c-b835-11ee-95b0-87774f69a715. 2024-01-21T08:48:36.461 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T08:48:36.462 INFO:tasks.cephadm.mon.smithi005:Stopped mon.smithi005 2024-01-21T08:48:36.462 INFO:tasks.cephadm.mon.smithi150:Stopping mon.smithi150... 2024-01-21T08:48:36.462 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-d7fc424c-b835-11ee-95b0-87774f69a715@mon.smithi150 2024-01-21T08:48:36.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:36 smithi150 systemd[1]: Stopping Ceph mon.smithi150 for d7fc424c-b835-11ee-95b0-87774f69a715... 2024-01-21T08:48:36.768 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:36 smithi150 bash[69121]: Error: no container with name or ID ceph-d7fc424c-b835-11ee-95b0-87774f69a715-mon.smithi150 found: no such container 2024-01-21T08:48:37.042 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:36 smithi150 conmon[40284]: debug 2024-01-21T08:48:36.764+0000 7f906dbb1700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi150 -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-21T08:48:37.042 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:36 smithi150 conmon[40284]: debug 2024-01-21T08:48:36.764+0000 7f906dbb1700 -1 mon.smithi150@1(peon) e2 *** Got Signal Terminated *** 2024-01-21T08:48:37.393 INFO:journalctl@ceph.mon.smithi150.smithi150.stdout:Jan 21 08:48:37 smithi150 bash[69237]: 17abd86db321d88a1d06648f51f22e37fc2afbf1e3d13020aaac177415148c03 2024-01-21T08:48:37.609 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d7fc424c-b835-11ee-95b0-87774f69a715@mon.smithi150.service' 2024-01-21T08:48:37.659 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T08:48:37.659 INFO:tasks.cephadm.mon.smithi150:Stopped mon.smithi150 2024-01-21T08:48:37.659 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7fc424c-b835-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T08:49:37.792 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7fc424c-b835-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T08:50:21.752 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:50:21.793 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:50:21.824 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-21T08:50:21.826 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/lib/ceph/d7fc424c-b835-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/7524281/remote/ubuntu@smithi005.front.sepia.ceph.com/crash 2024-01-21T08:50:21.827 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/crash -- . 2024-01-21T08:50:21.915 INFO:teuthology.orchestra.run.smithi005.stderr:tar: /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T08:50:21.916 INFO:teuthology.orchestra.run.smithi005.stderr:tar: Error is not recoverable: exiting now 2024-01-21T08:50:21.917 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/lib/ceph/d7fc424c-b835-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/7524281/remote/ubuntu@smithi150.front.sepia.ceph.com/crash 2024-01-21T08:50:21.918 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/crash -- . 2024-01-21T08:50:21.954 INFO:teuthology.orchestra.run.smithi150.stderr:tar: /var/lib/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T08:50:21.954 INFO:teuthology.orchestra.run.smithi150.stderr:tar: Error is not recoverable: exiting now 2024-01-21T08:50:21.955 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-21T08:50:21.956 DEBUG:teuthology.orchestra.run.smithi005:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-21T08:50:21.990 INFO:teuthology.orchestra.run.smithi005.stderr:grep: /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph.log: No such file or directory 2024-01-21T08:50:21.992 INFO:tasks.cephadm:Compressing logs... 2024-01-21T08:50:21.992 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:50:22.035 DEBUG:teuthology.orchestra.run.smithi150:> 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-21T08:50:22.063 INFO:teuthology.orchestra.run.smithi150.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T08:50:22.063 INFO:teuthology.orchestra.run.smithi150.stderr:: No such file or directory 2024-01-21T08:50:22.063 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-mgr.smithi150.mxrmms.log 2024-01-21T08:50:22.064 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi150.kujmja.log 2024-01-21T08:50:22.064 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-mgr.smithi150.mxrmms.log: gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.2.log 2024-01-21T08:50:22.064 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi150.kujmja.log: gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T08:50:22.064 INFO:teuthology.orchestra.run.smithi150.stderr: 59.8% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi150.kujmja.log.gz 2024-01-21T08:50:22.064 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.0.log 2024-01-21T08:50:22.065 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.6.log 2024-01-21T08:50:22.066 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.0.log: /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-mon.smithi150.log 2024-01-21T08:50:22.067 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-mon.smithi150.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T08:50:22.067 INFO:teuthology.orchestra.run.smithi005.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-21T08:50:22.067 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T08:50:22.068 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.5.log 2024-01-21T08:50:22.069 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-mon.smithi005.log 2024-01-21T08:50:22.069 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-mgr.smithi005.dctvsr.log 2024-01-21T08:50:22.069 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.5.log: /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-mon.smithi005.log: gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.7.log 2024-01-21T08:50:22.070 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-mgr.smithi005.dctvsr.log: gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.1.log 2024-01-21T08:50:22.070 INFO:teuthology.orchestra.run.smithi150.stderr: 93.3% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-mgr.smithi150.mxrmms.log.gz 2024-01-21T08:50:22.071 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.4.log 2024-01-21T08:50:22.071 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.4.log: 92.4% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T08:50:22.079 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.7.log: /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.3.log 2024-01-21T08:50:22.080 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T08:50:22.090 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.3.log: /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi005.vfsums.log 2024-01-21T08:50:22.091 INFO:teuthology.orchestra.run.smithi005.stderr: 92.4% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T08:50:22.093 INFO:teuthology.orchestra.run.smithi005.stderr: 93.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T08:50:22.098 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi005.vfsums.log: 63.7% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi005.vfsums.log.gz 2024-01-21T08:50:22.302 INFO:teuthology.orchestra.run.smithi005.stderr: 90.1% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-mgr.smithi005.dctvsr.log.gz 2024-01-21T08:50:22.432 INFO:teuthology.orchestra.run.smithi150.stderr: 92.6% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-mon.smithi150.log.gz 2024-01-21T08:50:23.058 INFO:teuthology.orchestra.run.smithi150.stderr: 93.7% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.4.log.gz 2024-01-21T08:50:23.113 INFO:teuthology.orchestra.run.smithi150.stderr: 93.3% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.2.log.gz 2024-01-21T08:50:23.152 INFO:teuthology.orchestra.run.smithi005.stderr: 93.2% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.1.log.gz 2024-01-21T08:50:23.154 INFO:teuthology.orchestra.run.smithi150.stderr: 93.2% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.6.log.gz 2024-01-21T08:50:23.222 INFO:teuthology.orchestra.run.smithi005.stderr: 93.3% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.5.log.gz 2024-01-21T08:50:23.248 INFO:teuthology.orchestra.run.smithi005.stderr: 90.5% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-mon.smithi005.log.gz 2024-01-21T08:50:23.356 INFO:teuthology.orchestra.run.smithi150.stderr: 93.5% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.0.log.gz 2024-01-21T08:50:23.357 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-01-21T08:50:23.357 INFO:teuthology.orchestra.run.smithi150.stderr:real 0m1.306s 2024-01-21T08:50:23.358 INFO:teuthology.orchestra.run.smithi150.stderr:user 0m4.619s 2024-01-21T08:50:23.358 INFO:teuthology.orchestra.run.smithi150.stderr:sys 0m0.202s 2024-01-21T08:50:23.387 INFO:teuthology.orchestra.run.smithi005.stderr: 93.6% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.7.log.gz 2024-01-21T08:50:23.513 INFO:teuthology.orchestra.run.smithi005.stderr: 93.4% -- replaced with /var/log/ceph/d7fc424c-b835-11ee-95b0-87774f69a715/ceph-osd.3.log.gz 2024-01-21T08:50:23.515 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-01-21T08:50:23.515 INFO:teuthology.orchestra.run.smithi005.stderr:real 0m1.462s 2024-01-21T08:50:23.516 INFO:teuthology.orchestra.run.smithi005.stderr:user 0m6.181s 2024-01-21T08:50:23.516 INFO:teuthology.orchestra.run.smithi005.stderr:sys 0m0.270s 2024-01-21T08:50:23.516 INFO:tasks.cephadm:Archiving logs... 2024-01-21T08:50:23.516 DEBUG:teuthology.misc:Transferring archived files from smithi005:/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/7524281/remote/ubuntu@smithi005.front.sepia.ceph.com/log 2024-01-21T08:50:23.517 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T08:50:24.393 DEBUG:teuthology.misc:Transferring archived files from smithi150:/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/7524281/remote/ubuntu@smithi150.front.sepia.ceph.com/log 2024-01-21T08:50:24.393 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T08:50:25.151 INFO:tasks.cephadm:Removing cluster... 2024-01-21T08:50:25.151 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7fc424c-b835-11ee-95b0-87774f69a715 --force 2024-01-21T08:50:25.667 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7fc424c-b835-11ee-95b0-87774f69a715 --force 2024-01-21T08:50:26.125 INFO:tasks.cephadm:Removing cephadm ... 2024-01-21T08:50:26.125 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T08:50:26.148 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T08:50:26.166 INFO:tasks.cephadm:Teardown complete 2024-01-21T08:50:26.166 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-21T08:50:26.178 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_1... 2024-01-21T08:50:26.178 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_1 2024-01-21T08:50:26.323 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T08:50:26.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:50:26.324 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_2... 2024-01-21T08:50:26.325 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_2 2024-01-21T08:50:26.461 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T08:50:26.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:50:26.463 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_3... 2024-01-21T08:50:26.463 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_3 2024-01-21T08:50:26.594 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T08:50:26.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:50:26.597 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_4... 2024-01-21T08:50:26.597 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_4 2024-01-21T08:50:26.723 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T08:50:26.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:50:26.725 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-01-21T08:50:26.725 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/scratch_devs 2024-01-21T08:50:26.761 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_1... 2024-01-21T08:50:26.762 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_1 2024-01-21T08:50:26.885 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T08:50:26.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:50:26.887 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_2... 2024-01-21T08:50:26.887 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_2 2024-01-21T08:50:27.017 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T08:50:27.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:50:27.018 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_3... 2024-01-21T08:50:27.019 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_3 2024-01-21T08:50:27.149 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T08:50:27.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:50:27.150 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi150:/dev/vg_nvme/lv_4... 2024-01-21T08:50:27.151 DEBUG:teuthology.orchestra.run.smithi150:> sudo nvme disconnect -n lv_4 2024-01-21T08:50:27.282 INFO:teuthology.orchestra.run.smithi150.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T08:50:27.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:50:27.283 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-01-21T08:50:27.284 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/scratch_devs 2024-01-21T08:50:27.311 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-21T08:50:27.323 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-21T08:50:27.323 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T08:50:27.329 DEBUG:teuthology.orchestra.run.smithi150:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T08:50:27.346 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2024-01-21T08:50:27.351 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T08:50:27.351 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-01-21T08:50:27.351 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 54 -681us[ -702us] +/- 102ms 2024-01-21T08:50:27.352 INFO:teuthology.orchestra.run.smithi005.stdout:^* hv02.front.sepia.ceph.com 3 6 377 53 -765us[ -786us] +/- 57ms 2024-01-21T08:50:27.352 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 53 +1281us[+1259us] +/- 69ms 2024-01-21T08:50:27.352 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:50:27.367 INFO:teuthology.orchestra.run.smithi150.stderr:bash: ntpq: command not found 2024-01-21T08:50:27.371 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T08:50:27.371 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2024-01-21T08:50:27.372 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 50 -669us[ -679us] +/- 102ms 2024-01-21T08:50:27.372 INFO:teuthology.orchestra.run.smithi150.stdout:^* hv02.front.sepia.ceph.com 3 6 377 49 -739us[ -748us] +/- 57ms 2024-01-21T08:50:27.372 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 51 +1260us[+1250us] +/- 69ms 2024-01-21T08:50:27.372 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:50:27.373 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-21T08:50:27.383 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-21T08:50:27.384 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-21T08:50:27.394 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:50:27.479 DEBUG:teuthology.orchestra.run.smithi150:> 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-21T08:50:27.540 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:50:27.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:50:27.578 DEBUG:teuthology.orchestra.run.smithi150:> 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-21T08:50:27.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:50:27.609 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-21T08:50:27.619 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-21T08:50:27.630 INFO:teuthology.task.internal:Duration was 2487.464886 seconds 2024-01-21T08:50:27.631 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-21T08:50:27.641 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-21T08:50:27.641 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T08:50:27.644 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T08:50:27.695 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T08:50:27.702 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T08:50:27.958 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-21T08:50:27.958 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2024-01-21T08:50:27.958 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:50:27.986 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi150.front.sepia.ceph.com 2024-01-21T08:50:27.987 DEBUG:teuthology.orchestra.run.smithi150:> 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-21T08:50:28.008 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-21T08:50:28.008 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T08:50:28.029 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T08:50:28.115 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-21T08:50:28.115 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T08:50:28.118 DEBUG:teuthology.orchestra.run.smithi150:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T08:50:28.295 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-21T08:50:28.313 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-21T08:50:28.314 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T08:50:28.347 DEBUG:teuthology.orchestra.run.smithi150:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T08:50:28.375 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-21T08:50:28.387 DEBUG:teuthology.orchestra.run.smithi005:> 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-21T08:50:28.390 DEBUG:teuthology.orchestra.run.smithi150:> 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-21T08:50:28.420 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2024-01-21T08:50:28.442 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = core 2024-01-21T08:50:28.460 DEBUG:teuthology.orchestra.run.smithi005:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T08:50:28.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:50:28.505 DEBUG:teuthology.orchestra.run.smithi150:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T08:50:28.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:50:28.522 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-21T08:50:28.533 INFO:teuthology.task.internal:Transferring archived files... 2024-01-21T08:50:28.534 DEBUG:teuthology.misc:Transferring archived files from smithi005:/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/7524281/remote/smithi005 2024-01-21T08:50:28.535 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T08:50:28.612 DEBUG:teuthology.misc:Transferring archived files from smithi150:/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/7524281/remote/smithi150 2024-01-21T08:50:28.613 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T08:50:28.659 INFO:teuthology.task.internal:Removing archive directory... 2024-01-21T08:50:28.660 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T08:50:28.663 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T08:50:28.708 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-21T08:50:28.721 INFO:teuthology.task.internal:Not uploading archives. 2024-01-21T08:50:28.722 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-21T08:50:28.733 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-21T08:50:28.733 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T08:50:28.736 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T08:50:28.755 INFO:teuthology.orchestra.run.smithi005.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 08:50 /home/ubuntu/cephtest 2024-01-21T08:50:28.765 INFO:teuthology.orchestra.run.smithi150.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 08:50 /home/ubuntu/cephtest 2024-01-21T08:50:28.767 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-21T08:50:28.778 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-21T08:50:28.801 INFO:teuthology.nuke:Checking targets against current locks 2024-01-21T08:50:28.832 DEBUG:teuthology.nuke:shortname: smithi005 2024-01-21T08:50:28.832 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T08:50:28.858 DEBUG:teuthology.nuke:shortname: smithi150 2024-01-21T08:50:28.858 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T08:50:28.862 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.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/7524281', '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 08:03:37.053052', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEayHDLZpVxlpOPap2sbV4nAG9+3WnO9ZoNIc4ttsvUYTrPZp2++4E65akrGV0OwQH8xtinuHVofxa6cr0GUknU='} 2024-01-21T08:50:28.885 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.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/7524281', '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 08:03:37.051521', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHgL4q/wFpQEspG5vnA97W1OkGtGVRi3VgT84u3LLlgAGLt+gL3yCzedSAiTsLnBXYNoiZj4SvhDHTvo20tob48='} 2024-01-21T08:50:28.918 INFO:teuthology.orchestra.console.smithi005:Power off 2024-01-21T08:50:28.918 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T08:50:28.944 DEBUG:teuthology.orchestra.console.smithi005:power off output: Chassis Power Control: Down/Off 2024-01-21T08:50:28.944 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T08:50:28.967 INFO:teuthology.orchestra.console.smithi150:Power off 2024-01-21T08:50:28.967 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T08:50:28.979 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2024-01-21T08:50:28.991 DEBUG:teuthology.orchestra.console.smithi150:power off output: Chassis Power Control: Down/Off 2024-01-21T08:50:28.991 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T08:50:29.016 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2024-01-21T08:50:32.981 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T08:50:33.019 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T08:50:33.092 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2024-01-21T08:50:33.129 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2024-01-21T08:50:37.096 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T08:50:37.130 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T08:50:37.207 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is off 2024-01-21T08:50:37.240 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is off 2024-01-21T08:50:37.308 INFO:teuthology.orchestra.console.smithi005:Power off completed 2024-01-21T08:50:37.341 INFO:teuthology.orchestra.console.smithi150:Power off completed 2024-01-21T08:50:37.445 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 2487.464886188507 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=cb2e2971d5f14618a78475feddeb1e56 status: fail success: false 2024-01-21T08:50:37.446 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T08:50:37.538 INFO:teuthology.run:FAIL